Skip to content

Commit 4a217af

Browse files
committed
[css-scrollbars] Rephrase stale statement
The property used to have multiple keyword values, in addition to explicit colors. Now it only has one. Text that refers to "the keyword values" had therefore become strange, and it is better to be explicit about which keyword value we are talking about: auto.
1 parent 2b27828 commit 4a217af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-scrollbars-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Value Definitions</h3>
273273

274274
When using 'scrollbar-color' property with specific color values,
275275
authors should ensure the specified colors have enough contrast between them.
276-
For keyword values, UAs should ensure the colors they use have enough contrast.
276+
For the ''scrollbar-color/auto'' value, UAs should ensure the colors they use have enough contrast.
277277
See
278278
<a href="https://www.w3.org/TR/WCAG21/#non-text-contrast">WCAG 2.1 SC 1.4.11 Non-text Contrast</a>
279279
[[WCAG21]].

0 commit comments

Comments
 (0)