Re: [whatwg/dom] Consider specifying document.evaluate and document.createNSResolver (#67)

> Note that this needs to add a conversion mode for not processing namespaces so that when namespaces are enabled it will correctly map XHTML documents and when disabled it will correctly map HTML documents. -- The exact mechanism for this (likely an additional processing option) has not been agreed yet.

Note existing behaviour in browsers cannot be described by the DOM -> XDM conversion alone.

For example, matching `//FooBar` will match a `(http://www.w3.org/1999/xhtml, foobar)` element, but it won't match a `(http://www.w3.org/1999/xhtml, FooBar)` element.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/67#issuecomment-1777690759
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/67/1777690759@github.com>

Received on Tuesday, 24 October 2023 17:24:02 UTC