-
Notifications
You must be signed in to change notification settings - Fork 136
:nth-child(-/**/n+2) should parse #153
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
Comments
Manishearth
added a commit
to Manishearth/rust-cssparser
that referenced
this issue
Jun 3, 2017
Manishearth
added a commit
to Manishearth/rust-cssparser
that referenced
this issue
Jun 3, 2017
|
Still is what's accepted by other browsers, isn't it? Worth filing a spec issue I guess. |
shrugs |
Yeah, the comments don't matter as much. Though gecko has an absurd number of tests for that 😄 |
Closing in favor of w3c/csswg-drafts#1498. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the spec, spaces are not allowed between
+n
and-n
innth-child
, however it says nothing about comments. Chrome allows this, and with https://bugzilla.mozilla.org/show_bug.cgi?id=1364009, Firefox will too. We should as well.cc @SimonSapin @dbaron
The text was updated successfully, but these errors were encountered: