Re: Support getElementById and other methods of ShadowRoot on DocumentFragment

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