@@ -64,10 +64,10 @@ Name: scrollbar-3dlight-color,
64
64
scrollbar-highlight-color,
65
65
scrollbar-track-color,
66
66
scrollbar-shadow-color
67
- Value : normal | <<color>>
68
- Initial : normal
67
+ Value : auto | <<color>>
68
+ Initial : auto
69
69
Inherited : yes
70
- Computed value : the computed color or the keyword normal
70
+ Computed value : the computed color or the keyword auto
71
71
Animation type : <a href="https://www.w3.org/TR/css3-transitions/#animtype-color">color</a>
72
72
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>]
73
73
Percentages : n/a
@@ -88,7 +88,7 @@ Note: Unlike 'overflow' (and overflow-*) properties,
88
88
scrollbar-* values set on the HTML body element are not propagated to viewport.
89
89
90
90
<dl dfn-type="value" dfn-for="scrollbar-base-color">
91
- <dt> <dfn>normal </dfn>
91
+ <dt> <dfn>auto </dfn>
92
92
<dd> default platform rendering for that portion of the scrollbar, in the absence of any other
93
93
related scrollbar color properties. See details below for which scrollbar color are related to which.
94
94
<dt> <dfn><<color>></dfn>
@@ -97,17 +97,17 @@ related scrollbar color properties. See details below for which scrollbar color
97
97
98
98
Details:
99
99
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 ,
101
101
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.
103
103
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 ,
105
105
then use its value for scrollbar-face-color.
106
106
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 ,
108
108
then use its value for scrollbar-3dlight-color.
109
109
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 ,
111
111
use it for the area in the corner between the two scrollbars.
112
112
113
113
If the color of any part of the scrollbar is specified,
0 commit comments