[Bug 20144] [Shadow]: Add "closed" flag to createShadowRoot

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20144

--- Comment #25 from Domenic Denicola <d@domenic.me> ---
No, to me it hints that the resulting DOM is visible like normal DOM is, not
that it's hidden from CSS selectors and from access without the .shadowRoot
indirection.

I think if we want a spectrum of terms we need to have it include light DOM at
one end. E.g.

- Light DOM: visible
- Shadow DOM: shadow
- Shadow DOM, censored access: hidden
- Shadow DOM, isolated global: isolated

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 27 April 2015 17:18:14 UTC