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)
Core
DOM: Core & HTML
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
Reporter | ||
Updated•26 years ago
|
QA Contact: 4616 → 4120
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 1•26 years ago
|
||
The attributes property is always null for Document according to the DOM Level 1
Core spec. It's only set for Elements.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•26 years ago
|
||
Verified invalid per spec.
You need to log in
before you can comment on or make changes to this bug.
Description
•