Closed
Bug 248638
Opened 21 years ago
Closed 21 years ago
HTMLInputElement.type doesn't return the "type of control created"
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ian, Unassigned)
References
()
Details
(Keywords: fixed-aviary1.0, fixed1.7.5)
Attachments
(1 file)
|
2.57 KB,
patch
|
peterv
:
review+
peterv
:
superreview+
|
Details | Diff | Splinter Review |
According to DOM2 HTML, HTMLInputElement.type should return "The type of control
created (all lower case)" but we are simply returning the value of the type
attribute in lowercase.
TESTCASE: http://www.hixie.ch/tests/adhoc/dom/html/forms/005.html
This makes detecting whether the UA is a Web Forms 2.0 compliant UA rather hard.
Opera and WinIE do this correctly.
Comment 1•21 years ago
|
||
Updated•21 years ago
|
Attachment #151711 -
Flags: superreview?(peterv)
Attachment #151711 -
Flags: review?(peterv)
Updated•21 years ago
|
Attachment #151711 -
Flags: superreview?(peterv)
Attachment #151711 -
Flags: superreview+
Attachment #151711 -
Flags: review?(peterv)
Attachment #151711 -
Flags: review+
Comment 2•21 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Whiteboard: needed-aviary1.0?
Comment 3•21 years ago
|
||
Typo - "Shound't"
Comment 4•21 years ago
|
||
Thanks, fixed.
Updated•21 years ago
|
Keywords: fixed-aviary1.0
Updated•21 years ago
|
Whiteboard: needed-aviary1.0?
Updated•21 years ago
|
Keywords: fixed1.7.x
You need to log in
before you can comment on or make changes to this bug.
Description
•