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

IE8 (ie9.js): the nth-child selector inside media queries is not parsed #381

Open
GoogleCodeExporter opened this issue May 23, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

The `nth-child` selector won't work in ie9.js-powered IE8 if the selector is 
placed inside a media query:

@media (min-width: 500px) {
  .foo:nth-child(2n) {
    color: pink;
  }
}

How do i make it work? If that's impossible, could you please enable it in a 
future release?

Original issue reported on code.google.com by [email protected] on 27 Nov 2012 at 3:56

@GoogleCodeExporter
Copy link
Author

Note, that i tried pairing ie9.js with media query-enabling polyfills such as 
Respond.js. No result. :(

Original comment by [email protected] on 28 Nov 2012 at 7:56

@GoogleCodeExporter
Copy link
Author

Same here.

Original comment by [email protected] on 5 Jun 2014 at 3:06

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

No branches or pull requests

1 participant