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

shimStyling: styles defined within shadowDOM are not prefixed with the scope name in Firefox #107

Closed
frankiefu opened this issue Apr 19, 2013 · 1 comment
Assignees
Labels

Comments

@frankiefu
Copy link
Member

in shimStyling.js:pseudoScopeRules it tries to change the selector using CSSStyleRule.selectorText but selectorText is readonly in FF.

https://developer.mozilla.org/en-US/docs/DOM/CSSStyleRule/selectorText

@ghost ghost assigned sorvell Apr 19, 2013
@sorvell
Copy link
Contributor

sorvell commented Apr 22, 2013

Addressed by: toolkitchen@f96ddd2

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

2 participants