Skip to content

Commit 3228fb4

Browse files
committed
[css2] lists.src merged with generate.src, links updated
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401564
1 parent 9388dcb commit 3228fb4

4 files changed

Lines changed: 7 additions & 9 deletions

File tree

css2/Makefile

Lines changed: 1 addition & 3 deletions
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.33 1998-04-27 11:30:02 bbos Exp $
3+
# $Id: Makefile,v 2.34 1998-04-30 06:05:58 ijacobs Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -37,7 +37,6 @@ page.src\
3737
colors.src\
3838
fonts.src\
3939
text.src\
40-
lists.src\
4140
tables.src\
4241
ui.src\
4342
aural.src
@@ -77,7 +76,6 @@ page.html\
7776
colors.html\
7877
fonts.html\
7978
text.html\
80-
lists.html\
8179
tables.html\
8280
ui.html\
8381
aural.html

css2/Project.cfg

Lines changed: 2 additions & 2 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.4 1998-04-06 23:35:12 ijacobs Exp $
13+
# $Id: Project.cfg,v 2.5 1998-04-30 06:06:01 ijacobs Exp $
1414

1515
@source-extension .src
1616

@@ -47,7 +47,7 @@
4747
@chapter colors.html
4848
@chapter fonts.html
4949
@chapter text.html
50-
@chapter lists.html
50+
#@chapter lists.html
5151
@chapter tables.html
5252
@chapter ui.html
5353
@chapter aural.html

css2/changes.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: changes.src,v 2.18 1998-04-22 23:03:48 ijacobs Exp $ -->
3+
<!-- $Id: changes.src,v 2.19 1998-04-30 06:06:02 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix B: Changes from CSS1</TITLE>
@@ -31,7 +31,7 @@ value for all properties.
3131
<LI><A HREF="aural.html">Aural style sheets</A>
3232

3333
<LI>Several internationalization features, including <a
34-
href="lists.html#list-props">list numbering styles</a>, support for <a
34+
href="generate.html#lists">list numbering styles</a>, support for <a
3535
href="visuren.html#direction">bidirectional text</a>, and support for
3636
language-sensitive <a href="generate.html#quotes">quotation
3737
marks</a>.

css2/visuren.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: visuren.src,v 2.55 1998-04-30 04:04:26 ijacobs Exp $ -->
3+
<!-- $Id: visuren.src,v 2.56 1998-04-30 06:06:09 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual formatting model</TITLE>
@@ -422,7 +422,7 @@ name="value-def-list-item"><strong>list-item</strong></a></span>
422422
<dd>This value causes an element (e.g., LI in HTML) to generate a
423423
principal block box and a list-item inline box. For information about
424424
lists and examples of list formatting, please consult the section on
425-
<a href="lists.html">lists</a>.
425+
<a href="generate.html#lists">lists</a>.
426426

427427
<dt><span class="index-def" title="marker', definition of"><a
428428
name="value-def-marker"><strong>marker</strong></a></span>

0 commit comments

Comments
 (0)