Re: [w3c/webcomponents] Should <link> work inside Shadow DOM? (#628)

Is your primary use case about pulling content in with HTML imports inside a shadow tree? If so, given the lack of appetite for HTML imports from browser vendors other than Google, I'm not certain if it's even valuable to spec such a behavior. It won't work on any browser but Chrome.

> I use Shadow DOM for styling 3rd party content. So, not to break functionality, I attach HTML composition to Shadow Root.

I don't follow. What exactly is a use case? A use case should concern a very specific scenario in which a very specific instance of `link` element is used, not some vague notion that you'd like be able to use `link` element inside a shadow tree to do composition.

-- 
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/628#issuecomment-284884866

Received on Tuesday, 7 March 2017 22:44:13 UTC