Skip to content

Commit 993695b

Browse files
committed
(merge)
2 parents ee65ccb + fa5f3f9 commit 993695b

File tree

3 files changed

+353
-331
lines changed

3 files changed

+353
-331
lines changed

css-ui-4/Overview.bs

+6
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,14 @@ Abstract: This is a delta specification over CSS-UI Level 3.
195195
If the element has descendants on which 'user-select' does not compute to ''user-select/none'',
196196
these descendants must be included in a selection extending across the element.
197197

198+
As 'user-select' is a UI convenience mechanism,
199+
not a copy protection mechanism,
200+
the UA may provide an alternative way for the user
201+
to explicitly select the text even when 'user-select' is ''user-select/none''.
202+
198203
Note: ''user-select/none'' is not a copy protection mechanism,
199204
and using it as such is ineffective:
205+
User Agents are allowed to provide ways to bypass it,
200206
it will have no effect on legacy User Agents that do not support it,
201207
and the user can disable it through the user style sheet or equivalent mechanisms
202208
on UAs that do anyway.

0 commit comments

Comments
 (0)