diff --git a/source b/source index 278b5617197..b1a6bcaf55b 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. @@ -11497,6 +11498,10 @@ partial interface Document { navigation ID for WebDriver BiDi, which is a navigation ID or null, initially null.
+Each Document has a
+ responsive embedded sizing flag,
+ which is a boolean, initially false.
As the name indicates, this is used for interfacing with the WebDriver
BiDi specification, which needs to be informed about certain occurrences during the early
parts of the Document's lifecycle, in a way that ties them to the original
@@ -17901,6 +17906,23 @@ interface HTMLMetaElement : HTMLElement {
+
responsive-embedded-sizingIf a meta element element is
+ inserted into the document,
+ the user agent must run the following algorithm:
If element is not inserted by the parser, then return.
Set the responsive embedded sizing flag
+ of the Document.
theme-color