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

Current CSS spec does not account for this tag selector syntax #40

Open
bmcminn opened this issue Dec 2, 2014 · 1 comment
Open

Current CSS spec does not account for this tag selector syntax #40

bmcminn opened this issue Dec 2, 2014 · 1 comment

Comments

@bmcminn
Copy link

bmcminn commented Dec 2, 2014

This issue encompasses #39 and #37, being that this has overreaching side effects for the CSS spec as well.

Since tag names are valid selectors, I'm not sure a selector like html:body { background: black } would be properly accounted for via the CSS 2.1/3 specs, let alone properly parsed by the various browser implementations that would consume this. XSLT handles this for XML, though I'm not a fan of how robust that particular syntax is.

@cshaa
Copy link
Contributor

cshaa commented Dec 4, 2014

Why didn't you just comment on the #37?
The current CSS syntax is capable of dealing with namespaces without any modifications.

@OscarGodson close?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants