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
Abstract: CSS Scrollbars standardizes the ability to color scrollbars introduced in 2000 by Windows IE 5.5. This is useful when building web applications which use color schemes very different from the appearance of default platform scrollbars.
11
+
Abstract: CSS Scrollbars standardizes the ability to color scrollbars introduced in 2000 by Windows IE 5.5.
12
+
This is useful when building web applications which use color schemes very different from
13
+
the appearance of default platform scrollbars.
12
14
Link Defaults: css-color-3 (property) color
13
15
</pre>
14
16
15
17
<h2 id="intro">
16
18
Introduction</h2>
17
19
20
+
<h3 id="scope">
21
+
Scope</h3>
18
22
<em>This subsection is non-normative.</em>
19
23
20
-
This module adds properties for styling the scrollbar (if any) of an element as has been increasingly adopted
24
+
This module adds color properties for styling the scrollbar (if any) of an element as has been increasingly adopted
21
25
on the web since Windows IE 5.5 introduced it in 2000. [add citations of examples from Bugzilla 77790 and webcompat].
22
26
27
+
Should we add scrollbar width? (<a href="https://github.com/w3c/csswg-drafts/issues/1958">Issue 1958</a>)
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>]
@@ -87,7 +93,8 @@ on the underlying platform.
87
93
Note: when a user interacts with a scrollbar (e.g. arrow buttons or scroll thumb if any),
88
94
implementations may alter which scrollbar colors apply to which scrollbar parts (e.g. replace 3dlight and darkshadow colors with their shadow color, and highlight and shadow colors with their face color.
89
95
90
-
Issue: IE uses named System Colors as defaults for each of the scrollbar color properties, equivalent to:
96
+
Note: IE uses named System Colors as defaults for each of the scrollbar color properties.
97
+
See related <a href="https://github.com/w3c/csswg-drafts/issues/1956">Issue 1956</a>.
91
98
92
99
<div class="example">
93
100
<p>The following example
@@ -105,10 +112,3 @@ Issue: IE uses named System Colors as defaults for each of the scrollbar color p
105
112
<!-- --> scrollbar-arrow-color: ButtonText;
106
113
<!-- -->}</code></pre>
107
114
</div>
108
-
109
-
Should we use those literal value keywords as initial values for each property respectively instead of normal,
110
-
or specify and accept both?
111
-
112
-
Issue: Should inherited be "yes"? Specifying on the root affects all elements by default, but is that true at all levels?
113
-
114
-
Issue: Should we also add width control? Tab noted in the f2f that Google uses scrollbar width modification in Gmail and Google Docs.
0 commit comments