Re: [Component Model]: Shadow DOM Subtree per element: One or Many?

On Wed, Aug 24, 2011 at 12:19 PM, Erik Arvidsson <arv@chromium.org> wrote:
> On Wed, Aug 24, 2011 at 10:44, Dimitri Glazkov <dglazkov@chromium.org> wrote:
>> What do you think?
>
> +1
>
> It would surely allow certain use cases to be covered that are not
> covered today with form control elements.
>
> How about not throwing on new ShadowTree(element) and just append a
> new shadow root after the existing ones?

That would make the order "as instantiated", which is totally fine by
me. It would be good to add a use case which describes the need for
this. Anyone got a good idea? Don't want to reuse Adam's autocomplete
one, since HTML already provides a solution.

:DG<

>
> --
> erik
>

Received on Wednesday, 24 August 2011 19:37:54 UTC