keithclark / selectivizr

selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.
1.71k stars 247 forks source link

:empty:after has no effect and console will get error when using IE8. #100

Open vrbvillor opened 8 years ago

vrbvillor commented 8 years ago

Selector '.SELECT>dt:empty:after' threw exception 'Error: Syntax error, unrecognized expression: unsupported pseudo: after' will appear in the console.

KieranGreenwood commented 7 years ago

This issue appears to occur when you have :before or :after chained with any other pseudo-class. There is a solution here #58