Skip to content

Commit 44d590b

Browse files
committed
[css-ui-4] Additional guidance against abuse of user-select none.
1 parent 57b7927 commit 44d590b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css-ui-4/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,11 @@ Omitted values are set to their initial values.
540540
make it easier for the user to select the content they want,
541541
by letting the author disable selection on UI elements
542542
that are not useful to select.
543+
Tools such as CSS validators, linters or in-browser developer tools
544+
are encouraged to use heuristics
545+
to detect and warn against incorrect or abusive usage
546+
that would hamper usability
547+
or violate common user expectations.
543548

544549
<dt><dfn>element</dfn>
545550
<dd>UAs must not allow a selection which is started in this element

0 commit comments

Comments
 (0)