You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-color-adjust-1/Overview.bs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -83,11 +83,11 @@ Opting Into a Preferred Color Scheme: the 'color-scheme' property {#color-scheme
83
83
84
84
<pre class=propdef>
85
85
Name: color-scheme
86
-
Value: auto | [ light | dark | <<custom-ident>> ]+ | only && light
87
-
Initial: auto
86
+
Value: normal | [ light | dark | <<custom-ident>> ]+ | only && light
87
+
Initial: normal
88
88
Applies to: all elements
89
89
Inherited: yes
90
-
Computed Value: the keyword ''auto'', or optional ''only'' keyword and ordered list of specified color scheme keywords, with any <<custom-ident>>s or repeated keywords dropped
90
+
Computed Value: the keyword ''normal'', or optional ''only'' keyword and ordered list of specified color scheme keywords, with any <<custom-ident>>s or repeated keywords dropped
91
91
</pre>
92
92
93
93
The 'color-scheme' property allows an element to indicate
@@ -100,7 +100,7 @@ Opting Into a Preferred Color Scheme: the 'color-scheme' property {#color-scheme
100
100
Its values are defined as follows:
101
101
102
102
<dl dfn-type=value dfn-for=color-scheme>
103
-
: <dfn>auto</dfn>
103
+
: <dfn>normal</dfn>
104
104
:: Indicates that the element isn't aware of color schemes at all,
105
105
and so the element should be rendered with the browser's default color scheme.
106
106
@@ -129,7 +129,7 @@ Opting Into a Preferred Color Scheme: the 'color-scheme' property {#color-scheme
129
129
authoring tutorials and references
130
130
should omit it from their materials.
131
131
132
-
''only'', ''color-scheme/auto'', ''light'', and ''dark'' are not valid <<custom-ident>>s in this property.
132
+
''only'', ''color-scheme/normal'', ''light'', and ''dark'' are not valid <<custom-ident>>s in this property.
133
133
134
134
Repeating a keyword, such as ''color-scheme: light light'',
0 commit comments