From abff23e68509733a1ca0b466a4dc6ee0d33d6e2f Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 11 Jul 2013 18:45:22 -0400 Subject: remove svg filter warning --- www/css/index.css | 1 - www/index.html | 3 --- www/js/html5ks.js | 5 ----- 3 files changed, 9 deletions(-) (limited to 'www') diff --git a/www/css/index.css b/www/css/index.css index 03f765d..2fedd0e 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -100,7 +100,6 @@ html.audio #warn li#audio { display: none; } html.fontface #warn li#fontface { display: none; } html.csstransforms #warn li#csstransforms { display: none; } html.csstransitions #warn li#csstransitions { display: none; } -html #warn li#html-svg-filter { display: none; } label { display: block; } 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 @@
  • It doesn't seem to support the @font-face at-rule, which lets us display the Playtime and Gentium fonts used in Katawa Shoujo. Any browser released in the last 2 years or so should support it.
  • It doesn't seem to support CSS transforms, which means that we won't be able to scale the window or show most transitions. Any browser released in the last 2 years ago should work.
  • It doesn't seem to support CSS transitions, which means that almost all animations won't work. Videos should still work though, unless stated above. You should definitely try upgrading.
  • -
    I know it's broken, let me play!
    diff --git a/www/js/html5ks.js b/www/js/html5ks.js index e7f5991..354bae8 100644 --- a/www/js/html5ks.js +++ b/www/js/html5ks.js @@ -125,11 +125,6 @@ window.html5ks = { if (/MSIE/.test(navigator.userAgent)) { document.getElementById("ie").style.display = "block"; } - /* svg not actually implemented yet - if (!(/Firefox/.test(navigator.userAgent))) { - document.getElementById("html-svg-filter").style.display = "block"; - } - */ for (var i = 0; i < warns.length; i++) { if (window.getComputedStyle(warns[i]).getPropertyValue("display") !== "none") { warn.style.visibility = "visible"; -- cgit v1.2.3-70-g09d2