Closed Bug 3868 Opened 26 years ago Closed 26 years ago

DOM: NamedNodeMap returning null on several testcases

Categories

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

defect

Tracking

()

VERIFIED INVALID

People

(Reporter: ckritzer, Assigned: vidur)

References

()

Details

On MacOS 8.5/Win95/RedHat Linux 5.2 for 99075 (March 16th) build on the following testcases: 1) cnod003.html 1a) Expected action/result: Get the length of the NamedNodeMap 2) cnod004.html 2a) Expected action/result: Get the name of the NamedNodeMap item 3) cnod005.html 3a) Expected action/result: Set the name of the NamedNodeMap item 4) cnod006.html 4a) Expected action/result: Remove the named item of the NamedNodeMap
QA Contact: 4616 → 4120
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
The attributes property is always null for Document according to the DOM Level 1 Core spec. It's only set for Elements.
Status: RESOLVED → VERIFIED
Verified invalid per spec.
You need to log in before you can comment on or make changes to this bug.