|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visuren.src,v 2.69 1998-05-08 16:43:04 ijacobs Exp $ --> |
| 3 | +<!-- $Id: visuren.src,v 2.70 1998-05-11 12:18:52 ijacobs Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Visual formatting model</TITLE> |
@@ -924,8 +924,7 @@ containing block edge or the outer edge of another float. The top of |
924 | 924 | the floated box is aligned with the top of the current line box (or |
925 | 925 | bottom of the preceding block box if no line box exists). If there |
926 | 926 | isn't enough horizontal room on the current line for the float, it is |
927 | | -shifted downward, line by line, until a line has room for it or it |
928 | | -touches the containing block edge. |
| 927 | +shifted downward, line by line, until a line has room for it. |
929 | 928 |
|
930 | 929 | <P>Since a float is not in the flow, non-positioned block boxes |
931 | 930 | created before and after the float box flow vertically as if the float |
@@ -1126,6 +1125,12 @@ class="index-inst" title="line-box"><a |
1126 | 1125 | href="#line-box">line-box</a></span> containing a box |
1127 | 1126 | generated by an element earlier in the source document. |
1128 | 1127 |
|
| 1128 | +<LI>A left-floating box that has another left-floating box to its left |
| 1129 | +may not have its right outer edge to the right of its containing |
| 1130 | +block's right edge. (Loosely: a left float may not stick out at the |
| 1131 | +right edge, unless it is already as far to the left as possible.) An |
| 1132 | +analogous rule holds for right-floating elements. |
| 1133 | + |
1129 | 1134 | <LI> A floating box must be placed as high as possible. |
1130 | 1135 |
|
1131 | 1136 | <LI> A left-floating box must be put as far to the left as |
@@ -1179,7 +1184,7 @@ boxes of earlier elements in the source document.. |
1179 | 1184 |
|
1180 | 1185 | <p>When the property is set on floating elements, it results in a |
1181 | 1186 | modification of the <a href="#float-rules">rules</a> for |
1182 | | -positioning the float. An extra constraint (#9) is added: |
| 1187 | +positioning the float. An extra constraint (#10) is added: |
1183 | 1188 |
|
1184 | 1189 | <ul> |
1185 | 1190 | <li>The top <a href="box.html#outer-edge">outer edge</a> |
|
0 commit comments