File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,13 @@ use it for the area in the corner between the two scrollbars.
9595If the color of any part of the scrollbar is specified,
9696implementations 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,
101102PNG 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
104105on the underlying platform.
105106
106107Note: 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">
You can’t perform that action at this time.
0 commit comments