Re: [csswg-drafts] [css-ui-4] Deal with locked editable elements and user-select #285

This clarifies what is supposed to happen on form controls when they're in read-only mode.

As per https://github.com/w3c/csswg-drafts/issues/285#issuecomment-397404205, this does not attempt to prevent `user-select: none` or `user-select: all` on such things, but does make sure that `user-select: auto` and `user-select: text` do the same thing as `user-select:contain`.

We could have all values compute to `contain`, but allowing `none` and `all` seems useful and not particularly hard, if that's OK with implementers.

-- 
GitHub Notification of comment by frivoal
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/2961#issuecomment-408615443 using your GitHub account

Received on Saturday, 28 July 2018 15:29:13 UTC