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

Polymer's controller-styles system doesn't work well with ShadowDOMPolyfill #224

Closed
sorvell opened this issue Aug 2, 2013 · 1 comment
Closed
Assignees
Labels

Comments

@sorvell
Copy link
Contributor

sorvell commented Aug 2, 2013

If styles are loaded with polymer-scope="controller" those styles are not normalized when the ShadowDOM polyfill is used. This means, the styles are unscoped and @host rules are dropped.

We can address this by: running controller styles through Platform.ShadowCSS and less aggressively de-duping them.

@ghost ghost assigned sorvell Aug 2, 2013
@sorvell
Copy link
Contributor Author

sorvell commented Aug 14, 2014

Fixed long ago.

@sorvell sorvell closed this as completed Aug 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant