From fa50bd498c1430b75d22f98636cf1fb2d08141a9 Mon Sep 17 00:00:00 2001 From: Sam Richard Date: Tue, 12 Nov 2013 18:59:15 -0500 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a86cd5f..0eb6e2d 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ add_import_path "bower_components/eq.js/sass" ## Browser Support -**eq.js** uses [`document.querySelectorAll()`](http://caniuse.com/queryselector) and provides a polyfill for [`requestAnimationFrame()`](http://caniuse.com/requestanimationframe), so it should work in the following browsers: +**eq.js** uses [`document.querySelectorAll()`](http://caniuse.com/queryselector) provides polyfills for [`requestAnimationFrame()`](http://caniuse.com/requestanimationframe), [`Object.getPrototypeOf`](http://stackoverflow.com/a/15851520/703084), and [`Object.keys`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/keys?redirectlocale=en-US&redirectslug=JavaScript%2FReference%2FGlobal_Objects%2FObject%2Fkeys#Compatibility) and has been tested in the following browsers: * IE8+ * Firefox 3.5+ @@ -128,6 +128,8 @@ add_import_path "bower_components/eq.js/sass" * Firefox for Android * IE Mobile +**Caveats**: On the current test site in IE8, the correct attributes get applied and the correct CSS gets applied (check in the developer tools, be sure to refresh the HTML after you've loaded the page or it'll appear as if they haven't!), but the correct paint doesn't get applied. I'm not entirely sure this is why, I guess this is due to the number of nodes, but really I've got no idea why it doesn't repaint properly. + ## Todo * Provide Sass mixins and CSS API to reduce what needs to be controlled in HTML (maybe)