@@ -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
6969Inherited : yes
70- Computed value : the computed color or the keyword normal
70+ Computed value : the computed color or the keyword auto
7171Animation type : <a href="https://www.w3.org/TR/css3-transitions/#animtype-color">color</a>
7272Applies 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>]
7373Percentages : n/a
@@ -88,7 +88,7 @@ Note: Unlike 'overflow' (and overflow-*) properties,
8888scrollbar-* 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
9393related 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
9898Details:
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 ,
101101they 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 ,
105105then 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 ,
108108then 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 ,
111111use it for the area in the corner between the two scrollbars.
112112
113113If the color of any part of the scrollbar is specified,
0 commit comments