File tree 1 file changed +6
-4
lines changed
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.
95
95
If the color of any part of the scrollbar is specified,
96
96
implementations may render a simpler scrollbar than the default platform UI rendering, and color it accordingly.
97
97
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> )
99
100
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,
101
102
PNG of the same in a browser that supports it currently)
102
103
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
104
105
on the underlying platform.
105
106
106
107
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
111
112
112
113
<div class="example">
113
114
<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> )
115
117
resets scrollbar colors in IE.</p>
116
118
117
119
<pre><code class="css">
You can’t perform that action at this time.
0 commit comments