Skip to content

Commit a507ead

Browse files
authored
finish adding Out of Scope heading
Out of Scope heading, put scrollability aspect first so it's less likely to be missed after all the pseudo-stuff
1 parent 1f175d7 commit a507ead

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

css-scrollbars-1/Overview.bs

+5-4
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ For addressing these use-cases, this module adds properties to control the color
4646
width of scrollbars (if any) of an element.
4747

4848
<h4 id="out-of-scope">
49+
Out Of Scope</h4>
50+
Layout of scrollbars and related or adjacent content, and whether content is scrollable, is out of scope.
51+
Those features are specified in the
52+
<a href="https://drafts.csswg.org/css-overflow/">CSS Overflow Module</a>.
53+
4954
Pseudo-elements for selecting specific parts of a scrollbar are out of scope.
5055
The WebKit implementation of pseudo-elements for scrollbar is
5156
considered to be a feature mistakenly exposed to the web.
@@ -57,10 +62,6 @@ Main concerns against the pseudo-elements approach are:
5762
because authors would need to take not only engine but also platforms into account.
5863
</ul>
5964

60-
Layout of scrollbars and related or adjacent content, and whether content is scrollable, is out of scope.
61-
Those features are specified in the
62-
<a href="https://drafts.csswg.org/css-overflow/">CSS Overflow Module</a>.
63-
6465
<h3 id="values">
6566
Value Definitions</h3>
6667

0 commit comments

Comments
 (0)