Closed
Bug 620766
Opened 15 years ago
Closed 5 years ago
:-moz-read-only (and :read-only) should apply when the input element is immutable
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mounir, Unassigned)
References
()
Details
For the moment, :-moz-read-only applies on an input element when it is read only but not when it is immutable (which include being disabled or not in document, see [1]).
ATM, :read-only isn't implemented but this bug will have to change :read-only if it is implemented.
[1] http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#concept-input-immutable
Comment 1•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Comment 2•5 years ago
|
||
Our implementation of read-only in bug 312971 matches the current spec text, as far as I can tell.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•