-
Notifications
You must be signed in to change notification settings - Fork 166
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
Stylesheet link support #38
Comments
@azakus is this possible? What about a flag that we can enable even if it has to load the stylesheets 2 times? (re-fetching to get the text content) |
Big 👍- any progress on this for ShadyCSS v2? Especially relevant for use-cases polyfilling CSS custom props outside of custom elements, where inline style blocks are a bit of an antipattern (browser caching) |
dfreedm
added a commit
that referenced
this issue
Jun 11, 2019
Revalidate Shadow Dom instances and other fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following syntax is allowed in the Web Component v1 specification and currently works correctly on Chrome and Safari:
At the moment, this polyfill only seems to support inline style tags.
Is support for
link
tags in the pipeline, or will it remain unsupported?The text was updated successfully, but these errors were encountered: