8000 [css2] All errata and edits from the last ftf have been incorporated,… · w3c/csswg-drafts@ee7419c · GitHub
Skip to content

Commit ee7419c

Browse files
committed
[css2] All errata and edits from the last ftf have been incorporated, changes chapter has been made and cover page updated This should be ready for publication as last call WD...
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401887
1 parent 85cdc79 commit ee7419c

12 files changed

Lines changed: 355 additions & 1140 deletions

File tree

css2/Makefile

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 2.52 2002-04-23 22:38:20 bbos Exp $
3+
# $Id: Makefile,v 2.53 2002-07-05 19:58:04 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
7-
THE_DATE = ??-May-2002
8-
THE_ID = WD-CSS2-200205XX
7+
THE_DATE = ?? July 2002
8+
THE_ID = WD-CSS21-200207??
99
THIS_VERSION = http://www.w3.org/TR/2002/$(THE_ID)
1010
THE_PREVIOUS_VERSION = http://www.w3.org/TR/1998/REC-CSS2-19980512
1111
PERMANENT_NAME = CSS2
@@ -47,15 +47,13 @@ aural.src
4747
APPSRCS = \
4848
sample.src\
4949
changes.src\
50-
notes.src\
5150
grammar.src
5251

5352
REFSRCS = \
5453
refs.src
5554

5655
INDEXSRCS= \
5756
propidx.src \
58-
descidx.src \
5957
indexlist.src
6058

6159
MAINSRCS = $(SRCS1)
@@ -85,15 +83,13 @@ aural.html
8583
APPENDIXES= \
8684
sample.html\
8785
changes.html\
88-
notes.html\
8986
grammar.html
9087

9188
REFS= \
9289
refs.html
9390

9491
INDEXES= \
9592
propidx.html \
96-
descidx.html \
9793
indexlist.html
9894

9995
SPECSRCS= $(SRCS0) $(MAINSRCS) $(APPSRCS)
@@ -209,7 +205,7 @@ ADDLONGDESC = $(PERL) ./bin/addlongdesc
209205

210206
# utility to generate the PostScript version
211207
#
212-
HTML2PS= $(PERL) bin/html2ps -d -f html2psrc2
208+
HTML2PS= $(PERL) -w bin/html2ps -d -f html2psrc2
213209

214210
# IDRAW -> PS -> GIF tools
215211
#PSTOPNM = ./bin/mypstopnm -r 75

css2/Project.cfg

Lines changed: 2 additions & 4 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.7 2002-04-23 20:35:49 bbos Exp $
13+
# $Id: Project.cfg,v 2.8 2002-07-05 19:58:04 bbos Exp $
1414

1515
@source-extension .src
1616

@@ -56,9 +56,7 @@
5656
@chapter aural.html
5757
@chapter sample.html
5858
@chapter changes.html
59-
@chapter notes.html
60-
@chapter grammar.html
6159
@chapter refs.html
6260
@chapter propidx.html
63-
@chapter descidx.html
6461
@chapter indexlist.html
62+
@chapter grammar.html

css2/about.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'http://www.w3.org/TR/html4/strict.dtd'>
33

44
<html lang="en">
5-
<!-- $Id: about.src,v 2.35 2002-04-23 22:41:07 bbos Exp $ -->
5+
<!-- $Id: about.src,v 2.36 2002-07-05 19:58:04 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>About the CSS2.1 Specification</TITLE>
@@ -251,7 +251,7 @@ cascade</a>).
251251
The multiple style rules of this example:</p>
252252

253253
<pre>
254-
H1 {
254+
h1 {
255255
font-weight: bold;
256256
font-size: 12pt;
257257
line-height: 14pt;
@@ -266,7 +266,7 @@ H1 {
266266
<p>may be rewritten with a single shorthand property:</p>
267267

268268
<pre>
269-
H1 { font: bold 12pt/14pt Helvetica }
269+
h1 { font: bold 12pt/14pt Helvetica }
270270
</pre>
271271

272272
<p>In this example, <span

css2/aural.src

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'http://www.w3.org/TR/html4/strict.dtd'>
33

44
<html lang="en">
5-
<!-- $Id: aural.src,v 2.32 2002-07-05 13:42:39 bbos Exp $ -->
5+
<!-- $Id: aural.src,v 2.33 2002-07-05 19:58:04 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>Aural style sheets</TITLE>
@@ -86,6 +86,9 @@ equivalent.
8686
<P>For example, a right angle is '90deg' or '100grad' or
8787
'1.570796326794897rad'.
8888

89+
<p>Like for &lt;length&gt;, the unit may be omitted, if the value is
90+
zero: '0deg' may be written as '0'.
91+
8992
<H3>Times</H3>
9093

9194
<P>Time values are denoted by <span class="index-def" title="&lt;time&gt;::definition of"><a name="value-def-time">&lt;time&gt;</a></span> in the
@@ -852,6 +855,34 @@ San Jose, 25-Aug-97, Meals: 37.74
852855
</pre>
853856
</div>
854857

858+
<h2><a name="sample">Sample style sheet for HTML</a></h2>
859+
860+
<p>This style sheet describes a possible rendering of HTML 4.0:
861+
862+
<pre>
863+
h1, h2, h3,
864+
h4, h5, h6 { voice-family: paul, male; stress: 20; richness: 90 }
865+
h1 { pitch: x-low; pitch-range: 90 }
866+
h2 { pitch: x-low; pitch-range: 80 }
867+
h3 { pitch: low; pitch-range: 70 }
868+
h4 { pitch: medium; pitch-range: 60 }
869+
h5 { pitch: medium; pitch-range: 50 }
870+
h6 { pitch: medium; pitch-range: 40 }
871+
li, dt, dd { pitch: medium; richness: 60 }
872+
dt { stress: 80 }
873+
pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
874+
em { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
875+
strong { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
876+
dfn { pitch: high; pitch-range: 60; stress: 60 }
877+
s, strike { richness: 0 }
878+
i { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
879+
b { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
880+
u { richness: 0 }
881+
a:link { voice-family: harry, male }
882+
a:visited { voice-family: betty, female }
883+
a:active { voice-family: betty, female; pitch-range: 80; pitch: x-high }
884+
</pre>
885+
855886
<h2><a name="emacsspeak">Emacsspeak</a></h2>
856887

857888
<p>For information, here is the list of properties implemented by

0 commit comments

Comments
 (0)