File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,13 @@ This property allows the author to set the maximum thickness of an element’s s
143
143
<dd> implementations must use the default platform scrollbar width.
144
144
</dd>
145
145
<dt> <dfn>thin</dfn> </dt>
146
- <dd> implementations must use either a thin scrollbar width variant on platforms that provide that option,
147
- or display a scrollbar thinner than the default platform scrollbar width.
146
+ <dd> Implementations should use thinner scrollbars than auto when applicable.
147
+ This may mean a thin variant of scrollbar provided by the platform,
148
+ or a custom scrollbar thinner than native.
149
+
150
+ Note: Some platforms may only have a tiny scrollbar by default
151
+ which doesn't make sense to be thinner.
152
+ In that case, implementations can treat this the same as auto.
148
153
</dd>
149
154
<dt> <dfn>none</dfn> </dt>
150
155
<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