Skip to content

Commit e60aafa

Browse files
committed
[css-scrollbars] Define interaction between scrollbar-*, and non-standard features
Closes w3c#9856
1 parent b79b3ec commit e60aafa

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

css-scrollbars-1/Overview.bs

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,28 @@ Value Definitions</h3>
305305
</code></pre>
306306
</div>
307307

308+
<h3 id=color-compat>
309+
Interaction with non-standard features</h3>
310+
311+
On any element or [=pseudo-element=]
312+
where the [=computed value=] of this property is anything other than the initial ''scrollbar-color/auto'' value,
313+
user agents must ignore any alternative non-standard means
314+
for authors to influence the rendering of scrollbars,
315+
<span class=non-normative>such as the ''::webkit-scrollbar'' family of [=pseudo-elements=]</span>.
316+
317+
<wpt>
318+
scrollbar-color-001.html
319+
scrollbar-color-002.html
320+
scrollbar-color-003.html
321+
scrollbar-color-004.html
322+
scrollbar-color-005.html
323+
scrollbar-color-006.html
324+
scrollbar-color-007.html
325+
scrollbar-color-008.html
326+
scrollbar-color-009.html
327+
scrollbar-color-010.html
328+
scrollbar-color-dynamic-8.html
329+
</wpt>
308330

309331
<h2 id="scrollbar-width">Scrollbar Thickness: the 'scrollbar-width' property</h2>
310332

@@ -473,6 +495,25 @@ Value Definitions</h3>
473495
Note: This specification does not define the exact position or shape of the scrollbar,
474496
or any animation thereof, such as fading or sliding in/out of view.
475497

498+
<h3 id=width-compat>
499+
Interaction with non-standard features</h3>
500+
501+
On any element or [=pseudo-element=]
502+
where the [=computed value=] of this property is anything other than the initial ''scrollbar-width/auto'' value,
503+
user agents must ignore any alternative non-standard means
504+
for authors to influence the rendering of scrollbars,
505+
<span class=non-normative>such as the ''::webkit-scrollbar'' family of [=pseudo-elements=]</span>.
506+
507+
<wpt>
508+
scrollbar-width-010.html
509+
scrollbar-width-011.html
510+
scrollbar-width-012.html
511+
scrollbar-width-013.html
512+
scrollbar-width-014.html
513+
scrollbar-width-015.html
514+
scrollbar-width-016.html
515+
</wpt>
516+
476517
<h2 class="no-num" id="acknowledgments">
477518
Appendix A. Acknowledgments</h2>
478519

0 commit comments

Comments
 (0)