File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 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
143143<dd> implementations must use the default platform scrollbar width.
144144</dd>
145145<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.
148153</dd>
149154<dt> <dfn>none</dfn> </dt>
150155<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