[w3c/webcomponents] Why allow shadow root style to access :host? (#490)

Why is this allowed? It seems like if I place DOM from an unknown source in my shadow root that one of the main advantages would be encapsulating that unknown DOM so it can not escape the encapsulation. I wouldn't want it to apply arbitrary style to my shadow host.

What's the advantage of allowing `:host` access via CSS?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/490

Received on Saturday, 30 April 2016 01:29:26 UTC