Skip to content

Commit f68c308

Browse files
committed
[css-scrollbars] Editorial tweak to interaction with ::webkit-scrollbar
See w3c#9856
1 parent e60aafa commit f68c308

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-scrollbars-1/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Out Of Scope</h4>
8080

8181
Note: Exposing the scrollbar-related <code>::-webkit-</code> prefixed pseudo-elements to the Web
8282
is considered a mistake by both the CSS Working Group and Webkit.
83+
Nevertheless, see [[#color-compat]] and [[#width-compat]].
8384

8485
<h3 id="values">
8586
Value Definitions</h3>
@@ -309,7 +310,7 @@ Value Definitions</h3>
309310
Interaction with non-standard features</h3>
310311

311312
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+
where the [=computed value=] of 'scrollbar-color' is anything other than the initial ''scrollbar-color/auto'' value,
313314
user agents must ignore any alternative non-standard means
314315
for authors to influence the rendering of scrollbars,
315316
<span class=non-normative>such as the ''::webkit-scrollbar'' family of [=pseudo-elements=]</span>.
@@ -499,7 +500,7 @@ Interaction with non-standard features</h3>
499500
Interaction with non-standard features</h3>
500501

501502
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+
where the [=computed value=] of 'scrollbar-width' is anything other than the initial ''scrollbar-width/auto'' value,
503504
user agents must ignore any alternative non-standard means
504505
for authors to influence the rendering of scrollbars,
505506
<span class=non-normative>such as the ''::webkit-scrollbar'' family of [=pseudo-elements=]</span>.

0 commit comments

Comments
 (0)