Skip to content

Commit

Permalink
removed <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8 />
Browse files Browse the repository at this point in the history
Change-Id: I4c316325bbd99d44e6625882a71e5d1ec9a5447b
  • Loading branch information
zoltan-dulac committed Jun 20, 2011
1 parent 5c192cd commit 426fb1d
Show file tree
Hide file tree
Showing 22 changed files with 30 additions and 24 deletions.
2 changes: 1 addition & 1 deletion tests/cssSandpaper/boxShadowTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<link rel="stylesheet" type="text/css" href="css/boxShadowTest.css" />

Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/clock.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<title>cssSandpaper Animated Clock Demo</title>

Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/countdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<title>cssSandpaper Animated Countdown Example</title>

Expand Down
7 changes: 6 additions & 1 deletion tests/cssSandpaper/cube3.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@
"text/html; charset=UTF-8" />

<title>Cross Browser (Even in IE!) CSS Transform Example: CSS Cube</title>
<link rel="stylesheet" type="text/css" href=
"css/global.css" />
<link rel="stylesheet" type="text/css" href=
"css/cube3.css" />



<script type="text/javascript" src="../../shared/js/EventHelpers.js">
</script>
<script type="text/javascript" src="../../shared/js/asamuzak.jp/textshadow.js">
</script>
<script type="text/javascript" src="../../shared/js/cssQuery-p.js">
</script>
<script type="text/javascript" src="../../shared/js/jcoglan.com/sylvester.js">
Expand All @@ -24,7 +29,7 @@

</head>

<body>
<body class="cssSandpaper-noMSTransform">



Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Untitled Document</title>

<link type="text/css" href="css/example.css" rel="stylesheet" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<script type="text/javascript" src="../../shared/js/EventHelpers.js">
</script>
Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/failedRotateExample.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<style type="text/css">
<!--
Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/fixForBlockyFontsInIE.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<title>Fix for blocky fonts in IE.</title>

Expand Down
8 changes: 5 additions & 3 deletions tests/cssSandpaper/gradient.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<title>cssSandpaper Animated Gradient Example</title>

Expand Down Expand Up @@ -67,10 +67,12 @@
<script type="text/javascript" src="js/gradient.js">
</script>
</head>
<body>
<body class="cssSandpaper-IEuseGradientFilter">
<div id="hook-just-in-case">
This example uses cssSandpaper to manipulate the
<code>gradient</code> property.</strong>
<code>gradient</code> property.</strong> IE9 uses the <code>Gradient</code> Visual Filter to polyfill
<code>-sand-gradient()</code> because don't work well at all in IE9 using the <code>canvas</code>
polyfill. This is done by making the <code>&lt;body&gt;</code> tag a member of the CSS class <code>cssSandpaper-IEuseGradientFilter</code>
<a href="http://www.useragentman.com/blog/2010/04/05/cross-browser-animated-css-transforms-even-in-ie/">Back to User Agent Man CSS3 Animation article </a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/gradientTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<title>Untitled Document</title>

Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/hslBackgroundTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<!-- This CSS file is not necessary to use html5Widgets -->
<link type="text/css" rel="stylesheet" href="../../shared/css/useragentmanExample.css">
Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/hslBackgroundTest2.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<!-- This CSS file is not necessary to use html5Widgets -->
<link type="text/css" rel="stylesheet" href="../../shared/css/useragentmanExample.css">
Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/matrixTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<link rel="stylesheet" type="text/css" href="css/matrixTest.css" />

Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/opacityTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<link rel="stylesheet" type="text/css" href="css/opacityTest.css" />

Expand Down
1 change: 0 additions & 1 deletion tests/cssSandpaper/rgbaBackgroundTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />

<link type="text/css" rel="stylesheet" href="css/rgbaBackgroundTest.css" />

Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/rgbaGradient.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />

<title>cssSandpaper Animated Gradient Example</title>

<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/rgbaGradientTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<link type="text/css" rel="stylesheet" href="css/rgbaGradientTest.css" />

Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/rotateTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<link rel="stylesheet" type="text/css" href="css/rotateTest.css" />

Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/scripting.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />

<title>Untitled Document</title>

<link type="text/css" rel="stylesheet" href="css/test1.css" />
Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/simpleTranslate.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Simple Translation Example</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<link rel="stylesheet" type="text/css" href="css/simpleTranslate.css" />

Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/skewTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<link rel="stylesheet" type="text/css" href="css/skewTest.css" />

Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/tester.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<title>cssSandpaper Test From</title>

Expand Down
2 changes: 1 addition & 1 deletion tests/cssSandpaper/translationTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />


<link rel="stylesheet" type="text/css" href="css/translationTest.css" />

Expand Down

0 comments on commit 426fb1d

Please sign in to comment.