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

It seems like the argument against is that UAs are able to optimize `<style>` with the same text content appearing many times in the same document, but are not able to optimize `<link rel="stylesheet">` with the same `href`.

Is that completely true? Even if the response has appropriate long-lived caching headers? I guess on initial page load with an umprimed response it would probably still make a bunch of requests, which is bad?

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

Received on Friday, 8 July 2016 13:14:11 UTC