rc452860 / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 lolm...@gmail.com on 27 Nov 2012 at 3:56

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

Original comment by lolm...@gmail.com on 28 Nov 2012 at 7:56

GoogleCodeExporter commented 9 years ago
Same here.

Original comment by henrijs....@gmail.com on 5 Jun 2014 at 3:06