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

Commented @host rule style gets applied #67

Closed
ebidel opened this issue Feb 9, 2013 · 1 comment
Closed

Commented @host rule style gets applied #67

ebidel opened this issue Feb 9, 2013 · 1 comment
Labels

Comments

@ebidel
Copy link
Contributor

ebidel commented Feb 9, 2013

Originally from: https://github.com/toolkitchen/polyfills/issues/84


Having this in a custom element, still gets parsed:

/*@host { border: 1px solid red; }*/

Presumably because the regex code still catches it:
https://github.com/toolkitchen/polyfills/blob/master/Components/CustomDOMElement/HTMLElementElement.js#L273

@sorvell
Copy link
Contributor

sorvell commented Apr 18, 2013

Should be resolved now. Added a test for it that's passing =).

@sorvell sorvell closed this as completed Apr 18, 2013
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