|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visuren.src,v 2.167 2010-10-13 15:38:59 bbos Exp $ --> |
| 3 | +<!-- $Id: visuren.src,v 2.168 2010-10-13 17:44:00 bbos Exp $ --> |
4 | 4 | <head> |
5 | 5 | <title>Visual formatting model</title> |
6 | 6 | <meta name="editor" lang="tr" content="Tantek Çelik"> |
@@ -182,7 +182,8 @@ inside it. |
182 | 182 |
|
183 | 183 | <p>When an inline box contains an in-flow block-level box, the inline box |
184 | 184 | (and its inline ancestors within the same line box) are broken around |
185 | | -the block-level box. The line boxes before the break and after the |
| 185 | +the block-level box, dividing the inline box into two pieces. The line |
| 186 | +boxes before the break and after the |
186 | 187 | break are enclosed in anonymous block boxes, and the block-level box |
187 | 188 | becomes a sibling of those anonymous boxes. When such an inline box is |
188 | 189 | affected by relative positioning, the relative positioning also |
@@ -1380,9 +1381,9 @@ push the element vertically past the float. |
1380 | 1381 |
|
1381 | 1382 | <p>Computing the clearance of an element on which 'clear' is set is |
1382 | 1383 | done by first determining the hypothetical position of the element's |
1383 | | -top border edge within its parent block. This position is the same as |
1384 | | -the where the actual top border edge would have been if the element |
1385 | | -had a non-zero top border and its 'clear' property had been 'none'. |
| 1384 | +top border edge within its parent block. This position is |
| 1385 | +where the actual top border edge would have been if the element |
| 1386 | +had a non-zero bottom border and its 'clear' property had been 'none'. |
1386 | 1387 |
|
1387 | 1388 | <p>If this hypothetical position of the element's top border edge is |
1388 | 1389 | not past the relevant floats, then clearance is introduced, and |
|
0 commit comments