Skip to content

Commit 05f3211

Browse files
authored
[css-scrollbars] Remove example about IE (w3c#10174)
While the example isn't inherently wrong, it's of little relevance to present-day authors, as Internet Explorer hasn't been supported for years, and barely has any usage anymore.
1 parent f68c308 commit 05f3211

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

css-scrollbars-1/Overview.bs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -292,20 +292,6 @@ Value Definitions</h3>
292292
Note: When a user interacts with a scrollbar (e.g. hovering or activating),
293293
implementations may alter which scrollbar colors apply to which scrollbar parts.
294294

295-
<div class="example">
296-
<p>
297-
The following example
298-
(derived from
299-
<a href="https://www.w3.org/Style/Examples/007/scrollbars.en.html">https://www.w3.org/Style/Examples/007/scrollbars.en.html</a>)
300-
resets scrollbar colors in IE.
301-
302-
<pre><code highlight="css">
303-
html {
304-
scrollbar-color: ThreeDFace Scrollbar;
305-
}
306-
</code></pre>
307-
</div>
308-
309295
<h3 id=color-compat>
310296
Interaction with non-standard features</h3>
311297

0 commit comments

Comments
 (0)