From 290e61b1345aed03eb335586c289aecca839cf10 Mon Sep 17 00:00:00 2001
From: jmdyck type
, srcset
, sizes
and sizes
, and media
must reflect the respective
content attributes of the same name.
The alt
, src
, srcset
and srcset
, and sizes
IDL attributes must
reflect the respective content attributes of the same name.
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.
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:
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:
Let oldValue be null.
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.
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.