From 290e61b1345aed03eb335586c289aecca839cf10 Mon Sep 17 00:00:00 2001 From: jmdyck Date: Mon, 13 Jan 2025 12:02:31 -0500 Subject: [PATCH] Editorial: insert some serial commas and fix some typos --- source | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source b/source index 53c89f6498a..0c7b65a152d 100644 --- a/source +++ b/source @@ -29189,7 +29189,7 @@ interface HTMLSourceElement : HTMLElement { data-x="dom-source-src">src, type, srcset, sizes and sizes, and media must reflect the respective content attributes of the same name.

@@ -29606,7 +29606,7 @@ interface HTMLImageElement : HTMLElement {

The alt, src, srcset and srcset, and sizes IDL attributes must reflect the respective content attributes of the same name.

@@ -41251,7 +41251,7 @@ interface TimeRanges { zero would have a start equal to zero and an end equal to the duration of the timeline.

The timelines used by the objects returned by the buffered, seekable and + data-x="dom-media-buffered">buffered, seekable, and played IDL attributes of media elements must be that element's media timeline.

@@ -56260,7 +56260,7 @@ interface HTMLLegendElement : HTMLElement { default value. If it is false, value mirrors the default value. If it is true, the default value is ignored.

-

input, textarea and select elements have a +

input, textarea, and select elements have a user validity boolean. It is initially set to false.

To define the behavior of constraint validation in the face of the input @@ -58425,7 +58425,7 @@ MIT Room 32-G524 data-x="attr-fe-autocomplete-country">country" field(s), then the "country-name" field(s) must be filled using a human-readable name for the same country. When a user agent fills in multiple fields at - once, all fields with the same autofill field name, form owner and + once, all fields with the same autofill field name, form owner, and autofill scope must be filled with the same value.

Suppose a user agent knows of two phone numbers, +1 555 123 1234 and +1 555 666 @@ -115125,7 +115125,7 @@ enum DOMParserSupportedType {

The fragment serializing algorithm steps, given an Element, - Document or DocumentFragment node and a boolean require + Document, or DocumentFragment node and a boolean require well-formed, are:

    @@ -119070,7 +119070,7 @@ data: test data-x="dom-EventSource-readyState">readyState is CONNECTING, and the object has one or more event listeners registered for open, message or error events, there must + data-x="event-message">message, or error events, there must be a strong reference from the Window or WorkerGlobalScope object that the EventSource object's constructor was invoked from to the EventSource object itself.

    @@ -123239,7 +123239,7 @@ interface Storage {

The setItem(key, - value) method are:

+ value) method steps are:

  1. Let oldValue be null.

  2. @@ -126915,7 +126915,7 @@ dictionary StorageEventInit : EventInit {

    A character reference is said to be consumed as part of an attribute if the return state is either attribute value (double-quoted) state, - attribute value (single-quoted) state or attribute value (unquoted) + attribute value (single-quoted) state, or attribute value (unquoted) state.

    When a state says to flush code points consumed as a character reference, it means @@ -139615,7 +139615,7 @@ interface HTMLParamElement : HTMLElement { attribute for="HTMLTableElement">frame, summary, rules, and width, IDL attributes of the + for="HTMLTableElement">width IDL attributes of the table element must reflect the respective content attributes of the same name.

    @@ -139659,7 +139659,7 @@ interface HTMLParamElement : HTMLElement {

    The vAlign IDL attribute of the tbody, - thead, and tfoot element must reflect the elements' thead, and tfoot elements must reflect the elements' valign content attributes.