- From: Erik Arvidsson <arv@chromium.org>
- Date: Mon, 29 Aug 2011 18:49:48 -0700
Node inDocument seems cleaner but I'd be happy with contains moved to Node so that Document could optimize this. erik On Mon, Aug 29, 2011 at 18:11, Bjoern Hoehrmann <derhoermi at gmx.net> wrote: > * Erik Arvidsson wrote: >>compareDocumentPosition is a terrible API but I guess there is nothing >>preventing implementors to optimize the case where one node is the >>document. > > There is a proprietary Element.contains method implemented by some. The > method could be put on the Document interface in which case you could do > `node.ownerDocument.contains(node)` which seems quite fair. > -- > 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 18:49:48 UTC