- From: James Graham <jgraham@opera.com>
- Date: Fri, 4 Nov 2011 00:51:39 +0100 (CET)
- To: Tim Down <timdown@gmail.com>
- cc: Yehuda Katz <wycats@gmail.com>, public-webapps WG <public-webapps@w3.org>
On Thu, 3 Nov 2011, Tim Down wrote: > Have you looked at the createContextualFragment() method of Range? > > http://html5.org/specs/dom-parsing.html#dom-range-createcontextualfragment That doesn't meet the use case where you don't know the contextual element upfront. As I understand it that is important for some of the use cases. I think this is possible to solve, but needs an extra mode in the parser. Also, createcontextualFragment could be modified to take null as the context to work in this mode.
Received on Thursday, 3 November 2011 23:52:11 UTC