[Webkit-unassigned] [Bug 19355] New: createElement() with colon and localName
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 2 04:51:12 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=19355
Summary: createElement() with colon and localName
Product: WebKit
Version: 526+ (Nightly build)
Platform: PC
URL: http://simon.html5.org/test/domcore/createElement/
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: XML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: zcorpan at hotmail.com
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.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list