You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. In MSIE use Node.compareDocumentPosition(node, other) where 'node' and
'other' point to the same element.
What is the expected output? What do you see instead?
According to the specification
(http://www.w3.org/TR/DOM-Level-3-Core/core.html#DocumentPosition) the
returned value must be 0 (no flags are set). Instead the return value is 1
(disconnected).
What version of the product are you using? On what operating system?
1.1 (alpha1)
Original issue reported on code.google.com by [email protected] on 27 Nov 2009 at 11:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 27 Nov 2009 at 11:24The text was updated successfully, but these errors were encountered: