Closed
Bug 307465
Opened 19 years ago
Closed 19 years ago
lookupPrefix, lookupNamespaceURI and isDefaultNamespace in Document should get the values from documentElement.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
References
()
Details
Attachments
(1 file)
|
1.88 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
According to the DOM3 Core - Appendix B, lookupPrefix, lookupNamespaceURI and isDefaultNamespace in Document should get the values from documentElement. Atm nsDocument returns empty string when calling lookupPrefix or lookupNamespaceURI, and false when using isDefaultNamespace.
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•19 years ago
|
Assignee: general → smaug
Status: ASSIGNED → NEW
| Assignee | ||
Updated•19 years ago
|
Attachment #199096 -
Flags: superreview?(jst)
Attachment #199096 -
Flags: review?(jst)
Comment 2•19 years ago
|
||
Comment on attachment 199096 [details] [diff] [review] proposed patch r+sr=jst
Attachment #199096 -
Flags: superreview?(jst)
Attachment #199096 -
Flags: superreview+
Attachment #199096 -
Flags: review?(jst)
Attachment #199096 -
Flags: review+
| Assignee | ||
Comment 3•19 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•