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

Do not fetch stylesheets in documents without a browsing context #1516

Merged
merged 1 commit into from
Jul 19, 2016

Conversation

domenic
Copy link
Member

@domenic domenic commented Jul 7, 2016

This fixes #1495 by changing the "appropriate times to obtain the
resource" to require that the <link rel="stylesheet"> element be in a
document that has a browsing context.


@jdm, look good? Thanks for raising this.

Note that there's also some more ongoing discussion that might change the exact semantics here in WICG/webcomponents#530. I was thinking of maybe introducing "in a browsing-context-having document" or something similar but wanted to at least wait until we figured that issue out first.

This fixes #1495 by changing the "appropriate times to obtain the
resource" to require that the <link rel="stylesheet"> element be in a
document that has a browsing context.
@jdm
Copy link
Member

jdm commented Jul 7, 2016

Looks good!

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

Successfully merging this pull request may close these issues.

Should stylesheets be obtained in documents without a browsing context?
3 participants