Skip to content

Commit 5a511dd

Browse files
committed
[css2] Corrected markup errors.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%4038
1 parent 753cb5d commit 5a511dd

1 file changed

Lines changed: 15 additions & 8 deletions

File tree

css2/fonts.src

Lines changed: 15 additions & 8 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.7 1997-08-14 00:47:31 ian Exp $ -->
3+
<!-- $Id: fonts.src,v 1.8 1997-08-14 23:03:21 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -66,7 +66,7 @@ downloaded over the Web.
6666
its disposition. When asked to display a character with a particular
6767
font, the user agent first identifies the font in the database that
6868
"best fits" the specified font (according to the <a
69-
href="#algorithm">font matching algorithm). Once it has identified a
69+
href="#algorithm">font matching algorithm)</a> Once it has identified a
7070
font, it retrieves the font data locally or from the Web, and may
7171
display the character using those glyph representations.
7272

@@ -134,7 +134,7 @@ glyphs.
134134

135135
<P> On all properties except <span
136136
class="propinst-font-size">'font-size'</span>, 'em' and 'ex' length
137-
values refer to the font size of the current element. For
137+
values refer to the font size of the current element. For <span
138138
class="propinst-font-size">'font-size'</span>, these length units
139139
refer to the font size of the parent element. Please consult the
140140
section on <a href="./syndata.html#length-units">length units</a> for
@@ -203,7 +203,7 @@ the other fonts is unavailable.
203203
title="&lt;family-name&gt;, definition of"><a name="value-def-family-name" class="value-def">&lt;family-name&gt;</a></span>
204204
<DD>
205205
The name of a font family of choice. In the last example, "gill"
206-
and "helvetica" are font families.</p>
206+
and "helvetica" are font families.
207207
<DT><span class="index-def"
208208
title="&lt;generic-family&gt;, definition of"><a name="value-def-generic-family" class="value-def">&lt;generic-family&gt;</a></span>
209209
<DD>
@@ -768,7 +768,7 @@ CSS font properties),
768768

769769

770770
<p>All font descriptions are specified via a <span class="index-def"
771-
title="@font-face"><em>@font-face</em><span>
771+
title="@font-face"><em>@font-face</em></span>
772772
at-rule. The general form of this rule is:
773773

774774
<P><tt>@font-face {<span class="index-inst"
@@ -834,7 +834,6 @@ example contains a rule which matches. Although this rule doesn't
834834
contain much font data, it does have a URL where the font can be
835835
retrieved and temporarily installed on the client for rendering this
836836
document.
837-
</ol>
838837

839838
<p>Note that if the font Robson Celtic <em>had</em> been installed on
840839
the client system, this would cause the UA to construct an
@@ -1667,8 +1666,6 @@ the CSS2 properties for each character.
16671666
are based on the 'font-size' value that is used, not the one that is specified.
16681667
</OL>
16691668

1670-
</div>
1671-
16721669
<h3>Examples of font matching</h3>
16731670

16741671
<div class="example"><P>
@@ -1767,3 +1764,13 @@ alternatives.
17671764

17681765
</BODY>
17691766
</HTML>
1767+
<!-- Keep this comment at the end of the file
1768+
Local variables:
1769+
mode: sgml
1770+
sgml-declaration:"~/SGML/HTML4.decl"
1771+
sgml-default-doctype-name:"html"
1772+
sgml-minimize-attributes:t
1773+
sgml-nofill-elements:("pre" "style" "br")
1774+
sgml-live-element-indicator:t
1775+
End:
1776+
-->

0 commit comments

Comments
 (0)