Closed
Bug 75675
Opened 24 years ago
Closed 24 years ago
wrong namespaceURI and localName on namespace attributes in xhtml
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: sicking, Assigned: jst)
Details
Attachments
(1 file)
(deleted),
text/xml
|
Details |
Namespace attributes in xhtml documents get wrong namespaceURI and localName.
For example an attribute named xmlns:xsl have namespaceURI="" and
localName="xmlns:xsl".
Defaultnamespace attributes (xmlns="...") seems to be compleatly removed from
the DOM.
It works fine for XML documents though
Reporter | ||
Comment 1•24 years ago
|
||
I believe this is a dupe, it all happens because HTML content does not use node
info's to store this stuff. XML does. HTML can and should be changed.
*** This bug has been marked as a duplicate of 41983 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Component: DOM: Core → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•