-
Notifications
You must be signed in to change notification settings - Fork 757
Closed
Labels
Closed Rejected as Wontfix by CSSWG ResolutionCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.Tracked in DoCcss-ui-4Current WorkCurrent Work
Description
https://drafts.csswg.org/css-ui-4/#valdef-user-select-contain
user-select:contain stops selection leaking from inside to outside, but often
we want to prohibit selection from outside.
For position: absolute, we want selection on normal layout elements to skip over the abs elements but
also want user to be enable to select the element.
For form/editable element, it is also strange that selection from outside can go into the form.
How about make user-select:contain more strict that prohibits selection transit?
Metadata
Metadata
Assignees
Labels
Closed Rejected as Wontfix by CSSWG ResolutionCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.Tracked in DoCcss-ui-4Current WorkCurrent Work