Re: Shadow tree style isolation primitive

On Fri, Jan 9, 2015 at 4:35 PM, Brian Kardell <bkardell@gmail.com> wrote:
> For clarity, are you suggesting you'd control the matching boundary via CSS
> somehow or you'd need an indicator in the tree?  A new element/attribute or
> something like a "fragment root" (sort of a shadowroot-lite)?

I wasn't suggesting anything since I'm not sure what the best way
would be. It has to be some flag that eventually ends up on an element
so when you do selector matching you know what subtrees to ignore. If
you set that flag through a CSS property you'd get circular
dependencies, but perhaps that can be avoided somehow. Setting it
through an element or attribute would violate separation of style and
markup.


-- 
https://annevankesteren.nl/

Received on Friday, 9 January 2015 15:49:53 UTC