keithclark / selectivizr

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

support of `:before`, `:after` and direct child `>` selectors #101

Open sserp opened 7 years ago

sserp commented 7 years ago

Please add support of :before, :after and direct child > selectors. They are more common in css relative to other ones which are supported like as nth-of-type. I think it should not be so hard to include in this good utility and extend important basic css for IE6/7. Thanks in advance