[Bug 13931] Why are editable inputs/textareas not :read-write?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13931

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch

--- Comment #4 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-10-12 19:27:01 UTC ---
They are :read-write unless they're <textarea readonly> or disabled or similar.
Are you saying you want disabled or read-only <textarea>s and <input>s to be
:read-write? It seems like that would cause authors to unexpectedly give such
form controls the "wrong" style when editing.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 12 October 2011 19:27:03 UTC