diff --git a/source b/source index 0faf32e4911..4e2080b7625 100644 --- a/source +++ b/source @@ -3778,6 +3778,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute

The following term is defined in CSS Pseudo-Elements:

@@ -14589,8 +14590,7 @@ interface HTMLMetaElement : HTMLElement { be provided in a meta element.

The value must be a string that matches the syntax for the CSS 'color-scheme' - property value, and will be cascaded with the color-scheme declarations for the document root - element as described below.

+ property value. It determines the page's supported color-schemes.

There must not be more than one meta element with its name attribute value set to an @@ -14606,7 +14606,7 @@ interface HTMLMetaElement : HTMLElement {

-

To obtain a page's color-scheme, user agents must run the following steps:

+

To obtain a page's supported color-schemes, user agents must run the following steps:

  1. @@ -14631,11 +14631,14 @@ interface HTMLMetaElement : HTMLElement { content attribute.
  2. If parsed is a valid CSS 'color-scheme' property value, then - treat that value as a declaration of the CSS 'color-scheme' property on - element's root, cascaded as a presentational hint, and return.
  3. + return parsed.
+ +
  • +

    Return null.

    +
  • +

    If any meta elements are