selectivizr
selectivizr copied to clipboard
:empty:after has no effect and console will get error when using IE8.
Selector '.SELECT>dt:empty:after' threw exception 'Error: Syntax error, unrecognized expression: unsupported pseudo: after'
will appear in the console.
This issue appears to occur when you have :before
or :after
chained with any other pseudo-class. There is a solution here #58