[whatwg] Node inDocument

* Ryosuke Niwa wrote:
>On Mon, Aug 29, 2011 at 5:21 PM, Bjoern Hoehrmann <derhoermi at gmx.net> wrote:
>>
>> This is addressed by Node.compareDocumentPosition. Have you missed this
>> or is there some problem making that perform properly?
>
>Node.compareDocumentPosition is O(n) when both node are in the same
>document.

A node's owner document node does not contain itself, so this is not a
problem in this case as you want the position relative to the document.
-- 
Bj?rn H?hrmann ? mailto:bjoern at hoehrmann.de ? http://bjoern.hoehrmann.de
Am Badedeich 7 ? Telefon: +49(0)160/4415681 ? http://www.bjoernsworld.de
25899 Dageb?ll ? PGP Pub. KeyID: 0xA4357E78 ? http://www.websitedev.de/ 

Received on Monday, 29 August 2011 17:55:24 UTC