Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Shadow]: Define whether <style>s in shadow trees are loaded (bugzilla: 27375) #181

Closed
hayatoito opened this issue Jul 6, 2015 · 1 comment

Comments

@hayatoito
Copy link
Contributor

Title: [Shadow]: Define whether <style>s in shadow trees are loaded (bugzilla: 27375)

Migrated from: https://www.w3.org/Bugs/Public/show_bug.cgi?id=27375


comment: 0
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=27375#c0
Cameron McCormack wrote on 2014-11-20 03:46:05 +0000.

Created attachment 1551
test

Consider the attached test. In Chrome, this displays:

null
[object CSSStyleSheet]
null

while in Firefox currently it displays:

[object CSSStyleSheet]
[object CSSStyleSheet]
[object CSSStyleSheet]

The issue is whether the <style> element in the shadow tree should be loaded if it is in a shadow tree but not in the final flattened view of the document. Chrome's behaviour here probably makes sense, but it should be specified somewhere.


comment: 1
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=27375#c1
Olli Pettay wrote on 2014-11-20 11:30:38 +0000.

This is related to bug 26850

@hayatoito
Copy link
Contributor Author

Let me merge this with #56.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant