|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visuren.src,v 2.190 2011-03-26 03:08:17 bbos Exp $ --> |
| 3 | +<!-- $Id: visuren.src,v 2.191 2011-03-30 17:49:31 bbos Exp $ --> |
4 | 4 | <head> |
5 | 5 | <title>Visual formatting model</title> |
6 | 6 | <meta name="editor" lang="tr" content="Tantek Çelik"> |
@@ -973,12 +973,11 @@ of the float. |
973 | 973 | <p class=note>Note: this means that floats with zero outer height or |
974 | 974 | negative outer height do not shorten line boxes. |
975 | 975 |
|
976 | | -<p>If a shortened line box |
977 | | -is too small to contain any content after the float, then that content |
978 | | -is shifted downward until |
979 | | -either it fits or there are no more floats present. |
| 976 | +<p>If a shortened line box is too small to contain any content, then |
| 977 | +the line box is shifted downward (and its width recomputed) until |
| 978 | +either some content fits or there are no more floats present. |
980 | 979 | Any content in the current line before a floated box is reflowed |
981 | | -in the first available line on the other side of the float. |
| 980 | +in the same line on the other side of the float. |
982 | 981 | In other words, if inline-level boxes are placed |
983 | 982 | on the line before a left float is encountered that fits in the remaining line box space, |
984 | 983 | the left float is placed on that line, aligned with the top of the line box, and then the inline-level boxes already on the line are moved accordingly to the right of the float (the right being the other side of the left float) and vice versa for rtl and right floats. |
@@ -1321,8 +1320,8 @@ push the element vertically past the float. |
1321 | 1320 | <p>Computing the clearance of an element on which 'clear' is set is |
1322 | 1321 | done by first determining the hypothetical position of the element's |
1323 | 1322 | top border edge. This position is |
1324 | | -where the actual top border edge would have been if the element |
1325 | | -had a non-zero bottom border and its 'clear' property had been 'none'. |
| 1323 | +where the actual top border edge would have been if the element's |
| 1324 | +'clear' property had been 'none'. |
1326 | 1325 |
|
1327 | 1326 | <p>If this hypothetical position of the element's top border edge is |
1328 | 1327 | not past the relevant floats, then clearance is introduced, and |
|
0 commit comments