8000 [css2] Fixed broken links, added style information to reference links · w3c/csswg-drafts@7e00380 · GitHub
Skip to content

Commit 7e00380

Browse files
committed
[css2] Fixed broken links, added style information to reference links
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40416
1 parent de60299 commit 7e00380

20 files changed

Lines changed: 134 additions & 145 deletions

css2/about.src

Lines changed: 3 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 1.12 1997-11-05 14:35:22 ian Exp $ -->
3+
<!-- $Id: about.src,v 1.13 1997-11-20 23:58:33 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>About the CSS2 Specification</TITLE>
@@ -80,7 +80,7 @@ follow to claim <a href="convent.html#conformance">conformance</a>.
8080

8181
<dd>Five appendixes contain information about <a href="sample.html">a
8282
sample style sheet for HTML 4.0</a>, <a href="changes.html">changes
83-
from CSS1 </a>, <a href="appendix/notes.html">implementation and
83+
from CSS1 </a>, <a href="notes.html">implementation and
8484
performance notes</a>, <a href="grammar.html">the grammar of CSS2</a>, and
8585
some helpful notes on implementing <a href="fonts.html">WebFonts</a>.
8686

@@ -90,7 +90,7 @@ some helpful notes on implementing <a href="fonts.html">WebFonts</a>.
9090

9191
<dt><strong>General index:</strong>
9292

93-
<dd>The <a href="index.html">general index</a> contains links to key
93+
<dd>The <a href="indexlist.html">general index</a> contains links to key
9494
concepts, property and value definitions, and other useful
9595
information.
9696

css2/aural.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: aural.src,v 1.7 1997-10-31 07:38:34 clilley Exp $ -->
3+
<!-- $Id: aural.src,v 1.8 1997-11-20 23:59:00 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Aural style sheets</TITLE>
@@ -525,7 +525,7 @@ flexible manner.
525525

526526
<p>An additional aural property, <a
527527
href="tables.html#propdef-speak-header-cell">speak-header-cell</a>, is
528-
described in the capter on <a href="tables">tables</a>
528+
described in the capter on <a href="tables.html">tables</a>
529529

530530

531531
</BODY>

css2/box.src

Lines changed: 5 additions & 4 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: box.src,v 1.3 1997-11-04 17:15:49 howcome Exp $ -->
3+
<!-- $Id: box.src,v 1.4 1997-11-20 23:59:35 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Box rendering type</TITLE>
@@ -64,7 +64,7 @@ of the content, inside any padding, border or margin. The
6464
<EM>bottom</EM> is the bottom of the element, outside any padding
6565
border and margin; it is only defined for inline and <a
6666
href="flowobj.html#floats">floating elements</a>, not for non-floating
67-
<a href="block-level">block-level</a> elements. The <EM>inner
67+
<a href="flowobj.html#block-level">block-level</a> elements. The <EM>inner
6868
bottom</EM> is the bottom of the element, inside any padding, border
6969
and margin.
7070

@@ -196,7 +196,7 @@ class="propinst-padding">'padding'</span> property sets the padding
196196
for all four sides while the other padding properties only set their
197197
respective side.
198198

199-
<H3><a name="border-width-defs">Values for </a><span class="index-def"
199+
<H3><a name="padding-width-defs">Values for </a><span class="index-def"
200200
title="&lt;padding-width&gt;, definition of"><a
201201
name="value-def-padding-width">&lt;padding-width&gt;</a></span></H3>
202202

@@ -439,7 +439,8 @@ will take its place:
439439
<span class="propinst-border-style">'border-style'</span></H3>
440440

441441

442-
<H4>Values for &lt;border-style&gt;</H4>
442+
<H4><a name="border-style-defs">Values for</a> <span class="index-def"
443+
title="&lt;border-style&gt;">&lt;border-style&gt;</span></H4>
443444

444445
<P>The border style properties refer to the &lt;border-style&gt; value
445446
type which is defined as follows:

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 1.19 1997-11-04 14:15:37 howcome Exp $ -->
3+
<!-- $Id: cascade.src,v 1.20 1997-11-21 00:00:19 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Cascade</TITLE>
@@ -54,7 +54,7 @@ the following algorithm:
5454
Sort the declarations by explicit weight: declarations marked
5555
<span class="index-inst" title="'important'">'!important'</span>
5656
carry more weight than unmarked (normal) declarations. See the
57-
section on <a href="important-rules">'important'</a> rules for
57+
section on <a href="#important-rules">'important'</a> rules for
5858
more information.
5959

6060
<LI>

css2/conform.src

Lines changed: 3 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: conform.src,v 1.24 1997-11-05 14:34:00 ian Exp $ -->
3+
<!-- $Id: conform.src,v 1.25 1997-11-21 00:01:01 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Definitions and document conventions</TITLE>
@@ -19,7 +19,7 @@ agents.
1919
<P>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
2020
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
2121
document are to be interpreted as described in <a rel="biblioentry"
22-
href="./references.html#ref-RFC2119">[RFC2119]</a>. However, for
22+
href="./refs.html#ref-RFC2119" class="normref">[RFC2119]</a>. However, for
2323
readability, these words do not appear in all upper case letters in
2424
this specification.
2525

@@ -42,7 +42,7 @@ title="document language"><em>document language</em></span>.
4242
<P>The primary syntactic constructs of the document language are
4343
called <span class="index-def"
4444
title="element"><em>elements,</em></span> an SGML term (see <a
45-
rel="biblioentry" href="./refs.src#ref-ISO8879">[ISO8879]</a>). Most
45+
rel="biblioentry" href="./refs.html#ref-ISO8879" class="normref">[ISO8879]</a>). Most
4646
CSS style sheet rules refer to these elements and specify rendering
4747
information for them. Examples of elements in HTML include "P" (for
4848
structuring paragraphs), "TABLE" (for creating tables), "OL" (for

css2/fonts.src

Lines changed: 28 additions & 27 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: fonts.src,v 1.23 1997-10-31 07:47:02 clilley Exp $ -->
3+
<!-- $Id: fonts.src,v 1.24 1997-11-21 00:03:56 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -106,11 +106,11 @@ font through a series of properties. The property values form the
106106
basis of the user agent's <a href="#font-selection">font
107107
selection</a>.
108108

109-
<h3><a name="font-spec-props">Font specification properties</a></h3>
109+
<h3><a name="font-properties">Font specification properties</a></h3>
110110
<P>CSS2 specifies fonts by using the following properties:
111111

112112
<dl>
113-
<dt><strong><a href="#font-family">Font family</a></strong>
113+
<dt><strong><a name="font-family">Font family</a></strong>
114114

115115
<dd>A <span class="index-def" title="font family"> font family</span>
116116
is a group of fonts that resemble one another. One member of the
@@ -122,18 +122,18 @@ categories: those with or without serifs, those whose characters are
122122
or are not proportionally spaced, those that resemble handwriting,
123123
those that are fantasy fonts, etc.
124124

125-
<dt><strong><a href="#font-style">Font style</a></strong>
125+
<dt><strong><a name="font-style">Font style</a></strong>
126126
<dd>The font style specifies whether the specified font is normal,
127127
italic, or oblique (italic and oblique fonts are similar,
128128
but not the same, especially for fonts with serifs).
129-
<dt><strong><a href="#font-variant">Font variant</a></strong>
129+
<dt><strong><a name="font-variant">Font variant</a></strong>
130130
<dd>The font variant indicates whether the font contains normal upper
131131
and lower case characters or whether it contains small-caps
132132
characters.
133-
<dt><strong><a href="#font-weight">Font weight</a></strong>
133+
<dt><strong><a name="font-weight">Font weight</a></strong>
134134
<dd>The font weight refers to the boldness or lightness of a font's
135135
glyphs.
136-
<dt><strong><a href="#font-size">Font size</a></strong>
136+
<dt><strong><a name="font-size">Font size</a></strong>
137137
<dd>The font size refers to the size of the font.
138138
</dl>
139139

@@ -900,7 +900,7 @@ initial value is used.
900900

901901
<!-- #include src=descriptors/font-family.srb -->
902902

903-
<p>This is the descriptor for the <a href="#family-name">family
903+
<p>This is the descriptor for the <a href="#font-family">family
904904
name</a> of a font and takes the same values as the <span
905905
class="propinst-font-family">'font-family'</span> property.
906906

@@ -973,7 +973,7 @@ sufficient glyphs to render a particular character.
973973
<!-- #include src=descriptors/unicode-range.srb -->
974974

975975
<P>This is the descriptor for the range of <a rel="biblioentry"
976-
href="./refs.html#ref-UNICODE">[UNICODE]</a> characters covered by the
976+
href="./refs.html#ref-UNICODE" class="normref">[UNICODE]</a> characters covered by the
977977
font. Since this is sparse (most fonts do not cover the whole of
978978
Unicode) this descriptor lists blocks or ranges which do have
979979
<em>some</em> coverage (no promise is made of complete coverage). This
@@ -984,10 +984,10 @@ change of syntax and without invalidating existing content.
984984
definition of"><a name="value-def-urange">&lt;urange&gt;</a></span>
985985
are expressed using hexadecimal numbers prefixed by "U+",
986986
corresponding to character code positions in <a rel="biblioentry"
98 8026 7-
href="./refs.html#ref-UNICODE">[UNICODE]</a>, which is
987+
href="./refs.html#ref-UNICODE" class="normref">[UNICODE]</a>, which is
988988
code-for-code identical to <a rel="biblioentry"
989-
href="./refs.html#ref-ISO10646">[ISO10646]</a> (the
990-
document character set of <a rel="biblioentry" href="./refs.html#ref-HTML40">[HTML40]</a>).
989+
href="./refs.html#ref-ISO10646" class="normref">[ISO10646]</a> (the
990+
document character set of <a rel="biblioentry" href="./refs.html#ref-HTML40" class="informref">[HTML40]</a>).
991991

992992
For example, <tt>U+05D1</tt> is the Unicode character 'Hebrew letter
993993
bet'. For values outside the Basic Multilingual Plane (BMP),
@@ -1003,7 +1003,7 @@ the style sheet) covers not only the entire Basic Multilingual Plane
10031003
(BMP), which would be expressed as U+0-FFFF, but also the whole
10041004
repertoire of ISO 10646. Thus, the initial value says that the font
10051005
may have glyph representations for characters anywhere in <a
1006-
rel="biblioentry" href="./refs.html#ref-ISO10646">[ISO10646]</a>.
1006+
rel="biblioentry" href="./refs.html#ref-ISO10646" class="normref">[ISO10646]</a>.
10071007
Specifying a value for <span
10081008
class="descinst-unicode-range">'unicode-range'</span> provides
10091009
information to make searching efficient, by declaring a constrained
@@ -1057,7 +1057,7 @@ U+F9000-FAFF, U+FE30-FE4F
10571057

10581058
<dd>Something of a worst case in terms of verbosity, this very
10591059
precisely indicates that this (extremely large) font contains only
1060-
Chinese characters from <a rel="biblioentry" href="./refs.html#ref-UNICODE">[UNICODE]</a>, without including any characters
1060+
Chinese characters from <a rel="biblioentry" href="./refs.html#ref-UNICODE" class="normref">[UNICODE]</a>, without including any characters
10611061
that are uniquely Japanese or Korean. The range is 3000 to 303F (CJK
10621062
symbols and punctuation) plus 3100 to 312F (Bopomofo) plus 3200 to
10631063
32FF (enclosed CJK letters and months) plus 3300 to 33FF (CJK
@@ -1207,7 +1207,7 @@ descriptor must also be used.
12071207

12081208
<!-- #include src=descriptors/slope.srb -->
12091209

1210-
<p>This is the descriptor for the <a href="##slope">vertical stroke
1210+
<p>This is the descriptor for the <a href="#slope">vertical stroke
12111211
angle</a> of the font.
12121212

12131213
<!-- #include src=descriptors/cap-height.srb -->
@@ -1450,11 +1450,12 @@ used as an operand of the findfont operator. It is the name
14501450
associated with the font by a definefont operation. This is usually
14511451
the value of the FontName entry in the font dictionary. For more
14521452
information, see Section 5.2 of the PostScript Language Reference
1453-
Manual, Second Edition <a href="#ref10">[Ref&nbsp;10]</a>. </p>
1453+
Manual, Second Edition. <!-- Link here to the PS Ref, second edition -->
1454+
</P>
14541455

14551456
<p>Multiple Master Type 1 fonts allow specifying various design
14561457
dimensions (e.g., weight, such as light to extra-bold, and width, such
1457-
as condensed to expanded) <a href="#ref12">[Ref&nbsp;12]</a>.
1458+
as condensed to expanded). <!-- IJ: Insert link here to MMT1 -->
14581459
Coordinates along these design dimensions are specified by numbers,
14591460
and are appended as a suffix to the base font name. To specify the
14601461
appearance of the font, numeric values must be supplied for each
@@ -1484,7 +1485,7 @@ alignment, just as the bottom baseline is used for Latin, Greek and
14841485
Cyrillic scripts.
14851486

14861487
<p>For TrueType GX fonts, this value may be obtained from the <a
1487-
rel="biblioentry" href="./refs.html#ref-TRUETYPEGX">[TRUETYPEGX]</a>
1488+
rel="biblioentry" href="./refs.html#ref-TRUETYPEGX" class="informref">[TRUETYPEGX]</a>
14881489
<tt>bsln</tt> table. Within this table, the <tt>ideographic
14891490
centered baseline</tt> may be used for stretches of predominantly
14901491
ideographic characters and the <tt>ideographic low baseline</tt> is
@@ -1624,7 +1625,7 @@ alignment, just as the lower baseline is used for Latin, Greek and
16241625
Cyrillic scripts.
16251626

16261627
<p>For TrueType GX fonts, this value may be obtained from the
1627-
<a rel="biblioentry" href="./refs.html#ref-TRUETYPEGX">[TRUETYPEGX]</a>
1628+
<a rel="biblioentry" href="./refs.html#ref-TRUETYPEGX" class="informref">[TRUETYPEGX]</a>
16281629
<tt>bsln</tt> table.
16291630

16301631
<h3><a name=bbox>Maximal bounding box</a></h3>
@@ -1641,15 +1642,15 @@ entries of the <tt>'head'</tt> table.<!-- Apple API to get this: http://17.126.2
16411642
<p>For Type 1 fonts, this value may be obtained from the
16421643
<tt>'Ascender'</tt> value in the AFM file. For TrueType and OpenType
16431644
fonts, this value may be obtained from the <tt>'Ascender'</tt> entry
1644-
in the <a rel="biblioentry" href="./refs.html#ref-OPENTYPE">[OPENTYPE]</a>
1645+
in the <a rel="biblioentry" href="./refs.html#ref-OPENTYPE" class="informref">[OPENTYPE]</a>
16451646
<tt>'hhea'</tt> table or (preferably) from the
16461647
<tt>'sTypoAscender'</tt> value in the
1647-
<a rel="biblioentry" href="./refs.html#ref-OPENTYPE">[OPENTYPE]</a>
1648+
<a rel="biblioentry" href="./refs.html#ref-OPENTYPE" class="informref">[OPENTYPE]</a>
16481649
<tt>'OS/2'</tt> table.
16491650

16501651
<P>For TrueType GX fonts, the <tt>'horizontalBefore'</tt> entry in the
16511652
<a rel="biblioentry"
1652-
href="./refs.html#ref-TRUETYPEGX">[TRUETYPEGX]</a> <tt>'fmtx'</tt>
1653+
href="./refs.html#ref-TRUETYPEGX" class="informref">[TRUETYPEGX]</a> <tt>'fmtx'</tt>
16531654
table is used, overriding Ascender values in the <tt>'hhea'</tt>
16541655
table.
16551656

@@ -1686,7 +1687,7 @@ remaining nine digits have different meanings).
16861687

16871688

16881689
<p><em>Panose-2</em> (see <a rel="biblioentry"
1689-
href="./refs.html#ref-PANOSE2">[PANOSE2]</a>) is a specification for a
1690+
href="./refs.html#ref-PANOSE2" class="informref">[PANOSE2]</a>) is a specification for a
16901691
more comprehensive font classification and matching technology which
16911692
is not limited to Latin typefaces. For example, the serif
16921693
characteristics of a Latin face may be compared with the stroke
@@ -1704,7 +1705,7 @@ Basic Multilingual Plane of Unicode, and is used to eliminate
17041705
unsuitable fonts (ones that will not have the required glyphs). It
17051706
does not indicate that the font definitely has the required glyphs,
17061707
only that it is worth downloading and looking at the font. See <a
1707-
rel="biblioentry" href="./refs.html#ref-ISO10646">[ISO10646]</a> for
1708+
rel="biblioentry" href="./refs.html#ref-ISO10646" class="normref">[ISO10646]</a> for
17081709
information about useful documents.
17091710

17101711
<p>Font formats that do not include this information, explicitly or
@@ -1718,7 +1719,7 @@ from the <!--@@look up spec for CID fonts --> CMap file).
17181719
<p>For TrueType and Opentype fonts with an <tt>OS/2</tt> table, see <a href="fontstuff.html#truetype-unicode">Appendix E</a>.
17191720

17201721
<p>There are other classifications into scripts, such as the
1721-
<a rel="biblioentry" href="./refs.html#ref-MONOTYPE">[MONOTYPE]</a>
1722+
<a rel="biblioentry" href="./refs.html#ref-MONOTYPE" class="informref">[MONOTYPE]</a>
17221723
system and a proposed ISO script system.
17231724

17241725
<p>Because of this, classification of glyph repertoires by the range
@@ -1733,7 +1734,7 @@ alignment, just as the bottom baseline is used for Latin, Greek and
17331734
Cyrillic scripts.
17341735

17351736
<p>For TrueType GX fonts, this value may be obtained from the <a
1736-
rel="biblioentry" href="./refs.html#ref-TRUETYPEGX">[TRUETYPEGX]</a>
1737+
rel="biblioentry" href="./refs.html#ref-TRUETYPEGX" class="informref">[TRUETYPEGX]</a>
17371738
<tt>bsln</tt> table.
17381739

17391740
<h3><a name=stemv>Vertical stem width</a></h3>
@@ -1796,7 +1797,7 @@ had been followed exactly.
17961797

17971798

17981799
<LI>At a given element and for each character in that element, the
1799-
UA assembles the font-properties applicable to that element. Using
1800+
UA assembles the font properties applicable to that element. Using
18001801
the complete set of properties, the UA uses the <span
18011802
class="descinst-font-family">'font-family'</span> descriptor to
18021803
choose a tentative font family. Thus, matching on a family name will

css2/fontstuff.src

Lines changed: 6 additions & 6 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: fontstuff.src,v 1.1 1997-10-31 03:22:41 clilley Exp $ -->
3+
<!-- $Id: fontstuff.src,v 1.2 1997-11-21 00:05:32 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix E: Aids to Web Fonts implementation</TITLE>
@@ -15,18 +15,18 @@
1515
<h2><a name="panose">Meaning of the Panose Digits</a></h2>
1616

1717
<p>For further details on Panose-1, see <a rel="biblioentry"
18-
href="./refs.html#ref-PANOSE">[PANOSE]</a>.
18+
href="./refs.html#ref-PANOSE" class="informref">[PANOSE]</a>.
1919

2020
<dl>
2121
<dt>Family
2222
<dd><ul>
2323
<li>Any (0)
2424
<li>No Fit (1)
25-
<li><a rel="biblioentry" href="./refs.html#ref-PANOSE"><b>Latin Text
25+
<li><a rel="biblioentry" href="./refs.html#ref-PANOSE" class="informref"><b>Latin Text
2626
and Display</b></a> <i>(2)</i>
27-
<li><a rel="biblioentry" href="./refs.html#ref-PANOSE"><b>Latin Script</b></a> (3)
28-
<li><a rel="biblioentry" href="./refs.html#ref-PANOSE"><b>Latin Decorative</b></a> (4)
29-
<li><a rel="biblioentry" href="./refs.html#ref-PANOSE"><b>Latin Pictorial</b></a> (5)
27+
<li><a rel="biblioentry" href="./refs.html#ref-PANOSE" class="informref"><b>Latin Script</b></a> (3)
28+
<li><a rel="biblioentry" href="./refs.html#ref-PANOSE" class="informref"><b>Latin Decorative</b></a> (4)
29+
<li><a rel="biblioentry" href="./refs.html#ref-PANOSE" class="informref"><b>Latin Pictorial</b></a> (5)
3030
</ul>
3131

3232
<dt>Serif Style

css2/grammar.src

Lines changed: 6 additions & 4 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: grammar.src,v 1.16 1997-11-04 13:38:24 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 1.17 1997-11-21 00:05:59 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix D: The grammar of CSS2</TITLE>
@@ -18,15 +18,17 @@ semantic constraints not expressed in this grammar. A conforming UA
1818
must also adhere to the <a href="./syndata.html#syntax">
1919
forward-compatible parsing rules</a>, the <a
2020
href="./convent.html#property-defs">property and value notation</a>,
21-
and the <a href="syndata.html#data-types">unit notation </a>. In
21+
and the unit notation. In
2222
addition, the document language may impose restrictions, e.g. HTML
2323
imposes restrictions on the possible values of the "class" attribute.
24+
<!-- IJ: There used to be a link to "unit notation", but I couldn't
25+
find anything in the spec that corresponded. -->
2426

2527
<P> The grammar below is LL(1) (but note that most UA's should not use
2628
it directly, since it doesn't express the parsing conventions, only
2729
the CSS2 syntax). The format of the productions is optimized for
2830
human consumption and some shorthand notation beyond
29-
<a rel="biblioentry" href="./refs.html#ref-YACC">[YACC]</a> is used:
31+
<a rel="biblioentry" href="./refs.html#ref-YACC" class="normref">[YACC]</a> is used:
3032

3133
<PRE> * : 0 or more + : 1 or more ? :
3234
0 or 1 | : separates alternatives [] : grouping
@@ -154,7 +156,7 @@ hexcolor
154156
<!-- Allow any number of simple selectors between / / ? -->
155157

156158
<P> The following is the tokenizer, written in flex <a
157-
rel="biblioentry" href="./refs.html#ref-FLEX">[FLEX]</a>
159+
rel="biblioentry" href="./refs.html#ref-FLEX" class="normref">[FLEX]</a>
158160
notation. Note that this assumes an 8-bit implementation of flex. The
159161
tokenizer is case-insensitive (flex command line option -i).
160162

0 commit comments

Comments
 (0)