diff --git a/source b/source index 278b5617197..7efb88cbbb8 100644 --- a/source +++ b/source @@ -3979,6 +3979,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
The following features are defined in CSS Lists and Counters. @@ -11504,6 +11505,15 @@ partial interface Document { the ongoing navigation. This eventually gets set back to null, after WebDriver BiDi considers the loading process to be finished. BIDI
+Each Document has a boolean
+ responsive embedded
+ sizing, initially false.
This is set by meta elements whose
+ name attribute is
+ responsive-embedded-sizing,
+ and used by responsively-sized iframes.
Each Document has an about base
URL, which is a URL or null, initially null.
responsive-embedded-sizingIf any meta element element is inserted into the document, or has its name or content
+ attributes changed, user agents must run the following algorithm:
If element is not in a document tree, then return.
If element does not have a name
+ attribute whose value is an ASCII case-insensitive match for "responsive-embedded-sizing",
+ then return.
If element has a content
+ attribute and that attribute's value is not the empty string, then return.
If the body element of the Document is not null,
+ then return.
Set the Document's
+ responsive embedded sizing
+ to true.
theme-color