Skip to content

Commit

Permalink
Merge pull request #3920 from ewilligers/scrollbar-auto
Browse files Browse the repository at this point in the history
[css-scrollbars] links to auto keyword
  • Loading branch information
frivoal committed Jun 27, 2019
2 parents 595b78f + 351e5d6 commit beee930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css-scrollbars-1/Overview.bs
Expand Up @@ -113,7 +113,7 @@ which is generally fixed regardless of the scrolling position.
Thumb refers to the moving part of the scrollbar,
which usually floats on top of the track.

If this property computes to value other than ''auto'',
If this property computes to value other than ''scrollbar-color/auto'',
implementations may render a simpler scrollbar than the default platform UI rendering,
and color it accordingly.

Expand Down Expand Up @@ -171,13 +171,13 @@ This property allows the author to set the maximum thickness of an element’s s
<dd>implementations must use the default platform scrollbar width.
</dd>
<dt><dfn>thin</dfn></dt>
<dd>Implementations should use thinner scrollbars than auto when applicable.
<dd>Implementations should use thinner scrollbars than ''scrollbar-width/auto'' when applicable.
This may mean a thin variant of scrollbar provided by the platform,
or a custom scrollbar thinner than the default platform scrollbar.

Note: Some platforms may only have a tiny scrollbar by default
which cannot be or makes no sense to make thinner.
In that case, implementations may treat this value as auto.
In that case, implementations may treat this value as ''scrollbar-width/auto''.
</dd>
<dt><dfn>none</dfn></dt>
<dd>implementations must not display any scrollbar, however the element's scrollability is not affected.
Expand Down

0 comments on commit beee930

Please sign in to comment.