From 54fc7c5c35019cf4f188aae5faee31a37c0b5fc0 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Fri, 13 Sep 2024 16:23:28 +0900 Subject: [PATCH] [css-scrollbars] Avoid RFC2119 language in notes --- css-scrollbars-1/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-scrollbars-1/Overview.bs b/css-scrollbars-1/Overview.bs index 65d08922070..e3c4a37e634 100644 --- a/css-scrollbars-1/Overview.bs +++ b/css-scrollbars-1/Overview.bs @@ -290,7 +290,7 @@ Value Definitions always ensures a particular scrollbar color / use of system default scrollbars). Note: When a user interacts with a scrollbar (e.g. hovering or activating), - implementations may alter which scrollbar colors apply to which scrollbar parts. + implementations can alter which scrollbar colors apply to which scrollbar parts. If the user agent displays the scrollbar without the [=track=], they must ensure reasonable contrast between the [=thumb=] and what is behind it. @@ -483,7 +483,7 @@ Interaction with non-standard features Note: For situations where an element is to be scrolled only by programmatic means, and not by direct user manipulation, - authors should use ''overflow: hidden'' instead of ''scrollbar-width: none''. + ''overflow: hidden'' is appropriate, not ''scrollbar-width: none''.