Skip to content

Commit 6d0b640

Browse files
committed
[css2] post bert
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%4042
1 parent 2086f43 commit 6d0b640

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

css2/fonts.src

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/WD-html40/sgml/HTML4.dtd">
22
<html lang="en">
3-
<!-- $Id: fonts.src,v 1.8 1997-08-14 23:03:21 bbos Exp $ -->
3+
<!-- $Id: fonts.src,v 1.9 1997-08-15 00:01:10 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -11,9 +11,6 @@
1111
<BODY>
1212
<H1 align="center">Fonts</H1>
1313

14-
<!-- A diagram of document character set/font set/glyph relationship?
15-
-->
16-
1714
<P>When a document's text is to be displayed visually, each character
1815
(abstract information element) must be mapped to some representation
1916
that may be drawn on the screen, paper, etc. A <span class="index-def"
@@ -837,7 +834,7 @@ document.
837834

838835
<p>Note that if the font Robson Celtic <em>had</em> been installed on
839836
the client system, this would cause the UA to construct an
840-
<tt>@font-face</tt> rule for the installed copy as described in the
837+
@font-face rule for the installed copy as described in the
841838
section on the <a href="#algorithm">font matching
842839
algorithm</a>. The installed copy would have been matched before the
843840
downloadable font in the example above.
@@ -972,7 +969,7 @@ of absolute lengths is permitted.
972969

973970

974971
<p>The initial value of 'all' is suitable for scalable fonts, so this
975-
descriptor will only be useful in an <tt>@font-face</tt> for bitmap fonts,
972+
descriptor will only be useful in an @font-face for bitmap fonts,
976973
or for scalable fonts which have hand-tuned bitmaps at specific point
977974
sizes.
978975

@@ -1499,6 +1496,7 @@ undefined, the UA may use the center baseline.
14991496
baseline</a> of a font. If undefined, the UA may use an approximate
15001497
value such as the ascent.</p>
15011498

1499+
15021500
<h2><a name="algorithm">Font matching algorithm</a></h2>
15031501

15041502
<P>This specification extends the algorithm given in the CSS1
@@ -1657,13 +1655,13 @@ the CSS2 properties for each character.
16571655
from a normal font.
16581656
<LI>
16591657
<span class="propinst-font-weight-desc">'font-weight'</span> is matched next, it will never fail.
1660-
(See 'font-weight' below.)
1658+
(See <span class="propinst-font-weight-desc">'font-weight'</span> below.)
16611659
<LI>
16621660
<span class="propinst-font-size-desc">'font-size'</span> must be matched within a UA-dependent
16631661
margin of tolerance. (Typically, sizes for scalable fonts are rounded to
16641662
the nearest whole pixel, while the tolerance for bitmapped fonts could be
16651663
as large as 20%.) Further computations, e.g. by 'em' values in other properties,
1666-
are based on the 'font-size' value that is used, not the one that is specified.
1664+
are based on the <span class="propinst-font-size-desc">'font-size'</span> value that is used, not the one that is specified.
16671665
</OL>
16681666

16691667
<h3>Examples of font matching</h3>
@@ -1694,7 +1692,7 @@ name is Alabama Italic.</P>
16941692
The next example defines a family of fonts. A single URL is provided
16951693
for retrieving the font data. This data file will contain multiple
16961694
styles and weights of the named font. Once one of these
1697-
<tt>@font-face</tt> definitions has been dereferenced, the data will
1695+
@font-face definitions has been dereferenced, the data will
16981696
be in the UA cache for other faces that use the same URL.</P>
16991697

17001698
<PRE>&lt;STYLE&gt;

0 commit comments

Comments
 (0)