Skip to content

Commit 351e5d6

Browse files
committed
[css-scrollbars] links to auto keyword
Link to the scrollbar-color and scrollbar-width definitions of auto. Avoid bikeshed warning: Multiple possible 'maybe' local refs for 'auto'.
1 parent bebe3a0 commit 351e5d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-scrollbars-1/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ which is generally fixed regardless of the scrolling position.
113113
Thumb refers to the moving part of the scrollbar,
114114
which usually floats on top of the track.
115115

116-
If this property computes to value other than ''auto'',
116+
If this property computes to value other than ''scrollbar-color/auto'',
117117
implementations may render a simpler scrollbar than the default platform UI rendering,
118118
and color it accordingly.
119119

@@ -171,13 +171,13 @@ This property allows the author to set the maximum thickness of an element’s s
171171
<dd>implementations must use the default platform scrollbar width.
172172
</dd>
173173
<dt><dfn>thin</dfn></dt>
174-
<dd>Implementations should use thinner scrollbars than auto when applicable.
174+
<dd>Implementations should use thinner scrollbars than ''scrollbar-width/auto'' when applicable.
175175
This may mean a thin variant of scrollbar provided by the platform,
176176
or a custom scrollbar thinner than the default platform scrollbar.
177177

178178
Note: Some platforms may only have a tiny scrollbar by default
179179
which cannot be or makes no sense to make thinner.
180-
In that case, implementations may treat this value as auto.
180+
In that case, implementations may treat this value as ''scrollbar-width/auto''.
181181
</dd>
182182
<dt><dfn>none</dfn></dt>
183183
<dd>implementations must not display any scrollbar, however the element's scrollability is not affected.

0 commit comments

Comments
 (0)