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

tag name selectors inside of a scoped style tag are exposed. #16707

Closed
sethladd opened this issue Feb 10, 2014 · 2 comments
Closed

tag name selectors inside of a scoped style tag are exposed. #16707

sethladd opened this issue Feb 10, 2014 · 2 comments
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. type-enhancement A request for a change that isn't a bug

Comments

@sethladd
Copy link
Contributor

For example:

<br> div {<br> background-color: black;<br> }<br>

foo

the div selector is not localized to the component. Only work around is:

<br> .myDiv {<br> background-color: black;<br> }<br>

foo

Need to look at not mangling the selector (id and class name) but synthesizing a class so all selectors are contained inside a synthesized class selector.

@sethladd
Copy link
Contributor Author

@sethladd sethladd added Type-Enhancement area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. labels Feb 10, 2014
@DartBot
Copy link

DartBot commented Jun 5, 2015

This issue has been moved to dart-lang/csslib#6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

3 participants