Skip to content

Commit a3f8fd4

Browse files
committed
[css2] fixed for nsgmls. still font in pre prob
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%4043
1 parent 6d0b640 commit a3f8fd4

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

css2/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 1.12 1997-08-14 23:43:29 bbos Exp $
3+
# $Id: Makefile,v 1.13 1997-08-15 14:00:16 ian Exp $
44

55
ROOT = .
66

@@ -120,8 +120,9 @@ INSAFTER= $(PERL) ./bin/insafter
120120
ADDLINKS= $(PERL) ./bin/addlinks
121121

122122
# utility to generate the PostScript version
123-
HTML2PSARGS= -n -D -R
124-
HTML2PSARGS= -n -D
123+
# -R seems broken for this spec.
124+
# HTML2PSARGS= -n -D -R
125+
HTML2PSARGS= -n -D
125126
HTML2PS= $(PERL) html2ps
126127
HTML2PS= html2ps
127128

css2/visudet.src

Lines changed: 10 additions & 7 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: visudet.src,v 1.6 1997-08-14 00:45:37 ian Exp $ -->
3+
<!-- $Id: visudet.src,v 1.7 1997-08-15 13:57:54 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual flow model details</TITLE>
@@ -580,7 +580,7 @@ describes a simple 100 pixel box with a thin solid red border:
580580
Applied to an empty &lt;DIV&gt;, this would look something like:
581581

582582
<div class="example"><P>
583-
<p><pre>
583+
<pre>
584584
<font color="#ff0000">
585585
+------------+
586586
| |
@@ -589,7 +589,8 @@ Applied to an empty &lt;DIV&gt;, this would look something like:
589589
| |
590590
| |
591591
+------------+
592-
</font></pre></p>
592+
</font>
593+
</pre>
593594
</div>
594595

595596

@@ -603,8 +604,9 @@ element. Consider a block of long, preformatted text:
603604
<PRE>
604605
&lt;P id=overlay&gt;
605606
&lt;PRE&gt;Here is some long preformatted text.
606-
&lt;/PRE&gt;&lt;P&gt;
607-
</PRE></p>
607+
&lt;/PRE&gt;
608+
&lt;P&gt;
609+
</PRE>
608610
</div>
609611

610612
<p>With <span class="propinst-overflow">'overflow'</span> set to
@@ -614,15 +616,16 @@ declared width, and any padding or border will be rendered outside of
614616
this new width. The example might be rendered something like:</p>
615617

616618
<div class="example"><P>
617-
<p><pre><font color="#ff0000">
619+
<pre><font color="#ff0000">
618620
+--------------------------------------+
619621
|</font> Here is some long preformatted text. <font color="#ff0000">|
620622
| |
621623
| |
622624
| |
623625
| |
624626
+--------------------------------------+
625-
</font></pre></p>
627+
</font>
628+
</pre>
626629
</div>
627630

628631
<p>Similarly, the height of the element will be extended should the

0 commit comments

Comments
 (0)