Skip to content

Commit d060672

Browse files
committed
[css2] Took into account Mike W. comments: removed :after from example, cleared up intro to floats and clear property
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40843
1 parent 8c8a85d commit d060672

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

css2/visuren.src

Lines changed: 8 additions & 12 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 2.1 1998-02-02 23:19:22 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.2 1998-02-10 00:54:43 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual rendering model</TITLE>
@@ -319,7 +319,6 @@ in this example:
319319
&lt;TITLE&gt;A run-in box example&lt;/TITLE&gt;
320320
&lt;STYLE type="text/css"&gt;
321321
H3 {display: run-in}
322-
H3:after {content: ". "}
323322
&lt;/STYLE&gt;
324323
&lt;/HEAD&gt;
325324
&lt;BODY&gt;
@@ -334,8 +333,8 @@ make
334333
<p>This example might be rendered as:
335334

336335
<pre>
337-
<b>A run-in heading.</b> And a
338-
paragraph of text that
336+
<b>A run-in heading</b> And a
337+
paragraph of text that
339338
follows it.
340339
</pre>
341340

@@ -988,15 +987,12 @@ absolute positioning</a>.
988987
class="propinst-float">'float'</span> and <span
989988
class="propinst-clear">'clear'</span> properties</H2>
990989

991-
<P>A floating box has two interesting qualities:
990+
<P>A floating box may be positioned at the right or left edge of a
991+
containing block (the <span class="propinst-float">'float'</span>
992+
property). Content may flow next to a floating box or be forced to
993+
flow after it (see the <span
994+
class="propinst-clear">'clear'</span> property).
992995

993-
<ol>
994-
<li>It may be positioned at the right or left edge of
995-
a containing block (the <span class="propinst-float">'float'</span>
996-
property).
997-
<li>It may or may not allow content to flow next to it
998-
(the <span class="propinst-clear">'clear'</span> property).
999-
</ol>
1000996

1001997
<!-- #include src=properties/float.srb -->
1002998

0 commit comments

Comments
 (0)