Skip to content

Commit eab5b01

Browse files
authored
Merge pull request mdn#130 from MrBrain295/patch-2
Fix all remaining IE specific pieces of code
2 parents b090ec5 + a5a52a4 commit eab5b01

File tree

7 files changed

+2
-23
lines changed

7 files changed

+2
-23
lines changed

web-speech-api/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<title>Web Speech API</title>
1010

1111
<link rel="stylesheet" href="style.css">
12-
<!--[if lt IE 9]>
13-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
14-
<![endif]-->
1512
</head>
1613

1714
<body>

web-speech-api/phrase-matcher/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
<title>Phrase matcher</title>
99

1010
<link rel="stylesheet" href="style.css">
11-
<!--[if lt IE 9]>
12-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13-
<![endif]-->
1411
</head>
1512

1613
<body>
@@ -27,4 +24,4 @@ <h1>Phrase matcher</h1>
2724

2825
<script src="script.js"></script>
2926
</body>
30-
</html>
27+
</html>

web-speech-api/speak-easy-synthesis/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
<title>Speech synthesiser</title>
99

1010
<link rel="stylesheet" href="style.css">
11-
<!--[if lt IE 9]>
12-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13-
<![endif]-->
1411
</head>
1512

1613
<body>
@@ -40,4 +37,4 @@ <h1>Speech synthesiser</h1>
4037

4138
<script src="script.js"></script>
4239
</body>
43-
</html>
40+
</html>

web-speech-api/speech-color-changer/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
<title>Speech color changer</title>
99

1010
<link rel="stylesheet" href="style.css">
11-
<!--[if lt IE 9]>
12-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13-
<![endif]-->
1411
</head>
1512

1613
<body>

web-storage/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99

1010
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Bitter|Ubuntu+Mono' rel='stylesheet' type='text/css'>
1111
<link rel="stylesheet" href="style.css">
12-
<!--[if lt IE 9]>
13-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
14-
<![endif]-->
1512
</head>
1613

1714
<body>

web-workers/simple-shared-worker/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<title>Shared Workers basic example</title>
1010

1111
<link rel="stylesheet" href="style.css">
12-
<!--[if lt IE 9]>
13-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
14-
<![endif]-->
1512
</head>
1613

1714
<body>

web-workers/simple-shared-worker/index2.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<title>Shared Workers basic example</title>
1010

1111
<link rel="stylesheet" href="style.css">
12-
<!--[if lt IE 9]>
13-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
14-
<![endif]-->
1512
</head>
1613

1714
<body>

0 commit comments

Comments
 (0)