Closed
Bug 766798
Opened 13 years ago
Closed 13 years ago
Stop throwing NAMESPACE_ERR from querySelector(All)
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file, 1 obsolete file)
6.00 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
Spec change says this should now be a SYNTAX_ERR. We can rip out some complexity.
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Attachment #635181 -
Flags: review?(dbaron)
![]() |
Assignee | |
Updated•13 years ago
|
Whiteboard: [need review]
![]() |
Assignee | |
Comment 2•13 years ago
|
||
Attachment #635331 -
Flags: review?(dbaron)
![]() |
Assignee | |
Updated•13 years ago
|
Attachment #635181 -
Attachment is obsolete: true
Attachment #635181 -
Flags: review?(dbaron)
Comment on attachment 635331 [details] [diff] [review]
Throw SYNTAX_ERR, not NAMESPACE_ERR, from querySelector(All) on unknown namespaces.
r=dbaron
Attachment #635331 -
Flags: review?(dbaron) → review+
![]() |
Assignee | |
Comment 4•13 years ago
|
||
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla16
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•