a CSS3 Polyfill that implements CSS3 transforms, box-shadow, gradients, opacity and RGBA/HSL/HSLA colours in browser that don't support them.
208
stars
47
forks
source link
Trying to prep for IE8 -> cssSandpaper.js -> Object doesn't support property or method 'match' #16
Open
Soupdraggon opened 10 years ago
Testing in IE9 -> F12 Developers tools : Mode IE8 Standards:IE8
SCRIPT438: Object doesn't support property or method 'match' cssSandpaper.js, line 816 character 9
var segmentRotationTotal =360/n; var tClone = document.getElementById('Line_'+n); cssSandpaper.setTransform(tClone,segmentRotationTotal);
I know F12 Developers tools is no substitute for a proper IE8 , but sadly I have no alternative :-(