Skip to content

Commit 400adf5

Browse files
authored
Editorial: notes to add, link URLs in plain text
1 parent 21b5a0d commit 400adf5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

css-scrollbars-1/Overview.bs

+6-4
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,13 @@ use it for the area in the corner between the two scrollbars.
9595
If the color of any part of the scrollbar is specified,
9696
implementations may render a simpler scrollbar than the default platform UI rendering, and color it accordingly.
9797

98-
(diagram showing the different named pieces - something like http://www.howtocreate.co.uk/tutorials/scrlbar.html)
98+
(Note: add diagram showing the different named pieces - something like
99+
<a href="http://www.howtocreate.co.uk/tutorials/scrlbar.html">http://www.howtocreate.co.uk/tutorials/scrlbar.html</a>)
99100

100-
(example of an overflow element with colorized scrollbars to match page styling,
101+
(Note: add example of an overflow element with colorized scrollbars to match page styling,
101102
PNG of the same in a browser that supports it currently)
102103

103-
Implementations may ignore any scrollbar part color properties for scrollbar parts that do not exist
104+
Implementations may ignore any scrollbar color properties for scrollbar parts that do not exist
104105
on the underlying platform.
105106

106107
Note: when a user interacts with a scrollbar (e.g. arrow buttons or scroll thumb if any),
@@ -111,7 +112,8 @@ See related <a href="https://github.com/w3c/csswg-drafts/issues/1956">Issue 1956
111112

112113
<div class="example">
113114
<p>The following example
114-
(as noted in https://www.w3.org/Style/Examples/007/scrollbars.en.html)
115+
(as noted in
116+
<a href="https://www.w3.org/Style/Examples/007/scrollbars.en.html">https://www.w3.org/Style/Examples/007/scrollbars.en.html</a>)
115117
resets scrollbar colors in IE.</p>
116118

117119
<pre><code class="css">

0 commit comments

Comments
 (0)