[w3c/webcomponents] ShadowRoot.styleSheets should return an empty StyleSheetList if the shadow root is not in a shadow-including document (#526)

It looks that the current spec has an unintentional bug. The spec requires UA to parse style elements to return meaningful StyleSheetList even if the shadow root is not in a shadow-including document.
That is inconsistent with the current Web, I think. Processing a style element should be delayed until it is connected to a document.


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

Received on Friday, 24 June 2016 10:00:46 UTC