Closed tomByrer closed 10 years ago
Not sure if you want all unprefixed & automate the prefixing.
jsPerf is in a unique situation where we actively support extremely old versions of current browsers. Think Firefox 2, Safari 3, etc. I agree things like border-radius
fall under progressive enhancement, but it really doesn’t hurt to have those few extra lines of CSS there IMHO.
we actively support extremely old versions of current browsers
Ah, I didn't realize that. I figured you'd go back 1 year, not 4. cheers
Yeah, we want people to run JavaScript performance tests in IE6 and other ancient browsers if they want to. (This patch wouldn’t change that, of course, but still I’d prefer to keep those few lines of CSS.)
http://caniuse.com/border-radius http://caniuse.com/css-gradients http://caniuse.com/css3-tabsize
left in: All -webkit- for iOS/Safari <=6.1 http://caniuse.com/css3-boxsizing (Android 3.0, Firefox v28?)