[Webkit-unassigned] [Bug 25111] document.implementation.createDocument is too lenient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 4 09:12:15 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=25111


Rob Buis <rwlbuis at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rwlbuis at gmail.com




--- Comment #2 from Rob Buis <rwlbuis at gmail.com>  2013-07-04 09:14:13 PST ---
When I read DOM4 it seems lenient too:

http://dom.spec.whatwg.org/#dom-domimplementation-createdocument

Whereas DOM2/3 was strict indeed:

http://www.w3.org/TR/DOM-Level-3-Core/core.html#Level-2-Core-DOM-createDocument
NAMESPACE_ERR: if the qualifiedName is null and the namespaceURI is different from null.

FF latest version seem to be lenient like us, for the given 5 subtests it matches WebKit:

FAIL createDocument(, null, null)
FAIL createDocument(null, null, null)
FAIL createDocument(null, "", null)
FAIL createDocument("", null, null)
FAIL createDocument("", "", null)

Should we close the bug?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list