RESOLVED FIXED Bug 19355
createElement() with colon and localName
https://bugs.webkit.org/show_bug.cgi?id=19355
Summary createElement() with colon and localName
Simon Pieters
Reported 2008-06-02 04:51:12 PDT
createElement('a:b') results in an element with the local name 'b'. It should be 'a:b'. (DOM3Core says that localName should be null, but that's nonsense. In Firefox and Opera localName is 'a:b'.) Test cases at URL.
Attachments
Alexey Proskuryakov
Comment 1 2008-06-02 06:41:11 PDT
This works for me in ToT. Testing with nightlies shows that this was fixed between r31224 and r31232 for Acid3, but this specific case doesn't seem to be covered by any regression tests. Landed test cases in <http://trac.webkit.org/changeset/34301>.
Lucas Forschler
Comment 2 2019-02-06 09:04:14 PST
Mass moving XML DOM bugs to the "DOM" Component.
Note You need to log in before you can comment on or make changes to this bug.