Re: [csswg-drafts] [css-ui-4][user-select] value is used value?

I spoke from general principle, but then read the spec a bit more and 
wrote [a test] to understand the situation around this property. This 
looks like complicated enough that it's hard to make a call just from 
a general principle.

* Blink/WebKit implements this property as inherited.
* The spec defines this as non-inherited, but tries to be as if `auto`
 and `none` inherits.
* Edge either inherits, or non-inherited but do its own inheritance 
following the spec; can't determine from the test.
* Gecko doesn't inherit, and doesn't implement the computed value 
behavior of `auto` except for editable elements.

Were there discussions and resolutions to make this property 
non-inherited, but do its own inheritance only for `auto` and `none`?

[a test]: http://output.jsbin.com/tozaqi

-- 
GitHub Notification of comment by kojiishi
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/336#issuecomment-237658044 
using your GitHub account

Received on Thursday, 4 August 2016 19:31:17 UTC