Re: [w3c/webcomponents] Should <link rel="stylesheet"> work inside shadow DOM? (#530)

- `link` is banned in a shadow tree.
See http://w3c.github.io/webcomponents/spec/shadow/#inertness-of-html-elements-in-a-shadow-tree
We can replace "in a document" with "in a document tree" for link.

- Regarding `style`, yeah, see #526. 


---
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/530#issuecomment-231260283

Received on Friday, 8 July 2016 02:25:35 UTC