Closed
Bug 327542
Opened 19 years ago
Closed 19 years ago
Disallow elem.setAttribute("xmlns", "...")
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 315805
People
(Reporter: peterv, Assigned: peterv)
Details
We should disallow elem.setAttribute("xmlns", "..."), it leads to problems for serializing with duplicate attributes (even though they're in a separate namespace) when there is also an xmlns attribute in the http://www.w3.org/XML/1998/namespace namespace.
Assignee | ||
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 315805 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
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
•