Skip to content

Commit b81dd15

Browse files
committed
fix title, validation error
1 parent d4f882c commit b81dd15

2 files changed

Lines changed: 8 additions & 17 deletions

File tree

css3-page/Overview.html

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
<html lang=en>
44
<head>
5-
<title> CSS3 Module: Paged Media</title>
5+
<title> CSS Paged Media Module Level 3</title>
66
<meta content="text/html; charset=utf-8" http-equiv=Content-Type>
77
<link href="../default.css" rel=stylesheet type="text/css">
88
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
99
type="text/css">
1010

11-
<style type="text/css"> .keyword { font-weight:bold }
11+
<style type="text/css">
12+
.keyword { font-weight:bold }
1213
.equation { padding: 2% }
1314
table.equation {text-align:center}
1415
td, th { vertical-align: top }
@@ -76,7 +77,6 @@
7677
background: #ffffaa;
7778
}
7879

79-
/*]]>*/
8080
</style>
8181

8282
<body>
@@ -1400,7 +1400,7 @@ <h3 id=page-properties><span class=secno>3.6 </span>Page Properties</h3>
14001400
can be found in <a href="#Appendix_A">Appendix A</a>.</p>
14011401

14021402
<p>Other properties defined by <a href="#CSS21"
1403-
rel=biblioentry>[CSS21]<!--{{CSS21}}--></a> are ignored in these
1403+
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> are ignored in these
14041404
contexts. Behavior for properties not included in CSS 2.1 and not listed
14051405
here or in Appendix A is undefined.</p>
14061406

@@ -3482,15 +3482,6 @@ <h3 class=no-num id=informative-references>Informative References</h3>
34823482
<dt style="display:
34833483
none"><!-- keeps the doc valid if the DL is empty --> <!---->
34843484

3485-
<dt id=CSS21>[CSS21]
3486-
3487-
<dd>Bert Bos; et al. <cite>Cascading Style Sheets, level 2 revision
3488-
1.</cite> 19 July 2007. W3C Candidate Recommendation. (Work in
3489-
progress.) URL: <a
3490-
href="http://www.w3.org/TR/2007/CR-CSS21-20070719">http://www.w3.org/TR/2007/CR-CSS21-20070719</a>
3491-
</dd>
3492-
<!---->
3493-
34943485
<dt id=CSS3TEXTLAYOUT>[CSS3TEXTLAYOUT]
34953486

34963487
<dd>Elika J. Etemad; Paul Nelson. <cite>CSS3 Text Layout Module.</cite>

css3-page/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
<html lang="en">
33
<head>
44
<title>
5-
CSS3 Module: Paged Media
5+
CSS Paged Media Module Level 3
66
</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<link href="../default.css" rel="stylesheet" type="text/css">
99
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
10-
<style type="text/css"> .keyword { font-weight:bold }
10+
<style type="text/css">
11+
.keyword { font-weight:bold }
1112
.equation { padding: 2% }
1213
table.equation {text-align:center}
1314
td, th { vertical-align: top }
@@ -75,7 +76,6 @@
7576
background: #ffffaa;
7677
}
7778

78-
/*]]>*/
7979
</style>
8080
</head>
8181
<body>
@@ -988,7 +988,7 @@ <h3 id="page-properties">Page Properties</h3>
988988
within page and margin contexts by a conforming implementation can be found in
989989
<a href="#Appendix_A">Appendix A</a>.</p>
990990

991-
<p>Other properties defined by [[CSS21]] are ignored in these contexts. Behavior
991+
<p>Other properties defined by [[!CSS21]] are ignored in these contexts. Behavior
992992
for properties not included in CSS 2.1 and not listed here or in Appendix A is
993993
undefined.</p>
994994
<p class="note">

0 commit comments

Comments
 (0)