Skip to content

Commit 08e6848

Browse files
committed
[css2] References rewritten using [[key]], spell-checked
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40983
1 parent c587e67 commit 08e6848

18 files changed

+223
-266
lines changed

css2/about.src

Lines changed: 2 additions & 3 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: about.src,v 2.6 1998-02-18 23:37:09 ijacobs Exp $ -->
3+
<!-- $Id: about.src,v 2.7 1998-02-19 01:05:25 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>About the CSS2 Specification</TITLE>
@@ -285,8 +285,7 @@ EXAMPLE". Deprecated examples also include recommended alternate
285285
solutions. All examples that illustrate illegal usage are clearly
286286
marked as "ILLEGAL EXAMPLE".
287287

288-
<P>All <a rel="biblioentry" href="./refs.html#ref-HTML40"
289-
class="informref">[HTML40]</a> examples conform to the strict DTD
288+
<P>All HTML examples conform to the strict DTD (defined in [[HTML40]])
290289
unless otherwise indicated by a document type declaration.
291290

292291
<P>Examples and notes are marked within the source HTML for the

css2/cascade.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: cascade.src,v 2.2 1998-02-18 23:37:40 ijacobs Exp $ -->
3+
<!-- $Id: cascade.src,v 2.3 1998-02-19 01:05:29 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Assigning property values, Cascading, and Inheritance</TITLE>
@@ -77,7 +77,7 @@ actual value.
7777

7878
<H2><a name="inheritance">Inheritance</a></h2>
7979

80-
<P> Some propeties are inherited, i.e., a descendant of a node in the
80+
<P> Some properties are inherited, i.e., a descendant of a node in the
8181
<a href="conform.html#doctree">document tree</a> will use the node's
8282
actual value for a property unless the property is specified for that
8383
descendant.

css2/changes.src

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: changes.src,v 2.1 1998-02-18 23:38:10 ijacobs Exp $ -->
3+
<!-- $Id: changes.src,v 2.2 1998-02-19 01:05:33 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>
77
</HEAD>
88
<BODY>
99
<H1 align="center">Changes from CSS1</H1>
1010

11-
<P>CSS2 builds on <a rel="biblioentry" href="./refs.html#ref-CSS1"
12-
class="normref">[CSS1]</a> and all valid CSS1 style sheets are valid
13-
CSS2 style sheets. The changes between the <a
14-
href="http://www.w3.org/TR/REC-CSS1">CSS1 specification</a> and this
15-
specification fall into three groups: new functionality, updated
16-
descriptions of CSS1 functionality, and changes to CSS1.
11+
<P>CSS2 builds on CSS1 and all valid CSS1 style sheets are valid CSS2
12+
style sheets. The changes between the CSS1 specification (see
13+
[[CSS1]]) and this specification fall into three groups: new
14+
functionality, updated descriptions of CSS1 functionality, and changes
15+
to CSS1.
1716

1817
<H2>New functionality</H2>
1918

css2/conform.src

Lines changed: 20 additions & 28 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: conform.src,v 2.7 1998-02-18 23:38:38 ijacobs Exp $ -->
3+
<!-- $Id: conform.src,v 2.8 1998-02-19 01:05:35 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -16,10 +16,9 @@ agents.
1616

1717
<P>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
1818
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
19-
document are to be interpreted as described in <a rel="biblioentry"
20-
href="./refs.html#ref-RFC2119" class="normref">[RFC2119]</a>. However, for
21-
readability, these words do not appear in all uppercase letters in
22-
this specification.
19+
document are to be interpreted as described in RFC 2119 (see
20+
[[RFC2119]]). However, for readability, these words do not appear in
21+
all uppercase letters in this specification.
2322

2423
<P>At times, the authors of this specification recommend good practice
2524
for authors and user agents. These recommendations are not normative
@@ -59,9 +58,7 @@ document (e.g., HTML, XML, etc.).
5958

6059
<P>The primary syntactic constructs of the document language are
6160
called <span class="index-def"
62-
title="element"><em>elements,</em></span> (an SGML term, see <a
63-
rel="biblioentry" href="./refs.html#ref-ISO8879"
64-
class="normref">[ISO8879]</a>). Most CSS style sheet rules refer to
61+
title="element"><em>elements,</em></span> (an SGML term, see [[ISO8879]]). Most CSS style sheet rules refer to
6562
these elements and specify rendering information for them. Examples
6663
of elements in HTML include "P" (for paragraphs), "TABLE"
6764
(for creating tables), "OL" (for creating ordered lists), etc.
@@ -81,15 +78,14 @@ Rendered content may also be <span class="index-def" title="alternate
8178
text"> <a name="alternate-text"><dfn>alternate text</dfn></a></span>
8279
for an element (e.g., the value of the HTML "alt" attribute).
8380

84-
<dt><dfn><strong><a name="doctree">Document tree</a></strong></dfn></dt>
85-
<dd>User agents transform a document written in the document language
86-
into a <dfn>document tree</dfn> where every element except one has
87-
exactly one <span class="index-def" title="parent">parent</span>
88-
element. (See the SGML (<a href="refs.html#ref-ISO8879"
89-
class="normref">[ISO8879]</a>) and XML (<a href="refs.html#ref-XML10"
90-
class="normref">[XML10]</a>) specifications for the definition of
91-
parent.) The one exception is the <span class="index-def"
92-
title="root"><dfn>root</dfn></span> element, which has no parent.
81+
<dt><dfn><strong><a name="doctree">Document
82+
tree</a></strong></dfn></dt> <dd>User agents transform a document
83+
written in the document language into a <dfn>document tree</dfn> where
84+
every element except one has exactly one <span class="index-def"
85+
title="parent">parent</span> element. (See the SGML specification for
86+
the definition of parent ([[ISO8879]]).) The one exception is the <span
87+
class="index-def" title="root"><dfn>root</dfn></span> element, which
88+
has no parent.
9389

9490
<P>An element A is called an <span class="index-def"
9591
title="ancestor"><dfn>ancestor</dfn></span> of an element B, if either
@@ -251,20 +247,16 @@ authors and users must not rely on specific error recovery behavior.
251247
<H2><span class="index-def" title="text/css"><a
252248
name="text-css">The text/css content type</a></span></H2>
253249

254-
<p>CSS style sheets that exist in separate
255-
files are sent over the Internet as a sequence of bytes accompanied by
256-
encoding information (see <a rel="biblioentry"
257-
href="./refs.html#ref-HTML40">[HTML40]</a>, chapter 5). The structure
258-
of the transmission, termed a <span class="index-def" title="message
259-
entity"><a name="message-entity"><dfn>message entity,</dfn></a></span>
260-
is defined by <a rel="biblioentry" href="./refs.html#ref-RFC2045"
261-
class="normref">[RFC2045]</a> and <a rel="biblioentry"
262-
href="refs.html#ref-RFC2068" class="normref">[RFC2068]</a>. A message
250+
<p>CSS style sheets that exist in separate files are sent over the
251+
Internet as a sequence of bytes accompanied by encoding information
252+
(see [[HTML40]], chapter 5). The structure of the transmission,
253+
termed a <span class="index-def" title="message entity"><a
254+
name="message-entity"><dfn>message entity,</dfn></a></span> is defined
255+
by RFC 2045 and RFC 2068 (see [[RFC2045]] and [[RFC2068]]). A message
263256
entity with a content type of "text/css" represents an independent CSS
264257
document.
265258

266-
<P>The text/css content type is defined in <a rel="biblioentry"
267-
href="refs.html#ref-RFCCSS" class="normref">[RFCCSS]</a>.
259+
<P>The text/css content type is defined in RFC ??? (see [[RFCCSS]]).
268260

269261
<!-- To be completed by an RFC -IJ -->
270262

css2/cover.src

Lines changed: 7 additions & 9 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: cover.src,v 2.4 1998-02-17 23:27:54 bbos Exp $ -->
3+
<!-- $Id: cover.src,v 2.5 1998-02-19 01:05:38 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Cascading Style Sheets, Level 2</TITLE>
@@ -41,10 +41,8 @@ documents (e.g. HTML and XML). The CSS2 language is human readable and
4141
writable, and expresses style in common desktop publishing
4242
terminology.
4343

44-
<P>CSS2 builds on <a rel="biblioentry" href="./refs.html#ref-CSS1"
45-
class="normref">[CSS1]</a>, specified in <a
46-
href="http://www.w3.org/TR/REC-CSS1-961217">http://www.w3.org/TR/REC-CSS1-961217</a>.
47-
All valid CSS1 style sheets are valid CSS2 style sheets.
44+
<P>CSS2 builds on CSS1 (see
45+
[[CSS1]]). All valid CSS1 style sheets are valid CSS2 style sheets.
4846

4947

5048
<h2>Status of this document</h2>
@@ -62,10 +60,10 @@ HREF="http://www.w3.org/Style/Activity.html">W3C Style
6260
Activity</A>, and is intended as a draft of a proposed recommendation
6361
for CSS2.
6462

65-
<P>If you did not get this document directly from the W3C website you may
66-
want to check whether you have the latest version of this document by
67-
looking at the list of W3C technical reports at &lt;<a
68-
href="http://www.w3.org/TR/">http://www.w3.org/TR/</a>&gt;.
63+
<P>If you did not get this document directly from the W3C website you
64+
may want to check whether you have the latest version of this document
65+
by looking at the list of W3C technical reports at <a
66+
href="http://www.w3.org/TR/">http://www.w3.org/TR/</a>.
6967

7068

7169
<h2>Available formats</h2>

css2/css.dico

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Bjorn
4242
Blokland
4343
Bluevalues
4444
Bodoni
45+
Boland
4546
Bopomofo
4647
Bos
4748
Boutell
@@ -95,6 +96,7 @@ DSIG
9596
DSSSL
9697
DT
9798
DTD
99+
DTDs
98100
Dardailler
99101
DecoType
100102
Demi
@@ -107,6 +109,7 @@ Downloaded
107109
EF
108110
EFF
109111
Emacspeak
112+
EMPH
110113
EMS
111114
EQ
112115
EQUIV
@@ -232,16 +235,19 @@ LL
232235
LM
233236
LPAR
234237
Le
238+
Lesch
235239
LettError
236240
Letterform
237241
Letterlike
238242
Liam
239243
Lilley
240244
Linux
245+
LRE
241246
Luciano
242247
Lucida
243248
MMT
244249
MONOTYPE
250+
Macromedia
245251
Malayalam
246252
Mapper
247253
Marius
@@ -264,6 +270,7 @@ Mozilla
264270
Multilingual
265271
Mutz
266272
NEGOT
273+
NIST
267274
NOFRAMES
268275
NOSCRIPT
269276
Naskh
@@ -276,6 +283,7 @@ Nikolaus
276283
Nord
277284
Novell
278285
OL
286+
OLs
279287
OPENTYPE
280288
OPTGROUP
281289
OTSPEC
@@ -289,6 +297,7 @@ Opstad
289297
Oriya
290298
PANOSE
291299
PARAM
300+
PARs
292301
PCDATA
293302
PCL
294303
PDF
@@ -335,6 +344,7 @@ Ref
335344
Rippel
336345
Robson
337346
Roundhand
347+
RTF
338348
Ryumin
339349
SAMP
340350
SGI
@@ -414,6 +424,8 @@ WG
414424
WebFont
415425
WebFonts
416426
Webmasters
427+
WERB
428+
WERBEH
417429
Wexler
418430
Wium
419431
XHeight
@@ -425,6 +437,7 @@ Zijl
425437
Zilles
426438
abbrev
427439
abcd
440+
abcdef
428441
abs
429442
absrel
430443
abst
@@ -481,14 +494,17 @@ celt
481494
cgi
482495
ch
483496
changebar
497+
chapitre
484498
charset
499+
charsets
485500
chiba
486501
chris
487502
cjk
488503
cline
489504
cmap
490505
co
491506
cockney
507+
cols
492508
colspan
493509
com
494510
comp
@@ -497,6 +513,7 @@ config
497513
conneg
498514
coord
499515
copyleft
516+
copyeditor
500517
cornell
501518
corr
502519
crosshair
@@ -538,6 +555,7 @@ deg
538555
descinst
539556
dev
540557
dfn
558+
diffs
541559
dir
542560
displayable
543561
div
@@ -592,12 +610,14 @@ fontstuff
592610
foo
593611
fprintf
594612
fr
613+
ft
595614
ftp
596615
garet
597616
gen
598617
gewis
599618
gif
600619
glGammaVal
620+
glish
601621
glyphs
602622
graytext
603623
greybook
@@ -608,11 +628,13 @@ gzip'ed
608628
handheld
609629
heb
610630
hebrew
631+
herstyle
611632
hexcolor
612633
hhea
613634
highlighttext
614635
hiragana
615636
hmtx
637+
hoofdstuk
616638
horizontalAfter
617639
horizontalBefore
618640
howcome
@@ -636,6 +658,7 @@ ifi
636658
ij
637659
ijacobs
638660
ikeda
661+
imagenum
639662
img
640663
inactiveborder
641664
inactivecaption
@@ -685,6 +708,7 @@ li
685708
lineno
686709
lisa
687710
logo
711+
longdesc
688712
losslessly
689713
loudvoice
690714
lowermost
@@ -713,6 +737,7 @@ myclass
713737
myform
714738
myid
715739
myorg
740+
mystyle
716741
mything
717742
nbsp
718743
nl

0 commit comments

Comments
 (0)