Skip to content

Commit acb86d3

Browse files
Add DOCTYPE to html
This turns off the unnecessary quirks mode in browsers. Signed-off-by: David A. Wheeler <[email protected]>
1 parent 67da051 commit acb86d3

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

docs/labs/csp1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
34
<meta http-equiv="X-UA-Compatible" content="IE=edge">

docs/labs/hello.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
34
<meta http-equiv="X-UA-Compatible" content="IE=edge">

docs/labs/input1-emulation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
34
<script src="lab_runner.js"></script>

docs/labs/input1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
34
<meta http-equiv="X-UA-Compatible" content="IE=edge">

docs/labs/input2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
34
<meta http-equiv="X-UA-Compatible" content="IE=edge">

0 commit comments

Comments
 (0)