Skip to content

Commit f63ece8

Browse files
committed
[css2] Added some anchors.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401909
1 parent b77c497 commit f63ece8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css2/fonts.src

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
22
"http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
33
<html lang="en">
4-
<!-- $Id: fonts.src,v 2.64 2002-07-25 19:07:36 bbos Exp $ -->
4+
<!-- $Id: fonts.src,v 2.65 2002-07-31 19:00:21 bbos Exp $ -->
55
<HEAD>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<TITLE>Fonts</TITLE>
@@ -124,12 +124,12 @@ body { font-family: gill, helvetica, sans-serif }
124124

125125
<DL>
126126

127-
<dt>&lt;family-name&gt;
127+
<dt><a name="value-def-family-name">&lt;family-name&gt;</a>
128128

129129
<DD>The name of a font family of choice. In the last example, "gill"
130130
and "helvetica" are font families.
131131

132-
<dt>&lt;generic-family&gt;
132+
<dt><a name="value-def-generic-family">&lt;generic-family&gt;</a>
133133

134134
<DD>In the example above, the last value is a generic family name. The
135135
following generic families are defined:
@@ -380,7 +380,7 @@ Note that certain glyphs may bleed outside their em squares. Values
380380
have the following meanings:</P>
381381

382382
<DL>
383-
<DT><B>&lt;absolute-size&gt;</B>
383+
<DT><B><a name="value-def-absolute-size">&lt;absolute-size&gt;</a></B>
384384

385385
<DD>An &lt;absolute-size&gt; keyword is an index to a table of font
386386
sizes computed and kept by the UA. Possible values are:
@@ -456,7 +456,7 @@ sizes. The new scaling factor varies between each index to provide better
456456
readability.</em></p>
457457

458458

459-
<DT><B>&lt;relative-size&gt;</B>
459+
<DT><B><a name="value-def-relative-size">&lt;relative-size&gt;</a></B>
460460

461461
<DD>A &lt;relative-size&gt; keyword is interpreted relative to the
462462
table of font sizes and the font size of the parent element. Possible

0 commit comments

Comments
 (0)