Skip to content

Commit dcdbf5b

Browse files
authored
Merge pull request w3c#3996 from lilles/auto-is-normal-20190603
[css-color-adjust-1] Rename color-scheme:auto to normal w3c#3849
2 parents d5e84a5 + dc3b172 commit dcdbf5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-color-adjust-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ Opting Into a Preferred Color Scheme: the 'color-scheme' property {#color-scheme
8383

8484
<pre class=propdef>
8585
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
8888
Applies to: all elements
8989
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
9191
</pre>
9292

9393
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
100100
Its values are defined as follows:
101101

102102
<dl dfn-type=value dfn-for=color-scheme>
103-
: <dfn>auto</dfn>
103+
: <dfn>normal</dfn>
104104
:: Indicates that the element isn't aware of color schemes at all,
105105
and so the element should be rendered with the browser's default color scheme.
106106

@@ -129,7 +129,7 @@ Opting Into a Preferred Color Scheme: the 'color-scheme' property {#color-scheme
129129
authoring tutorials and references
130130
should omit it from their materials.
131131

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.
133133

134134
Repeating a keyword, such as ''color-scheme: light light'',
135135
is valid but has no additional effect

0 commit comments

Comments
 (0)