Skip to content

Commit 094ef9e

Browse files
committed
[css2] In 15.2.4, fixed x-height divided by font size = aspect ratio
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401826
1 parent ae3dad1 commit 094ef9e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

css2/errata.src

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ hspace="0"></a><br clear="all"></p>
2525
<dd><a href="_THE_UPDATE_DIR_/_THE_ID_-errata.html">
2626
_THE_UPDATE_DIR_/_THE_ID_-errata.html</a>
2727
<dt>Last revised:
28-
<dd>$Date: 2000-08-02 15:17:01 $
28+
<dd>$Date: 2000-08-08 17:16:39 $
2929
</dl>
3030

3131
<dl>
@@ -274,6 +274,10 @@ explanation for the variable "a" is missing and should read:</P>
274274
a = aspect value of first-choice font
275275
</PRE>
276276

277+
<P>In the sentence beginning "In bicameral scripts..." change
278+
"(font size divided by x-height)" to
279+
"(x-height divided by font size)".
280+
277281
<h3><a href="fonts.html#generic-font-families">Section 15.2.6</a></h3>
278282

279283
<P>'Totum' and 'Kodic' is not a 'serif' but 'sans-serif'. 'pathang' is

css2/fonts.src

Lines changed: 2 additions & 2 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.58 2000-08-02 14:59:46 ijacobs Exp $ -->
3+
<!-- $Id: fonts.src,v 2.59 2000-08-08 17:16:08 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -537,7 +537,7 @@ class="propinst-font-size">'font-size'</span> value than on the value
537537
of their <span class="descinst-x-height">'x-height'</span>, or, more
538538
usefully, on the ratio of these two values, called the <span
539539
class="index-def" title="aspect value"><dfn>aspect value</dfn></span>
540-
(font size divided by x-height). The higher the aspect value, the more
540+
(x-height divided by font size). The higher the aspect value, the more
541541
likely it is that a font at smaller sizes will be legible. Inversely,
542542
faces with a lower aspect value will become illegible more rapidly
543543
below a given threshold size than faces with a higher aspect

0 commit comments

Comments
 (0)