Skip to content

Commit 76812f7

Browse files
committed
[css-scrollbars-1] Loosen requirement for scrollbar-width:thin.
1 parent 0ef7862 commit 76812f7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

css-scrollbars-1/Overview.bs

+7-2
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)