@@ -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">
8586Value Definitions</h3>
@@ -309,7 +310,7 @@ Value Definitions</h3>
309310Interaction 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>
499500Interaction 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