We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f41d2e commit 5515602Copy full SHA for 5515602
css-scrollbars-1/Overview.bs
@@ -98,7 +98,12 @@ scrollbar-color value set on the HTML body element are not propagated to the vie
98
99
<dl dfn-type="value" dfn-for="scrollbar-color">
100
<dt><dfn>auto</dfn></dt>
101
-<dd>default platform rendering for the scrollbar.</dd>
+<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>
107
<dt><dfn><<color>></dfn></dt>
108
<dd>
109
apply the first color to the thumb of the scrollbar,
0 commit comments