Skip to content

Commit f1943f3

Browse files
committed
[css2] Replace skip with ignore, replace em-height with em-width
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401174
1 parent d0ab756 commit f1943f3

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

css2/fonts.src

Lines changed: 18 additions & 18 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.20 1998-03-14 00:39:53 ijacobs Exp $ -->
3+
<!-- $Id: fonts.src,v 2.21 1998-03-14 23:35:20 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -217,8 +217,8 @@ title="&lt;family-name&gt;::definition of"><a name="value-def-family-name" class
217217
<a href="syndata.html#whitespace">whitespace</a> should be
218218
quoted. If quoting is omitted, any <a
219219
href="syndata.html#whitespace">whitespace</a> characters before and
220-
after the font name are <span class="index-inst" title="skip"><a
221-
href="syndata.html#skip">skipped</a></span> and any sequence of
220+
after the font name are <span class="index-inst" title="ignore"><a
221+
href="syndata.html#ignore">ignored</a></span> and any sequence of
222222
whitespace characters inside the font name is converted to a single
223223
space.
224224

@@ -585,10 +585,10 @@ distortion.-->
585585

586586
<P>In bicameral scripts, the subjective apparent size (and general
587587
character of a font on screen) is less dependent on its <a
588-
href="syndata.html#em-height">em-height</a> than on the size of its <a
588+
href="syndata.html#em-width">em-width</a> than on the size of its <a
589589
href="syndata.html#x-height">x-height</a>, or, more usefully, on the
590590
ratio of these two values, called the <span class="index-def" title="z
591-
value"><dfn>z value</dfn></span> (em-height divided by x-height). The
591+
value"><dfn>z value</dfn></span> (em-width divided by x-height). The
592592
lower the z value, the more likely it is that a font at smaller em
593593
sizes will be legible. Inversely, faces with a higher z value will
594594
become illegible more rapidly below a given threshold size than faces
@@ -597,7 +597,7 @@ font size alone may lead to illegible characters.
597597

598598
<P>For example, the popular font Verdana has a z value of 1.72; in an
599599
instance of Verdana at 100 points (<a
600-
href="syndata.html#em-height">em-height</a>), the x-height will be 58
600+
href="syndata.html#em-width">em-width</a>), the x-height will be 58
601601
pt (100/58=1.72). For comparison, Times New Roman has a z value of
602602
2.17.
603603

@@ -776,7 +776,7 @@ their initial values.
776776

777777
<p>If the font used for dropdown menus on a particular system
778778
happened to be 9-point Charcoal, with a weight of 600, then P
779-
elements which were descendents of BUTTON would be displayed as if
779+
elements which were descendants of BUTTON would be displayed as if
780780
this rule were in effect (the values for the remaining properties
781781
being taken from the initial values):
782782

@@ -1138,16 +1138,16 @@ downloadable font in the example above.
11381138

11391139
<p>CSS1 implementations, which do not understand the @font-face rule,
11401140
will encounter the opening curly brackets and will <span
1141-
class="index-inst" title="skip"><a href="syndata.html#skip">skip</a></span>
1141+
class="index-inst" title="ignore"><a href="syndata.html#ignore">ignore</a></span>
11421142
forward until the matching closing curly brackets. This at-rule
11431143
conforms with the <a href="syndata.html#syntax">forward-compatible
11441144
parsing</a> requirement of CSS. Parsers may <span class="index-inst"
1145-
title="skip"><a href="syndata.html#skip">skip</a></span> these rules without
1145+
title="ignore"><a href="syndata.html#ignore">ignore</a></span> these rules without
11461146
error.
11471147

11481148
<p>Also, any descriptors that are not recognized or useful to the
1149-
user agent should be <span class="index-inst" title="skip"><a
1150-
href="syndata.html#skip">skipped</a></span>. Future versions of CSS
1149+
user agent should be <span class="index-inst" title="ignore"><a
1150+
href="syndata.html#ignore">ignored</a></span>. Future versions of CSS
11511151
may allow optional descriptors for the purpose of better font
11521152
substitution, matching, or synthesis.</p>
11531153

@@ -1325,8 +1325,8 @@ dash character to indicate larger ranges. For example:</p>
13251325

13261326
<p>Multiple, discontinuous ranges can be specified, separated by a
13271327
comma. As with other comma-separated lists in CSS, any <a href="syndata.html#whitespace">whitespace</a>
1328-
before or after the comma is <span class="index-inst" title="skip"><a
1329-
href="syndata.html#skip">skipped.</a></span> For example:</p>
1328+
before or after the comma is <span class="index-inst" title="ignore"><a
1329+
href="syndata.html#ignore">ignored.</a></span> For example:</p>
13301330

13311331
<dl><dt>unicode-range: U+370-3FF, U+1F??
13321332

@@ -1372,7 +1372,7 @@ other descriptors depend on it.
13721372

13731373
<!-- #include src=descriptors/units-per-em.srb -->
13741374

1375-
<!-- Is this the definition of em-height? -IJ -->
1375+
<!-- Is this the definition of em-width? -IJ -->
13761376
<p>This is the descriptor for the number of the <a
13771377
href="#emsq">coordinate units on the em square</a>, the
13781378
size of the design grid on which glyph representations are laid out.
@@ -1576,7 +1576,7 @@ width of 1736, the second has a width of 1874 and the third,
15761576
1692. Because not enough widths have been provided, the last width
15771577
replicates to cover the rest of the specified range. If too many
15781578
widths are provided, the extras are <span class="index-inst"
1579-
title="skip"><a href="syndata.html#skip">skipped.</a></span>
1579+
title="ignore"><a href="syndata.html#ignore">ignored.</a></span>
15801580

15811581
</div>
15821582

@@ -1785,7 +1785,7 @@ really very satisfactory -->
17851785

17861786
<h3><a name=emsq>Coordinate units on the em square</a></h3>
17871787

1788-
<!-- Is this the definition of em-height? See also syndata.src -IJ -->
1788+
<!-- Is this the definition of em-width? See also syndata.src -IJ -->
17891789

17901790
<p>Certain values, such as width metrics, are expressed in units that
17911791
are relative to an abstract square whose height is the intended
@@ -2115,8 +2115,8 @@ had been followed exactly.</p>
21152115
<LI>The user agent makes (or accesses) a database of relevant
21162116
font-face descriptors of all the fonts of which the UA is aware. If
21172117
there are two fonts with exactly the same descriptors, one of them is
2118-
<span class="index-inst" title="skip"><a
2119-
href="syndata.html#skip">skipped.</a></span> The UA may be aware of a
2118+
<span class="index-inst" title="ignore"><a
2119+
href="syndata.html#ignore">ignored.</a></span> The UA may be aware of a
21202120
font because:
21212121

21222122
<ul>

0 commit comments

Comments
 (0)