Closed
Bug 67560
Opened 24 years ago
Closed 24 years ago
node.getAttribute("value") and node.value return different results
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: mhearn, Assigned: kinmoz)
Details
(Whiteboard: [INVALID?])
Attachments
(1 file)
580 bytes,
text/xml
|
Details |
One works and the other returns old information. What more can I say? A
testcase is attached.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Read bug 27327, we are conforming to the w3c spec. I think this is invalid, but
a guru should say it. CCing Pollmann.
Whiteboard: [INVALID?]
Comment 3•24 years ago
|
||
Thanks Fabian! In short, node.getAttribute("value") changes what
node.defautValue returns, not node.value. It's a long story. :) See the bug
Fabian mentions above for the long version...
*** This bug has been marked as a duplicate of 27327 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•24 years ago
|
Component: DOM Level 2 → DOM Other
Updated•24 years ago
|
Component: DOM Other → DOM Level 1
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•