diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-11 18:45:22 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-11 18:45:22 -0400 |
commit | abff23e68509733a1ca0b466a4dc6ee0d33d6e2f (patch) | |
tree | 3861ba0e8386b5d0a976e30be140111b52b0cd1f /www/index.html | |
parent | 9ef324d2d2e40f919de9b7d7e1852affa97e0e91 (diff) | |
download | html5ks-abff23e68509733a1ca0b466a4dc6ee0d33d6e2f.tar.xz html5ks-abff23e68509733a1ca0b466a4dc6ee0d33d6e2f.zip |
remove svg filter warning
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html index 17ceead..5b99526 100644 --- a/www/index.html +++ b/www/index.html @@ -37,9 +37,6 @@ <li id="fontface">It doesn't seem to support <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face">the @font-face at-rule</a>, which lets us display the Playtime and Gentium fonts used in Katawa Shoujo. <a href="http://caniuse.com/#feat=fontface">Any browser released in the last 2 years or so should support it.</a></li> <li id="csstransforms">It doesn't seem to support <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_CSS_transforms">CSS transforms</a>, which means that we won't be able to scale the window or show most transitions. <a href="http://caniuse.com/#feat=transforms2d">Any browser released in the last 2 years ago should work.</a></li> <li id="csstransitions">It doesn't seem to support <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_CSS_transitions">CSS transitions</a>, which means that almost all animations won't work. Videos should still work though, unless stated above. <a href="http://caniuse.com/#feat=css-transitions">You should definitely try upgrading.</a></li> - <!-- svg filters aren't actually implemented yet - <li id="html-svg-filter">It might not support SVG filters on HTML content, which means that filters like the sunset in the tea room will display as regular images. <a href="http://caniuse.com/#feat=svg-html">Unfortunately, this is only implemented in Firefox now.</a></li> - --> </ul> <div id="gotit" class="button button-enabled">I know it's broken, let me play!</div> </div> |