Skip to content

Commit 1cf4ef2

Browse files
committed
[css2] Fixed errors in examples: "<!--" replaced by "/*"
Closed incorrectly closed comment. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401420
1 parent b5c4f97 commit 1cf4ef2

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

css2/fonts.src

Lines changed: 13 additions & 13 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.38 1998-03-24 15:05:12 bbos Exp $ -->
3+
<!-- $Id: fonts.src,v 2.39 1998-03-24 15:42:02 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -1573,41 +1573,41 @@ value such as the ascent. If this descriptor is used, the
15731573
<pre>
15741574
@font-face {
15751575
font-family: "Swiss 721";
1576-
src: url(swiss721lt.pfr); &lt;!-- Swiss 721 light -->
1576+
src: url(swiss721lt.pfr); /* Swiss 721 light */
15771577
font-style: normal, italic;
15781578
font-weight: 200;
15791579
}
15801580
@font-face {
15811581
font-family: "Swiss 721";
1582-
src: url(swiss721.pfr); &lt;!-- The regular Swiss 721 -->
1582+
src: url(swiss721.pfr); /* The regular Swiss 721 */
15831583
}
15841584
@font-face {
15851585
font-family: "Swiss 721";
1586-
src: url(swiss721md.pfr); &lt;!-- Swiss 721 medium -->
1586+
src: url(swiss721md.pfr); /* Swiss 721 medium */
15871587
font-style: normal, italic;
15881588
font-weight: 500;
15891589
}
15901590
@font-face {
15911591
font-family: "Swiss 721";
1592-
src: url(swiss721hvy.pfr); &lt;!-- Swiss 721 heavy -->
1592+
src: url(swiss721hvy.pfr); /* Swiss 721 heavy */
15931593
font-style: normal, italic;
15941594
font-weight: 700;
15951595
}
15961596
@font-face {
15971597
font-family: "Swiss 721";
1598-
src: url(swiss721blk.pfr); &lt;!-- Swiss 721 black -->
1598+
src: url(swiss721blk.pfr); /* Swiss 721 black */
15991599
font-style: normal, italic;
1600-
font-weight: 800,900; &lt;!-- note the interesting problem that
1601-
the 900 weight italic doesn't exist -->
1600+
font-weight: 800,900; /* note the interesting problem that
1601+
the 900 weight italic doesn't exist */
16021602
}
16031603
@font-face {
16041604
font-family: "Swiss 721";
1605-
src: url(swiss721.pfr); &lt;!-- The condensed Swiss 721 -->
1605+
src: url(swiss721.pfr); /* The condensed Swiss 721 */
16061606
font-stretch: condensed;
16071607
}
16081608
@font-face {
16091609
font-family: "Swiss 721";
1610-
src: url(swiss721.pfr); &lt;!-- The expanded Swiss 721 -->
1610+
src: url(swiss721.pfr); /* The expanded Swiss 721 */
16111611
font-stretch: expanded;
16121612
}
16131613

@@ -1714,7 +1714,7 @@ Manual ([[-POSTSCRIPT]]), Section 5.2.
17141714

17151715
<p>Multiple Master Type 1 fonts allow specifying various design
17161716
dimensions (e.g., weight, such as light to extra-bold, and width, such
1717-
as condensed to expanded). <!- - IJ: Insert link here to MMT1 -->
1717+
as condensed to expanded). <!- - IJ: Insert link here to MMT1 - ->
17181718
Coordinates along these design dimensions are specified by numbers,
17191719
and are appended as a suffix to the base font name. To specify the
17201720
appearance of the font, numeric values must be supplied for each
@@ -2221,7 +2221,7 @@ may have eight different face weights.
22212221
<div class="html-example">
22222222
<P>Assume four weights in the "Rattlesnake" family, from lightest to
22232223
darkest: <EM>Regular, Medium, Bold, Heavy.</EM></p>
2224-
<TABLE border summary="Example of font-weight mapping">
2224+
<TABLE border=1 summary="Example of font-weight mapping">
22252225
<CAPTION>First example of font-weight mapping</CAPTION>
22262226
<!-- rattlesnake, ostrich and more at the Austin meeting -->
22272227
<THEAD>
@@ -2241,7 +2241,7 @@ ExtraBlack.</EM> Note that in this instance the user agent
22412241
has decided <EM>not</EM> to assign a numeric
22422242
value to "Example2 ExtraBlack".</p>
22432243

2244-
<TABLE border summary="Example of font-weight mapping. Note
2244+
<TABLE border=1 summary="Example of font-weight mapping. Note
22452245
that ExtraBlack is not mapped to a value.">
22462246
<CAPTION>Second example of font-weight mapping</CAPTION>
22472247
<THEAD>

0 commit comments

Comments
 (0)