Skip to content

Commit 430e55d

Browse files
committed
[css2] Some extra comments.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40796
1 parent 9d9eb42 commit 430e55d

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

css2/Project.cfg

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuration file for CSS2 spec project
1+
# Configuration file for CSS2 spec project -*-ksh-*-
22
#
33
# This file contains the order of chapters,
44
# the style sheet to use,
@@ -10,21 +10,26 @@
1010
# value contains spaces.
1111
#
1212
# Bert Bos <bert@w3.org>
13-
# $Id: Project.cfg,v 1.2 1998-02-02 19:05:46 bbos Exp $
13+
# $Id: Project.cfg,v 2.0 1998-02-02 19:15:02 bbos Exp $
1414

1515
@source-extension .src
1616

1717
@stylesheet style/default.css type/css
1818
@contents "cover.html#toc"
1919

2020
# Additional links. If for navbar, then add a 3rd column
21+
2122
@link CSS-properties propidx.html "properties"
2223
@link CSS-descriptors descidx.html "descriptors"
2324
@link index indexlist.html "index"
2425

26+
# Suppress all 6 levels of section numbers in the cover page
27+
2528
@format "" "" "" "" "" ""
2629
@chapter cover.html
2730

31+
# Maximum of 3 levels of numbers in main body
32+
2833
@format "1" "1.1" "1.1.1" "" "" ""
2934
@chapter about.html
3035
@chapter intro.html
@@ -46,6 +51,8 @@
4651
@chapter ui.html
4752
@chapter aural.html
4853

54+
# Number appendices with "Appendix A", B, C,...
55+
4956
@format "\Append\ix A." "A.1" "A.1.1" "" "" ""
5057
@chapter sample.html
5158
@chapter changes.html

0 commit comments

Comments
 (0)