|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visudet.src,v 1.14 1997-09-24 22:23:30 ian Exp $ --> |
| 3 | +<!-- $Id: visudet.src,v 1.15 1997-10-02 16:02:30 ian Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | | -<TITLE>Visual flow model details</TITLE> |
| 6 | +<TITLE>Visual rendering model details</TITLE> |
7 | 7 | <LINK rel="next" href="colors.html"> |
8 | 8 | <LINK rel="previous" href="flowobj.html"> |
9 | 9 | <LINK rel="STYLESHEET" href="style/default.css" type="text/css"> |
10 | 10 | </HEAD> |
11 | 11 | <BODY> |
12 | | -<H1 align="center">Visual flow model details</H1> |
| 12 | +<H1 align="center">Visual rendering model details</H1> |
13 | 13 | The following sections provide more detail about specific |
14 | 14 | positioning-related calculations. |
15 | 15 |
|
@@ -435,13 +435,6 @@ the baseline of the next line should have been. This allows precise |
435 | 435 | control over the vertical position of elements (such as images that |
436 | 436 | are used in place of letters) that don't have a baseline. |
437 | 437 |
|
438 | | -<div class="note"><P> |
439 | | -<em><strong>Note.</strong> It is expected that a |
440 | | -future version of CSS will allow a <span |
441 | | -class="value-inst-length"><length></span> value for this |
442 | | -property.</em> |
443 | | -</div> |
444 | | - |
445 | 438 | <H2><a name="floating-constraints">Floating constraints</a></H2> |
446 | 439 |
|
447 | 440 | <P> A floating element is positioned subject to the following |
@@ -486,19 +479,6 @@ left/right. |
486 | 479 |
|
487 | 480 | <P>Elements that are after the floating element will overlap. |
488 | 481 |
|
489 | | -<h4>Float overlap</h4> |
490 | | - |
491 | | -<P> There are two situations when floating elements can overlap with |
492 | | -the margin, border and padding areas of ancestor elements or earlier |
493 | | -siblings: |
494 | | - |
495 | | -<UL> |
496 | | -<LI> when the floating element has a negative margin: negative margins |
497 | | -on floating elements are honored as on other block-level elements. |
498 | | - |
499 | | -<LI> when the floating element is wider or higher than the element it |
500 | | -is inside. |
501 | | -</UL> |
502 | 482 |
|
503 | 483 | <H2><a name="overflow">Overflow and clipping</a></H2> |
504 | 484 | <!-- |
|
0 commit comments