Skip to content

Commit 54fc7c5

Browse files
committed
[css-scrollbars] Avoid RFC2119 language in notes
1 parent 757cf6b commit 54fc7c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-scrollbars-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Value Definitions</h3>
290290
always ensures a particular scrollbar color / use of system default scrollbars).
291291

292292
Note: When a user interacts with a scrollbar (e.g. hovering or activating),
293-
implementations may alter which scrollbar colors apply to which scrollbar parts.
293+
implementations can alter which scrollbar colors apply to which scrollbar parts.
294294

295295
If the user agent displays the scrollbar without the [=track=],
296296
they must ensure reasonable contrast between the [=thumb=] and what is behind it.
@@ -483,7 +483,7 @@ Interaction with non-standard features</h3>
483483

484484
Note: For situations where an element is to be scrolled <em>only</em> by programmatic means,
485485
and not by direct user manipulation,
486-
authors should use ''overflow: hidden'' instead of ''scrollbar-width: none''.
486+
''overflow: hidden'' is appropriate, not ''scrollbar-width: none''.
487487
</dl>
488488

489489
<div class=note>

0 commit comments

Comments
 (0)