File tree 1 file changed +3
-3
lines changed
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.
113
113
Thumb refers to the moving part of the scrollbar,
114
114
which usually floats on top of the track.
115
115
116
- If this property computes to value other than ''auto'' ,
116
+ If this property computes to value other than ''scrollbar-color/ auto'' ,
117
117
implementations may render a simpler scrollbar than the default platform UI rendering,
118
118
and color it accordingly.
119
119
@@ -171,13 +171,13 @@ This property allows the author to set the maximum thickness of an element’s s
171
171
<dd> implementations must use the default platform scrollbar width.
172
172
</dd>
173
173
<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.
175
175
This may mean a thin variant of scrollbar provided by the platform,
176
176
or a custom scrollbar thinner than the default platform scrollbar.
177
177
178
178
Note: Some platforms may only have a tiny scrollbar by default
179
179
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'' .
181
181
</dd>
182
182
<dt> <dfn>none</dfn> </dt>
183
183
<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