[Webkit-unassigned] [Bug 12583] REGRESSION: html elements have an xhtml namespaceURI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 5 06:53:08 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12583





------- Comment #4 from ap at webkit.org  2007-02-05 06:53 PDT -------
Hmm, now I checked HTML5, and it indeed says that HTML elements must be in
XHTML namespace. Yet, this is not what I get from Firefox 2.

Also, this appears to clash with XPath spec (which is very explicit about null
namespaces, see <http://www.w3.org/TR/xpath#node-tests>), as queries like
"//div" would no longer work in HTML.

I guess our XPath implementation could be tweaked to account for this issue
instead, but this would mean a rather unpleasant mismatch in behavior of
different parts of DOM.


-- 
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