Skip to content

Commit cbd8e04

Browse files
committed
[css-*] Add missing HTML character encoding declarations.
These are useful when using file:// URLs.
1 parent 6f8b5bc commit cbd8e04

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

css-2007/Overview.src.html

100755100644
+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
'http://www.w3.org/TR/html4/strict.dtd'>
33
<html lang="en">
44
<head>
5+
<meta charset=utf8>
56
<title>Cascading Style Sheets (CSS) Snapshot 2007</title>
67
<!-- <link rel="stylesheet" type="text/css" href="default.css"> -->
78
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">

css-2010/Overview.src.html

100755100644
+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
'http://www.w3.org/TR/html4/strict.dtd'>
44
<html lang="en">
55
<head>
6+
<meta charset=utf8>
67
<title>Cascading Style Sheets (CSS) Snapshot 2010</title>
78
<link rel="stylesheet" type="text/css" href="../default.css">
89
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">

css-backgrounds-4/Overview.src.html

100755100644
+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
<html lang="en">
55
<head>
6+
<meta charset=utf8>
67
<title>CSS Backgrounds and Borders Module Level 4</title>
78
<link rel="stylesheet" type="text/css" href="../default.css">
89
<style type="text/css">

css-backgrounds/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
<html lang="en">
55
<head>
6+
<meta charset=utf8>
67
<title>CSS Backgrounds and Borders Module Level 3</title>
78
<link rel=contents href="#contents">
89
<link rel=index href="#index">

css-backgrounds/box-shadow.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
<html lang="en">
55
<head>
6+
<meta charset=utf8>
67
<title>CSS Backgrounds and Borders Module Level 3: The box-shadow Chapter</title>
78
<link rel="stylesheet" type="text/css" href="default.css">
89
<style type="text/css">

css-cascade/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
33
<head>
4+
<meta charset=utf8>
45
<title>CSS Cascading and Inheritance Level 3</title>
56

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

css-multicol/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
22
<html lang="en">
33
<head>
4+
<meta charset=utf8>
45
<title>CSS Multi-column Layout Module</title>
56

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

css3-tables/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
33
<head>
4+
<meta charset=utf8>
45
<title>CSS3 Tables Module</title>
56
<link rel="stylesheet" type="text/css" href="../default.css">
67
<style type="text/css">

selectors-3/Overview.src.html

100755100644
+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'>
22
<html lang="en">
33
<head>
4+
<meta charset=utf8>
45
<title>Selectors Level 3</title>
56
<link href="../default.css" type="text/css" rel="stylesheet">
67
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css" rel="stylesheet">

selectors/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
22
<html lang="en">
33
<head>
4+
<meta charset=utf8>
45
<title>Selectors Level 4</title>
56
<link href="../default.css" type="text/css" rel="stylesheet">
67
<style type="text/css">

0 commit comments

Comments
 (0)