[Webkit-unassigned] [Bug 19928] querySelectorAll handling of namespaces poisons the functionality

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 7 16:23:47 PDT 2008


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





------- Comment #3 from bzbarsky at mit.edu  2008-07-07 16:23 PDT -------
As a data point, IE8 beta 1 in standards mode (doesn't support this in quirks)
completely ignores the second argument, and throws SYNTAX_ERR on uses of
namespaces syntax.  The SYNTAX_ERR is certainly what I'd expect if your CSS
parser doesn't do namespaces.  NAMESPACE_ERR is what I'd expect per current
draft text if it does and there is no NSResolver (as in all cases now that
you're throwing NOT_SUPPORTED_ERR).

In any case, it's not as important what exception is thrown as that an
exception is thrown if there is no NSResolver and the string includes
namespaces syntax.


-- 
Configure bugmail: https://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