Skip to content

Commit b8a6e7a

Browse files
authored
change keyword normal to auto per #2660
Per suggestion and reasoning in issue #2660, change keyword normal to auto.
1 parent 050fb09 commit b8a6e7a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

css-scrollbars-1/Overview.bs

+9-9
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ Name: scrollbar-3dlight-color,
6464
scrollbar-highlight-color,
6565
scrollbar-track-color,
6666
scrollbar-shadow-color
67-
Value: normal | <<color>>
68-
Initial: normal
67+
Value: auto | <<color>>
68+
Initial: auto
6969
Inherited: yes
70-
Computed value: the computed color or the keyword normal
70+
Computed value: the computed color or the keyword auto
7171
Animation type: <a href="https://www.w3.org/TR/css3-transitions/#animtype-color">color</a>
7272
Applies to: block containers and boxes that establish a formatting context [same as elements that <a href=https://www.w3.org/TR/CSS22/visufx.html#propdef-overflow">'overflow' applies to</a>]
7373
Percentages: n/a
@@ -88,7 +88,7 @@ Note: Unlike 'overflow' (and overflow-*) properties,
8888
scrollbar-* values set on the HTML body element are not propagated to viewport.
8989

9090
<dl dfn-type="value" dfn-for="scrollbar-base-color">
91-
<dt><dfn>normal</dfn>
91+
<dt><dfn>auto</dfn>
9292
<dd>default platform rendering for that portion of the scrollbar, in the absence of any other
9393
related scrollbar color properties. See details below for which scrollbar color are related to which.
9494
<dt><dfn><<color>></dfn>
@@ -97,17 +97,17 @@ related scrollbar color properties. See details below for which scrollbar color
9797

9898
Details:
9999

100-
If scrollbar-track-color computes to normal, and scrollbar-face-color and scrollbar-highlight-color are not normal,
100+
If scrollbar-track-color computes to auto, and scrollbar-face-color and scrollbar-highlight-color are not auto,
101101
they are combined (e.g. dithered) to color the scrollbar track.
102-
If just one of scrollbar-face-color and scrollbar-highlight-color is not normal, it is used to color the scrollbar track.
102+
If just one of scrollbar-face-color and scrollbar-highlight-color is not auto, it is used to color the scrollbar track.
103103

104-
If scrollbar-face-color computes to normal and scrollbar-base-color is not normal,
104+
If scrollbar-face-color computes to auto and scrollbar-base-color is not auto,
105105
then use its value for scrollbar-face-color.
106106

107-
If scrollbar-3dlight-color computes to normal and scrollbar-base-color is not normal,
107+
If scrollbar-3dlight-color computes to auto and scrollbar-base-color is not auto,
108108
then use its value for scrollbar-3dlight-color.
109109

110-
If an element has both horizontal and vertical scrollbars, and the scrollbar-face-color is not normal,
110+
If an element has both horizontal and vertical scrollbars, and the scrollbar-face-color is not auto,
111111
use it for the area in the corner between the two scrollbars.
112112

113113
If the color of any part of the scrollbar is specified,

0 commit comments

Comments
 (0)