Skip to content

Commit a4ab6cc

Browse files
committed
[css2] Fixed HTML
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401406
1 parent ea9a9aa commit a4ab6cc

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

css2/fonts.src

Lines changed: 12 additions & 8 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.31 1998-03-24 10:56:16 howcome Exp $ -->
3+
<!-- $Id: fonts.src,v 2.32 1998-03-24 14:03:19 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -727,7 +727,7 @@ allowed by the underlying technology.
727727
<p>User agents are encouraged to allow users to select alternative
728728
choices for the generic fonts.
729729

730-
<h4><span class="index-def" title="serif, definition of"><dfn>serif</dfn></span></h4>
730+
<h4><span class="index-def" title="serif, definition of"><a name="serif-def"><dfn>serif</dfn></a></span></h4>
731731

732732
<p>Glyphs of serif fonts, as the term is used in CSS, have finishing
733733
strokes, flared or tapering ends, or have actual serifed endings
@@ -761,7 +761,8 @@ Monotype Albion 70, Bitstream Cyberbit, ER Bukinst
761761
<td>Lo Cicero Cherokee
762762
</table>
763763

764-
<h4><span class="index-def" title="sans-serif, definition of"><dfn>sans-serif</dfn></span></h4>
764+
<h4><span class="index-def" title="sans-serif, definition of">
765+
<a name="sans-serif-def"><dfn>sans-serif</dfn></a></span></h4>
765766

766767
<p>Glyphs in sans-serif fonts, as the term is used in CSS, have stroke
767768
endings that are plain -- without any flaring, cross stroke, or other
@@ -791,7 +792,8 @@ Futura, ITC Stone Sans, Gill Sans, Akzidenz Grotesk, Helvetica
791792
<td>MS Tahoma
792793
</table>
793794

794-
<h4><span class="index-def" title="cursive, definition of"><dfn>cursive</dfn></span></h4>
795+
<h4><span class="index-def" title="cursive, definition of">
796+
<a name="cursive-def"><dfn>cursive</dfn></span></a></h4>
795797

796798
<p>Glyphs in cursive fonts, as the term is used in CSS, generally have
797799
either joining strokes or other cursive characteristics beyond those
@@ -816,7 +818,8 @@ Zapf-Chancery
816818
<td>DecoType Naskh, Monotype Urdu 507
817819
</table>
818820

819-
<h4><span class="index-def" title="fantasy, definition of"><dfn>fantasy</dfn></span></h4>
821+
<h4><span class="index-def" title="fantasy, definition of">
822+
<a name="fantasy-def"><dfn>fantasy</dfn></a></span></h4>
820823

821824

822825
<p>Fantasy fonts, as used in CSS, are primarily decorative while
@@ -829,7 +832,8 @@ Picture fonts, which do not represent characters). Examples include:</p>
829832
</table>
830833

831834

832-
<h4><span class="index-def" title="monospace, definition of"><dfn>monospace</dfn></span></h4>
835+
<h4><span class="index-def" title="monospace, definition of">
836+
<a name="monospace-def"><dfn>monospace</dfn></a></span></h4>
833837

834838

835839
<p>The sole criterion of a monospace font is that all glyphs have the same fixed width. (This can make some scripts,
@@ -1289,7 +1293,7 @@ that denote well-known font formats. The user agent will recognize the name of f
12891293
<p>An initial list of format strings defined by this specification and representing formats likely to be used by implementations on various platforms is:</p>
12901294

12911295
<table>
1292-
<th><td>String<td>Font Format<td>Examples of common extensions
1296+
<tr><th>String<th>Font Format<th>Examples of common extensions
12931297
<tr><td>"truedoc-pfr"<td>TrueDoc&trade; Portable Font Resource <td>.pfr
12941298
<tr><td>"embedded-opentype"<td>Embedded OpenType <td>.eot
12951299
<tr><td>"type-1"<td>PostScript&trade; Type 1 <td>.pfb, .pfa
@@ -2165,7 +2169,7 @@ the CSS2 properties for each character.
21652169
</OL>
21662170

21672171

2168-
<h4>Mapping font weight values to font names</h4>
2172+
<h3>Mapping font weight values to font names</h3>
21692173

21702174
<P><!-- the above para might be moved around again -->
21712175

css2/notes.src

Lines changed: 2 additions & 1 deletion
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: notes.src,v 2.5 1998-03-24 09:18:07 clilley Exp $ -->
3+
<!-- $Id: notes.src,v 2.6 1998-03-24 14:03:28 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix C: Implementation and performance notes</TITLE>
@@ -560,6 +560,7 @@ entries of the <tt>'head'</tt> table<!-- Apple API to get this: http://17.126.23
560560
predominantly ideographic characters and the <tt>ideographic low
561561
baseline</tt> is more suitable for ideographic characters in a run of
562562
predominantly Latin, Greek or Cyrillic characters.
563+
</ul>
563564

564565
</BODY>
565566
</HTML>

css2/page.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: page.src,v 2.18 1998-03-24 13:08:26 bbos Exp $ -->
3+
<!-- $Id: page.src,v 2.19 1998-03-24 14:03:08 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Paged media</TITLE>
@@ -559,7 +559,7 @@ class="propinst-widows">'widows'</span> or more.
559559
<li><strong>Rule D:</strong> In addition, breaking at (2) is allowed only if the <span
560560
class="propinst-page-break-inside">'page-break-inside'</span> property
561561
is 'auto'.
562-
</ol>
562+
</ul>
563563

564564
<p>If the above doesn't provide enough break points to keep content
565565
from overflowing the page boxes, then rules B and D are dropped in

0 commit comments

Comments
 (0)