Closed Bug 215698 Opened 21 years ago Closed 21 years ago

Minimized attributes not correctly mapped to DOM

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 108480

People

(Reporter: erik, Unassigned)

Details

Attachments

(1 file)

Minimized attributes like readonly, disabled and more returns incorrect value
for getAttribute when there is no attribute (or the DOM property is false),

When inputElement.readOnly is set to false it should remove the readonly
attribute and therefore the call to getAttribute("readonly") should return ""
(http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-666EE0F9).
Currently it returns null
Note how it produces null for getAttribute
See bug 120681.

*** This bug has been marked as a duplicate of 108480 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Component: DOM: Core → DOM: Core & HTML
QA Contact: ian → general
Assignee: general → nobody
Status: RESOLVED → VERIFIED
OS: Windows XP → All
Hardware: x86 → All
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: