[Bug 19555] Node.getDocumentPosition should return 0x23 or 0x25 for disconnected nodes, not 0x01

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19555

--- Comment #3 from Boris Zbarsky <bzbarsky@mit.edu> ---
I don't think there's a problem for pure-JS impls per se, apart from the
general difficulties of returning something consistent when you can't use the
pointer value.  Which is not specific to JS: it's a problem for any
implementation that moves nodes in memory (e.g. might well be a problem for
Servo)...

I really wish I had better ideas here.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 29 October 2012 01:22:08 UTC