Re: [w3c/webcomponents] Shadow DOM, <style>, and document.styleSheets (#56)

I see. It looks we have two options.

1. UA should process `<style>` if and only if it is browsing-context connected.
2. UA should process `<style>` if and only if it is connected.

1 is a strict condition, and 2 is more relaxed condition than 1.

If we forget a shadow tree, the current Web platform is using 2, right? As far as I see, it looks it does not consider a browsing-context. Only "in a document"-ness matters.



---
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/56#issuecomment-234468635

Received on Friday, 22 July 2016 06:55:37 UTC