Skip to content

Commit b53e558

Browse files
committed
[css2] minor stuff
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40477
1 parent edf1ab9 commit b53e558

1 file changed

Lines changed: 18 additions & 14 deletions

File tree

css2/visuren.src

Lines changed: 18 additions & 14 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: visuren.src,v 1.43 1997-11-27 03:18:37 ian Exp $ -->
3+
<!-- $Id: visuren.src,v 1.44 1997-11-28 16:06:05 howcome Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual rendering model</TITLE>
@@ -273,10 +273,14 @@ block"> <em>containing block</em></span>
273273

274274
<ul>
275275
<li> If a box has no parent, then it has no containing block
276-
<li> Otherwise, if the value of the
277-
<span class="propinst-display">'display'</span> property for the
278-
parent box is anything else besides 'inline' then the containing block
279-
is that parent
276+
<li> Otherwise, if the value of the <span
277+
class="propinst-position">'position'</span> property for the parent
278+
element is anything besides 'static' then the containing block is that
279+
parent
280+
<li> Otherwise, if the value of the <span
281+
class="propinst-display">'display'</span> property for the parent
282+
element is anything else besides 'inline' then the containing block is
283+
that parent
280284
<li> Otherwise, the containing block is the containing block
281285
of the parent.
282286
</ul>
@@ -508,14 +512,15 @@ This document:
508512

509513
<pre>
510514
&lt;style>
511-
DT {display: compact}
512-
DD {margin-left: 4em}
515+
DT {display: compact}
516+
DD {margin-left: 4em}
513517
&lt;/style>
518+
514519
&lt;dl>
515-
&lt;dt>Short
516-
&lt;dd>&lt;p>Description goes here.
517-
&lt;dt>too long for the margin
518-
&lt;dd>&lt;p>Description goes here.
520+
&lt;dt>Short
521+
&lt;dd>&lt;p>Description goes here.
522+
&lt;dt>too long for the margin
523+
&lt;dd>&lt;p>Description goes here.
519524
&lt;/dl>
520525
</pre>
521526

@@ -937,8 +942,7 @@ respectively.
937942
<P>Fixed positioning is a variant of absolute positioning. The only
938943
difference is that absolutely positioned elements are positioned with
939944
respect to a reference box, while fixed positioned elements are
940-
positioned with respect to the canvas. Fixed positioned elements are,
941-
as the name indicates, fixed to the canvas.
945+
positioned with respect to the <a href="media.html#canvas">viewport</A>.
942946

943947
<P>For continuous media, fixed boxes do not move when the document is
944948
scrolled. In this respect, they are similar to <a
@@ -965,7 +969,7 @@ fragment:
965969
End of body contents.
966970
&lt;/P&gt;
967971
&lt;/BODY&gt;
968-
</PRE>
972+
</pre>
969973

970974
<p>The final positioning of the <em>outer</em> and <em>inner</em>
971975
spans vary in each example. In each illustration, the numbers to

0 commit comments

Comments
 (0)