Re: [w3c/selection-api] Define the interaction with user-select CSS property (#46)

It seems we can treat as `use-select:contain` for editable elements as css-ui-4:
https://drafts.csswg.org/css-ui-4/#propdef-user-select

> The computed value is the specified value, except:
> on editable elements where the computed value is always contain regardless of the specified value
> when the specified value is auto, which computes one of the other values as defined below
Note: s/computed value/used value/g

In other words, editable capability is stronger than selectable capability.




---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/selection-api/issues/46#issuecomment-234130556

Received on Thursday, 21 July 2016 01:18:12 UTC