Skip to content

Commit 55861ae

Browse files
committed
Let's actually fix the broken page this time, hm?
Also: added a charset to the page, so Hakon's name doesn't get screwed up.
1 parent 8c12e67 commit 55861ae

2 files changed

Lines changed: 4 additions & 13 deletions

File tree

css3-content/Overview.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
<html lang=en>
66
<head><meta content="text/html" http-equiv=Content-Type>
7+
<meta charset=utf-8>
78

89
<title>CSS Generated Content Module Level 3</title>
910
<!--
@@ -13,12 +14,6 @@
1314
<link href="../default.css" rel=stylesheet type="text/css">
1415
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
1516
type="text/css">
16-
17-
<style type="text/css">
18-
.green { color: green; }
19-
.navy { color: navy; }
20-
.purple { color: purple; }
21-
</style>
2217
</head>
2318
<!-- TODO:
2419
! * Sync with CSS2.1 and GCPM
@@ -41,15 +36,15 @@
4136

4237
<h1>CSS Generated Content Module Level 3</h1>
4338

44-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 April 2011</h2>
39+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2011</h2>
4540

4641
<dl>
4742
<dt>This version:
4843

4944
<dd><a
5045
href="http://dev.w3.org/csswg/css3-content/">http://dev.w3.org/csswg/css3-content/</a></dd>
5146
<!-- <dd><a
52-
href="2011/ED-css3-content-20110419">2011/ED-css3-content-20110419</a></dd> -->
47+
href="2011/ED-css3-content-20110420">2011/ED-css3-content-20110420</a></dd> -->
5348

5449
<dt>Latest version:
5550

css3-content/Overview.src.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html">
5+
<meta charset="utf-8">
56
<title>CSS Generated Content Module Level 3</title>
67
<!--
78
FIXME when publishing: copy the current default.css and link to
89
"default.css" rather than "../default.css"
910
-->
1011
<link rel="stylesheet" type="text/css" href="../default.css">
1112
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
12-
<style type="text/css">
13-
.green { color: green; }
14-
.navy { color: navy; }
15-
.purple { color: purple; }
16-
</style>
1713
</head>
1814

1915
<!-- TODO:

0 commit comments

Comments
 (0)