I need to ensure IE7 and IE8 support.
I'm using a few CSS3 selectors like :last-child
. I dropped in Selectivizr, and it appears to fix many problems in those browsers, leaving me just a handful to clean up with some fallback code.
But HTML5 Please recommends using only fallbacks, not polyfills, to address CSS3 selector support:
We strongly recommend you do not try to polyfill this, but if you do need one, you can use Selectivizr.
It would be good to know why they "strongly recommend" against polyfills here... Anyone have any ideas?
span:last-child:after
not working in IE8, even with Selectivizr enabled - #11578139 – Jaunitajaunt