Skip to content

Commit 1f24d45

Browse files
committed
[CSS2] add <meta charset> everywhere
1 parent f908464 commit 1f24d45

56 files changed

Lines changed: 60 additions & 4 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css2/about.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<html lang="en">
44

55
<HEAD>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
67
<TITLE>About the CSS&nbsp;2.2 Specification</TITLE>
78
<link rel="stylesheet" href="style/default.css" type="text/css">
89
<link rel="stylesheet" href="style/css2.css" type="text/css">

css2/about.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<html lang="en">
44
<!-- $Id: about.src,v 2.89 2011-10-18 19:25:26 bbos Exp $ -->
55
<HEAD>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
67
<TITLE>About the CSS&nbsp;2.2 Specification</TITLE>
78
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
89
</HEAD>

css2/aural.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<html lang="en">
44

55
<HEAD>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
67
<TITLE>Aural style sheets</TITLE>
78
<link rel="stylesheet" href="style/default.css" type="text/css">
89
<link rel="stylesheet" href="style/css2.css" type="text/css">

css2/aural.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<html lang="en">
44
<!-- $Id: aural.src,v 2.59 2011-10-18 19:25:27 bbos Exp $ -->
55
<HEAD>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
67
<TITLE>Aural style sheets</TITLE>
78
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
89
</HEAD>

css2/box.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<html lang="en">
44

55
<HEAD>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
67
<TITLE>Box model</TITLE>
78
<link rel="stylesheet" href="style/default.css" type="text/css">
89
<link rel="stylesheet" href="style/css2.css" type="text/css">

css2/box.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<html lang="en">
44
<!-- $Id: box.src,v 1.89 2012-05-15 14:12:14 bbos Exp $ -->
55
<HEAD>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
67
<TITLE>Box model</TITLE>
78
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
89
</HEAD>

css2/cascade.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33

44
<HEAD>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56
<TITLE>Assigning property values, Cascading, and Inheritance</TITLE>
67
<link rel="stylesheet" href="style/default.css" type="text/css">
78
<link rel="stylesheet" href="style/css2.css" type="text/css">

css2/cascade.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<!-- $Id: cascade.src,v 2.78 2012-08-21 13:50:54 bbos Exp $ -->
44
<HEAD>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56
<TITLE>Assigning property values, Cascading, and Inheritance</TITLE>
67
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
78
</HEAD>

css2/changes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33

44
<HEAD>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56
<TITLE>Changes</TITLE>
67
<link rel="stylesheet" href="style/default.css" type="text/css">
78
<link rel="stylesheet" href="style/css2.css" type="text/css">

css2/changes.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<!-- $Id: changes.src,v 2.176 2014-01-17 13:48:59 bbos Exp $ -->
44
<HEAD>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56
<TITLE>Changes</TITLE>
67
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
78
</HEAD>

0 commit comments

Comments
 (0)