Skip to content

Commit 180c448

Browse files
committed
[css-ui-4] Interaction with user-select:none elements does not affect the selection
Closes w3c#319
1 parent c945624 commit 180c448

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

css-ui-4/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,10 @@ Omitted values are set to their initial values.
715715
Copying text that does not appear to be selected, or vice versa,
716716
is highligh confusing to users.</span>
717717

718+
Attempting to start a selection in an element where 'user-select' is ''user-select/none'',
719+
such as by clicking in it or starting a drag in it,
720+
must not cause a pre-existing selection to become unselected or to be affected in any way.
721+
718722
As 'user-select' is a UI convenience mechanism,
719723
not a copy protection mechanism,
720724
the UA may provide an alternative way for the user

0 commit comments

Comments
 (0)