Skip to content

Commit 490d3dd

Browse files
committed
[css2] Some changes by Tantek: missing glyph and em box
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401895
1 parent 2880ccd commit 490d3dd

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

css2/fonts.src

Lines changed: 15 additions & 2 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.62 2002-06-29 21:18:58 bbos Exp $ -->
4+
<!-- $Id: fonts.src,v 2.63 2002-07-08 22:52:59 bbos Exp $ -->
55
<HEAD>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<TITLE>Fonts</TITLE>
@@ -64,6 +64,11 @@ for a description of font and character encoding.
6464
<LI>If there is no font within the family selected in 2, then use a
6565
UA-dependent default 'font-family' and repeat step 2, using the best
6666
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.
6772

6873
</OL>
6974

@@ -111,7 +116,11 @@ by a comma to indicate that they are alternatives:
111116
body { font-family: gill, helvetica, sans-serif }
112117
</PRE>
113118

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:
115124

116125
<DL>
117126

@@ -366,6 +375,10 @@ property</H2>
366375

367376
<!-- #include src=properties/font-size.srb -->
368377

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+
369382
<DL>
370383
<DT><B>&lt;absolute-size&gt;</B>
371384

0 commit comments

Comments
 (0)