gehuangyi20 / ie7-js

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

Using more than one pseudo-element does not work (ie. :first-child::after) #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you have a CSS declaration such as:
a:first-child::after {
 ...
}

it will not work. Firefox 3 supports this, and so does Opera.

Expected output is that ::after is applied only to the first-child, 
however it has no effect in IE.

Tested with latest IE8.js beta on IE7 Windows XP SP3

Original issue reported on code.google.com by jani.hartikainen on 12 Mar 2009 at 9:05

GoogleCodeExporter commented 9 years ago
This is fixed in version 2.1.

Original comment by dean.edw...@gmail.com on 11 Feb 2010 at 3:17