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

The behavior here is that stylesheets would continue to not load while it's not detached from a tree.  However, it would load once it's inserted into either a shadow tree or a document tree.  This is quite consistent with how a view-less document work as depicted in https://github.com/w3c/webcomponents/issues/56#issuecomment-194421993.


---
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#issuecomment-228652992

Received on Monday, 27 June 2016 04:45:13 UTC