Re: [css-ui][selectors] Definition of :read-only

Hi. Simon.

Actually, <input type="text" disabled> applies :read-write on many browsers.

Blink team says won't fix as spec due to compatibility issue
(https://crbug.com/255351)
Edge's behavior is same as Blink.
WebKit doesn't apply :read-write like current spec.
(https://bugs.webkit.org/show_bug.cgi?id=118236)
Gecko applies :read-write (same as Blink and Edge).  But I filed as
https://bugzilla.mozilla.org/show_bug.cgi?id=888884.  We think that we
should discuss about this spec before fixing.


-- Makoto Kato

Received on Wednesday, 20 April 2016 05:19:03 UTC