File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ which is generally fixed regardless of the scrolling position.
113113Thumb refers to the moving part of the scrollbar,
114114which 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'' ,
117117implementations may render a simpler scrollbar than the default platform UI rendering,
118118and 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.
175175This may mean a thin variant of scrollbar provided by the platform,
176176or a custom scrollbar thinner than the default platform scrollbar.
177177
178178Note: Some platforms may only have a tiny scrollbar by default
179179which 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.
You can’t perform that action at this time.
0 commit comments