|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Visual rendering model</TITLE> |
@@ -319,7 +319,6 @@ in this example: |
319 | 319 | <TITLE>A run-in box example</TITLE> |
320 | 320 | <STYLE type="text/css"> |
321 | 321 | H3 {display: run-in} |
322 | | - H3:after {content: ". "} |
323 | 322 | </STYLE> |
324 | 323 | </HEAD> |
325 | 324 | <BODY> |
|
334 | 333 | <p>This example might be rendered as: |
335 | 334 |
|
336 | 335 | <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 |
339 | 338 | follows it. |
340 | 339 | </pre> |
341 | 340 |
|
@@ -988,15 +987,12 @@ absolute positioning</a>. |
988 | 987 | class="propinst-float">'float'</span> and <span |
989 | 988 | class="propinst-clear">'clear'</span> properties</H2> |
990 | 989 |
|
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). |
992 | 995 |
|
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> |
1000 | 996 |
|
1001 | 997 | <!-- #include src=properties/float.srb --> |
1002 | 998 |
|
|
0 commit comments