Skip to content

Commit 5515602

Browse files
committed
[css-scrollbars] auto is UA defined, may switch between light and dark
See #6438
1 parent 3f41d2e commit 5515602

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css-scrollbars-1/Overview.bs

+6-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,12 @@ scrollbar-color value set on the HTML body element are not propagated to the vie
9898

9999
<dl dfn-type="value" dfn-for="scrollbar-color">
100100
<dt><dfn>auto</dfn></dt>
101-
<dd>default platform rendering for the scrollbar.</dd>
101+
<dd>The user agent determines the colors of the scrollbar.
102+
It should follow platform conventions,
103+
but may adjust the colors depending on context and other properties,
104+
such as switching between light or dark colors
105+
to suit the surrounding color scheme.
106+
</dd>
102107
<dt><dfn><<color>></dfn></dt>
103108
<dd>
104109
apply the first color to the thumb of the scrollbar,

0 commit comments

Comments
 (0)