|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" |
2 | 2 | "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd"> |
3 | 3 | <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 $ --> |
5 | 5 | <HEAD> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
7 | 7 | <TITLE>Fonts</TITLE> |
@@ -124,12 +124,12 @@ body { font-family: gill, helvetica, sans-serif } |
124 | 124 |
|
125 | 125 | <DL> |
126 | 126 |
|
127 | | -<dt><family-name> |
| 127 | +<dt><a name="value-def-family-name"><family-name></a> |
128 | 128 |
|
129 | 129 | <DD>The name of a font family of choice. In the last example, "gill" |
130 | 130 | and "helvetica" are font families. |
131 | 131 |
|
132 | | -<dt><generic-family> |
| 132 | +<dt><a name="value-def-generic-family"><generic-family></a> |
133 | 133 |
|
134 | 134 | <DD>In the example above, the last value is a generic family name. The |
135 | 135 | following generic families are defined: |
@@ -380,7 +380,7 @@ Note that certain glyphs may bleed outside their em squares. Values |
380 | 380 | have the following meanings:</P> |
381 | 381 |
|
382 | 382 | <DL> |
383 | | -<DT><B><absolute-size></B> |
| 383 | +<DT><B><a name="value-def-absolute-size"><absolute-size></a></B> |
384 | 384 |
|
385 | 385 | <DD>An <absolute-size> keyword is an index to a table of font |
386 | 386 | 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 |
456 | 456 | readability.</em></p> |
457 | 457 |
|
458 | 458 |
|
459 | | -<DT><B><relative-size></B> |
| 459 | +<DT><B><a name="value-def-relative-size"><relative-size></a></B> |
460 | 460 |
|
461 | 461 | <DD>A <relative-size> keyword is interpreted relative to the |
462 | 462 | table of font sizes and the font size of the parent element. Possible |
|
0 commit comments