- From: Elliott Sprehn <esprehn@gmail.com>
- Date: Fri, 29 Jun 2012 11:39:48 -0700
- To: Ryosuke Niwa <rniwa@webkit.org>
- Cc: www-dom <www-dom@w3.org>
Received on Friday, 29 June 2012 18:40:35 UTC
On Fri, Jun 29, 2012 at 11:25 AM, Elliott Sprehn <esprehn@gmail.com> wrote: > > >> ... >> > > Ah sorry I was confused. Yes, I'm suggesting we remove these methods from > ShadowRoot and move them to DocumentFragment. If they're useful on > ShadowRoot then they're just as useful on DocumentFragments. > > It's also important with things like the proposed <template> element that > would create a DocumentFragment. > > Also WebKit already has these methods on DocumentFragments they're just not exposed in the IDL. DocumentFragment extends ContainerNode which extends Node. - E
Received on Friday, 29 June 2012 18:40:35 UTC