Skip to content

Commit 050fb09

Browse files
authored
root scrollbar colors also set on viewport #2696
Per issue #2696, root scrollbar colors also set viewport scrollbar colors. Also add explicit intro paragraph about where spec source is because "Repository:" metadata block appears to do nothing (does not work to add a link to the GitHub repo).
1 parent 1bac599 commit 050fb09

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

css-scrollbars-1/Overview.bs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ Link Defaults: css-color-3 (property) color
1818
<h2 id="intro">
1919
Introduction</h2>
2020

21+
Note: this specification is
22+
<a href="https://github.com/w3c/csswg-drafts/tree/master/css-scrollbars-1">
23+
maintained in the W3C csswg-drafts GitHub repository as css-scrollbars-1
24+
</a>.
25+
2126
<h3 id="scope">
2227
Scope</h3>
2328
<em>This subsection is non-normative.</em>
@@ -69,14 +74,19 @@ Percentages: n/a
6974
Media: visual
7075
</pre>
7176

72-
These properties allow the author to set colors for various aspects of a scrollbar.
77+
These properties allow the author to set colors for various aspects of an element’s scrollbars.
7378

7479
Note: Per <a href="https://github.com/w3c/csswg-drafts/issues/1960">Issue 1960</a>,
7580
the list of scrollbar-*-color properties is likely to be reduced to 2-3 (ideally 2),
7681
with current candidates being scrollbar-base-color, scrollbar-face-color, scrollbar-track-color,
7782
per <a href="https://www.w3.org/wiki/Css-scrollbars#Use-cases">research so far</a>,
7883
and preferably only two of those. Additional input, data, suggestions welcome at those links!
7984

85+
UAs must apply the scrollbar-* values set on the root element to the viewport.
86+
87+
Note: Unlike 'overflow' (and overflow-*) properties,
88+
scrollbar-* values set on the HTML body element are not propagated to viewport.
89+
8090
<dl dfn-type="value" dfn-for="scrollbar-base-color">
8191
<dt><dfn>normal</dfn>
8292
<dd>default platform rendering for that portion of the scrollbar, in the absence of any other

0 commit comments

Comments
 (0)