Bug 19355 - createElement() with colon and localName
Summary: createElement() with colon and localName
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://simon.html5.org/test/domcore/c...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-02 04:51 PDT by Simon Pieters
Modified: 2019-02-06 09:04 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Pieters 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.
Comment 1 Alexey Proskuryakov 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>.
Comment 2 Lucas Forschler 2019-02-06 09:04:14 PST
Mass moving XML DOM bugs to the "DOM" Component.