File tree 3 files changed +353
-331
lines changed
3 files changed +353
-331
lines changed Original file line number Diff line number Diff line change @@ -195,8 +195,14 @@ Abstract: This is a delta specification over CSS-UI Level 3.
195
195
If the element has descendants on which 'user-select' does not compute to ''user-select/none'' ,
196
196
these descendants must be included in a selection extending across the element.
197
197
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
+
198
203
Note: ''user-select/none'' is not a copy protection mechanism,
199
204
and using it as such is ineffective:
205
+ User Agents are allowed to provide ways to bypass it,
200
206
it will have no effect on legacy User Agents that do not support it,
201
207
and the user can disable it through the user style sheet or equivalent mechanisms
202
208
on UAs that do anyway.
You can’t perform that action at this time.
0 commit comments