zigotica / scrollSnapPointsPolyfill

CSS scroll Snap Points Polyfill
46 stars 4 forks source link

Test prefixed properties #3

Open ckrack opened 8 years ago

ckrack commented 8 years ago

You should test for prefixed properties, too.

Consider using https://github.com/philipwalton/polyfill

Ugoku commented 8 years ago

To add to this, 'msScrollSnapType' in document.documentElement.style returns true on IE11 and Edge (should work on IE10 too)