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

Right now it uses "in a document", meaning we are not sure whether it should be "in a document tree" or "connected": https://html.spec.whatwg.org/multipage/semantics.html#link-type-stylesheet:concept-link-obtain

I think we should allow this (i.e. switch to "connected"). If we allow `<style>`, why not `<link>`?

---
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

Received on Thursday, 7 July 2016 18:11:29 UTC