[Bug 6778] Note the XPath implications of assigning HTML elements into the http://www.w3.org/1999/xhtml namespace

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6778


Henri Sivonen <hsivonen@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|NEEDSINFO                   |




--- Comment #4 from Henri Sivonen <hsivonen@iki.fi>  2009-06-02 08:42:32 ---
In addition to the cases where a name expression would match a node per XPath
1.0, a name expression match evaluate to matching a node when:
 * The name expression has no namespace.
AND
 * The name expression has local name l.
AND
 * The expression is being tested against an element node.
AND
 * The element node has local name l.
AND
 * The element node has namespace http://www.w3.org/1999/xhtml
AND
 * The owner document of the element node is an "HTML document".
This is a willful violation of XPath 1.0.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Tuesday, 2 June 2009 08:42:41 UTC