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
  • fit-content inline size
  • 'aspect-ratio' property
  • intrinsic size
  • +
  • responsive embedded sizing flag
  • 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-sizing
    + +
    +
    +

    If a meta element element is + inserted into the document, + the user agent must run the following algorithm:

    + +
      +
    1. If element is not inserted by the parser, then return.

    2. + +
    3. Set the responsive embedded sizing flag + of the Document.

    4. +
    +
    +
    +
    theme-color