|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visuren.src,v 2.186 2011-03-23 01:04:22 bbos Exp $ --> |
| 3 | +<!-- $Id: visuren.src,v 2.187 2011-03-23 21:34:54 bbos Exp $ --> |
4 | 4 | <head> |
5 | 5 | <title>Visual formatting model</title> |
6 | 6 | <meta name="editor" lang="tr" content="Tantek Çelik"> |
@@ -753,17 +753,16 @@ at any split, when there are several). |
753 | 753 | same line box</em> due to <a href="#direction">bidirectional text |
754 | 754 | processing</a>. |
755 | 755 | </p> |
756 | | -<p id="phantom-line-box">If an element contains no text, no <a |
| 756 | +<p id="phantom-line-box">Line boxes are created as needed to hold |
| 757 | +inline-level content within an inline formatting context. Line boxes |
| 758 | +that contain no text, no <a |
757 | 759 | href="text.html#white-space-prop">preserved white space,</a> no inline |
758 | 760 | elements with non-zero margins, padding, or borders, and no other <a |
759 | 761 | href="#positioning-scheme">in-flow</a> content (such as images, inline |
760 | | -block, or inline tables), then no line boxes are generated inside the |
761 | | -element. The <a href="visudet.html#static-position">static |
762 | | -position</a> of any child elements is the top of the box |
763 | | -in the vertical direction, and the same position horizontally that a |
764 | | -zero width, zero height inline replaced element would have if placed |
765 | | -in the element. (This, for example, respects the <span |
766 | | -class="propinst-text-align">'text-align'</span> property.) |
| 762 | +blocks or inline tables), and do not end with a preserved newline must |
| 763 | +be treated as zero-height line boxes for the purposes of determining |
| 764 | +the positions of any elements inside of them, and must be treated as |
| 765 | +not existing for any other purpose. |
767 | 766 | </p> |
768 | 767 | <div class="html-example"><p> |
769 | 768 | Here is an example of inline box construction. The following paragraph |
|
0 commit comments