Skip to content

Commit 9fa58de

Browse files
committed
[css2] Edits and rearranged appendices as per Oslo ftf
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402152
1 parent 2e70ccf commit 9fa58de

8 files changed

Lines changed: 32 additions & 18 deletions

File tree

css2/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 2.77 2003-08-24 21:26:23 bbos Exp $
3+
# $Id: Makefile,v 2.78 2003-08-27 17:25:33 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -59,6 +59,7 @@ text.src\
5959
tables.src\
6060
ui.src\
6161
zindex.src\
62+
leftblank.src\
6263
aural.src
6364

6465

@@ -101,6 +102,7 @@ aural.html
101102
APPENDIXES= \
102103
sample.html\
103104
changes.html\
105+
leftblank.html\
104106
grammar.html
105107

106108
REFS= \

css2/Project.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# value contains spaces.
1111
#
1212
# Bert Bos <bert@w3.org>
13-
# $Id: Project.cfg,v 2.14 2003-08-20 16:38:44 bbos Exp $
13+
# $Id: Project.cfg,v 2.15 2003-08-27 17:25:33 bbos Exp $
1414

1515
@source-extension .src
1616

@@ -51,7 +51,6 @@
5151
@chapter text.html
5252
@chapter tables.html
5353
@chapter ui.html
54-
@chapter zindex.html
5554

5655
# Number appendices with "Appendix A", B, C,...
5756

@@ -60,6 +59,8 @@
6059
@chapter refs.html
6160
@chapter changes.html
6261
@chapter sample.html
62+
@chapter zindex.html
6363
@chapter propidx.html
64-
@chapter indexlist.html
6564
@chapter grammar.html
65+
@chapter leftblank.html
66+
@chapter indexlist.html

css2/changes.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: changes.src,v 2.41 2003-08-04 13:29:19 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.42 2003-08-27 17:25:33 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<TITLE>Appendix C: Changes</TITLE>
6+
<TITLE>Changes</TITLE>
77
</HEAD>
88
<BODY>
99
<H1>Changes</H1>

css2/grammar.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: grammar.src,v 2.32 2003-08-18 14:19:35 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 2.33 2003-08-27 17:25:33 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<TITLE>Appendix: grammar of CSS&nbsp;2.1</TITLE>
6+
<TITLE>Grammar of CSS&nbsp;2.1</TITLE>
77
</HEAD>
88
<BODY>
99
<H1>Grammar of CSS&nbsp;2.1</H1>

css2/leftblank.src

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+
<html lang="en">
3+
<!-- $Id: leftblank.src,v 2.1 2003-08-27 17:25:33 bbos Exp $ -->
4+
<HEAD>
5+
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6+
<TITLE>Has been intentionally left blank</TITLE>
7+
</HEAD>
8+
<BODY>
9+
<H6>Has been intentionally left blank</H6>
10+
11+
</BODY>
12+
</HTML>

css2/propidx.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: propidx.src,v 2.4 2003-07-08 17:12:46 bbos Exp $ -->
3+
<!-- $Id: propidx.src,v 2.5 2003-08-27 17:25:33 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<TITLE>Property index</TITLE>
6+
<TITLE>Full property table</TITLE>
77
</HEAD>
88
<BODY>
9-
<H1>Property index</H1>
9+
<H1>Full property table</H1>
1010

1111
<P><em>This appendix is informative, not normative.</em></P>
1212

css2/sample.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: sample.src,v 2.33 2003-08-20 16:41:32 bbos Exp $ -->
3+
<!-- $Id: sample.src,v 2.34 2003-08-27 17:25:33 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<TITLE>A sample style sheet for HTML 4.0</TITLE>
6+
<TITLE>Default style sheet for HTML 4.0</TITLE>
77
<!-- Changed by: Ian B. Jacobs, 28-Sep-1998 -->
88
</HEAD>
99
<BODY>
10-
<H1>Default style sheets: Sample for HTML 4.0</H1>
10+
<H1>Default style sheet for HTML 4.0</H1>
1111
<P><em>This appendix is informative, not normative.</em></P>
1212

1313
<P>This style sheet describes the typical formatting of all HTML 4.0

css2/zindex.src

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: zindex.src,v 2.1 2003-08-20 16:38:44 bbos Exp $ -->
3+
<!-- $Id: zindex.src,v 2.2 2003-08-27 17:25:33 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<TITLE>Stacking Contexts</TITLE>
6+
<TITLE>Elaborate description of stacking Contexts</TITLE>
77
</HEAD>
88
<BODY>
9-
<ins>This entire chapter</ins>
10-
<H1>Stacking Contexts</H1>
9+
<H1>Elaborate description of stacking Contexts</H1>
1110

1211
<p>This chapter defines the CSS2.1 painting order in more detail than
1312
described in the rest of the specification.</p>

0 commit comments

Comments
 (0)