Closed
Description
Regarding the new Context criterion
A document language can provide for blending declarations sourced from different encapsulation contexts, such as the nested tree contexts of shadow trees in the [DOM].
https://drafts.csswg.org/css-cascade-4/#encapsulation-contexts
Is a web page’s own DOM tree also an encapsulation context?
For example, if a page has a custom element with a shadow DOM, are there two encapsulation contexts (the page’s own tree and the nested shadow tree), or is there only one encapsulation context (the nested shadow tree)?