Skip to content

Commit 6d1c548

Browse files
committed
[css2] <P>In bullet 2, change "the UA uses the 'font-family' descriptor"
to "the UA uses the 'font-family' property". <P>In bullet 6, change "steps 3, 4 and 5" to "steps 2, 3, 4 and 5". --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401791
1 parent ef4dbf1 commit 6d1c548

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/fonts.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: fonts.src,v 2.56 1999-11-02 18:41:52 ijacobs Exp $ -->
3+
<!-- $Id: fonts.src,v 2.57 1999-11-04 20:32:10 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -2063,7 +2063,7 @@ had been followed exactly.</p>
20632063
<LI>At a given element and for each character in that element, the
20642064
UA assembles the font properties applicable to that element. Using
20652065
the complete set of properties, the UA uses the <span
2066-
class="descinst-font-family">'font-family'</span> descriptor to
2066+
class="descinst-font-family">'font-family'</span> property to
20672067
choose a tentative font family. Thus, matching on a family name will
20682068
succeed before matching on some other descriptor. The remaining
20692069
properties are tested against the family according to the matching
@@ -2113,7 +2113,7 @@ had been followed exactly.</p>
21132113

21142114

21152115

2116-
<li>If all of steps 3, 4 and 5 fail, and if there is a next
2116+
<li>If all of steps 2, 3, 4 and 5 fail, and if there is a next
21172117
alternative <span
21182118
class="descinst-font-family">'font-family'</span> in the font
21192119
set, then repeat from step 2 with the next alternative <span

0 commit comments

Comments
 (0)