|
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.62 2002-06-29 21:18:58 bbos Exp $ --> |
| 4 | +<!-- $Id: fonts.src,v 2.63 2002-07-08 22:52:59 bbos Exp $ --> |
5 | 5 | <HEAD> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
7 | 7 | <TITLE>Fonts</TITLE> |
@@ -64,6 +64,11 @@ for a description of font and character encoding. |
64 | 64 | <LI>If there is no font within the family selected in 2, then use a |
65 | 65 | UA-dependent default 'font-family' and repeat step 2, using the best |
66 | 66 | match that can be obtained within the default font. |
| 67 | +If a particular character cannot be displayed using this font, |
| 68 | +then the UA has no suitable font for that character. |
| 69 | +The UA shouldmap each character for which it has no suitable font |
| 70 | +to a visible symbol chosen by the UA, preferably a "missing character" |
| 71 | +glyph from one of the font faces available to the UA. |
67 | 72 |
|
68 | 73 | </OL> |
69 | 74 |
|
@@ -111,7 +116,11 @@ by a comma to indicate that they are alternatives: |
111 | 116 | body { font-family: gill, helvetica, sans-serif } |
112 | 117 | </PRE> |
113 | 118 |
|
114 | | -<P>There are two types of list values: |
| 119 | +<P>Although many fonts provide the "missing character" glyph, |
| 120 | + typically an open box, as its name implies this should not be |
| 121 | + considered a match. |
| 122 | + |
| 123 | +<P>There are two types of font family names: |
115 | 124 |
|
116 | 125 | <DL> |
117 | 126 |
|
@@ -366,6 +375,10 @@ property</H2> |
366 | 375 |
|
367 | 376 | <!-- #include src=properties/font-size.srb --> |
368 | 377 |
|
| 378 | +<P>The font size corresponds to the em square, a concept used in typography. |
| 379 | +Note that certain glyphs may bleed outside their em squares. Values |
| 380 | +have the following meanings:</P> |
| 381 | + |
369 | 382 | <DL> |
370 | 383 | <DT><B><absolute-size></B> |
371 | 384 |
|
|
0 commit comments