Closed
Bug 670869
Opened 14 years ago
Closed 4 years ago
Make textarea.wrap an enumerated attributes limited to only-known values
Categories
(Core :: DOM: Forms, defect, P5)
Core
DOM: Forms
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mounir, Unassigned)
Details
For the moment, it's one of the few enumerated attributes that is not limited to only known value. We should see if we can make it limited to only known value without breaking the web.
Comment 1•14 years ago
|
||
Keep the "off" value in mind:
User agents are expected to apply the 'white-space' CSS property to textarea elements. For historical reasons, if the element has a wrap attribute whose value is an ASCII case-insensitive match for the string "off", then the user agent is expected to treat the attribute as a presentational hint setting the element's 'white-space' property to 'pre'.
http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#the-textarea-element-0
Comment 2•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 3•4 years ago
|
||
We'll consider this if another browser wants to drive this.
Status: NEW → RESOLVED
Closed: 4 years ago
Component: DOM: Core & HTML → DOM: Forms
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•