Skip to content

Commit ec9625c

Browse files
committed
[css-scrollbars] Editorial tweaks
1 parent 864f1b3 commit ec9625c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-scrollbars-1/Overview.bs

+4-3
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,12 @@ Applies to: [=scroll containers=]
186186
Percentages: n/a
187187
</pre>
188188

189-
This property allows the author to set the maximum thickness of an element’s scrollbars when they are shown.
189+
This property allows the author to specify
190+
the desired thickness of an element’s scrollbars.
190191

191192
<dl dfn-type="value" dfn-for=scrollbar-width>
192193
<dt><dfn>auto</dfn></dt>
193-
<dd>implementations must use the default platform scrollbar width.
194+
<dd>Implementations must use the default platform scrollbar width.
194195
</dd>
195196
<dt><dfn>thin</dfn></dt>
196197
<dd>Implementations should use thinner scrollbars than ''scrollbar-width/auto'' when applicable.
@@ -206,7 +207,7 @@ In that case, implementations may treat this value as ''scrollbar-width/auto''.
206207
</dd>
207208
</dl>
208209

209-
UAs must apply the scrollbar-width value set on the root element to the viewport.
210+
UAs must apply the 'scrollbar-width' value set on the root element to the viewport.
210211

211212
UAs should enforce a minimum actual size of scrollbar width per
212213
<a href="https://www.w3.org/TR/WCAG21/#target-size">WCAG 2.1 SC 2.5.5 Target Size</a>

0 commit comments

Comments
 (0)