Skip to content

Commit 509b0a0

Browse files
authored
linebreak abstract, issues to GitHub, add scope
1 parent 76af806 commit 509b0a0

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

css-scrollbars-1/Overview.bs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,28 @@ Group: csswg
44
Shortname: css-scrollbars
55
Level: 1
66
Status: ED
7-
Work Status: Exploring
7+
Work Status: Revising
88
ED: https://drafts.csswg.org/css-scrollbars/
99
Editor: Tantek Çelik, Mozilla, http://tantek.com/contact
1010
Editor: Rossen Atanassov, Microsoft, ratan@microsoft.com
11-
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.
1214
Link Defaults: css-color-3 (property) color
1315
</pre>
1416

1517
<h2 id="intro">
1618
Introduction</h2>
1719

20+
<h3 id="scope">
21+
Scope</h3>
1822
<em>This subsection is non-normative.</em>
1923

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
2125
on the web since Windows IE 5.5 introduced it in 2000. [add citations of examples from Bugzilla 77790 and webcompat].
2226

27+
Should we add scrollbar width? (<a href="https://github.com/w3c/csswg-drafts/issues/1958">Issue 1958</a>)
28+
2329
<h3 id="values">
2430
Values</h3>
2531

@@ -40,7 +46,7 @@ Scrollbar Color Properties</h2>
4046
Name: scrollbar-3dlight-color, scrollbar-arrow-color, scrollbar-base-color, scrollbar-darkshadow-color, scrollbar-face-color, scrollbar-highlight-color, scrollbar-track-color, scrollbar-shadow-color
4147
Value: normal | <<color>>
4248
Initial: normal
43-
Inherited: no
49+
Inherited: no (<a href="https://github.com/w3c/csswg-drafts/issues/1957">Issue 1957</a>)
4450
Computed value: the computed color or the keyword normal
4551
Animation type: <a href="https://www.w3.org/TR/css3-transitions/#animtype-color">color</a>
4652
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.
8793
Note: when a user interacts with a scrollbar (e.g. arrow buttons or scroll thumb if any),
8894
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.
8995

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

9299
<div class="example">
93100
<p>The following example
@@ -105,10 +112,3 @@ Issue: IE uses named System Colors as defaults for each of the scrollbar color p
105112
<!-- --> scrollbar-arrow-color: ButtonText;
106113
<!-- -->}</code></pre>
107114
</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

Comments
 (0)