[csswg-drafts] [css-ui-4] let user-select:contain prohibit selection from outside

yoichio has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-ui-4] let user-select:contain prohibit selection from outside ==
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?


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1815 using your GitHub account

Received on Thursday, 14 September 2017 06:07:14 UTC