|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visuren.src,v 2.147 2008-11-03 16:46:08 bbos Exp $ --> |
| 3 | +<!-- $Id: visuren.src,v 2.148 2008-12-02 18:50:38 bbos Exp $ --> |
4 | 4 | <head> |
5 | 5 | <title>Visual formatting model</title> |
6 | 6 | <meta name="editor" lang="tr" content="Tantek Çelik"> |
@@ -232,7 +232,7 @@ do not form new blocks of content; the content is distributed in lines |
232 | 232 | within a paragraph, inline images, |
233 | 233 | etc.). Several values of the <span |
234 | 234 | class="propinst-display">'display'</span> property make an element |
235 | | -inline: 'inline', 'inline-table', |
| 235 | +inline: 'inline', 'inline-table', 'inline-block' |
236 | 236 | and 'run-in' (part of the time; see <a href="#run-in">run-in boxes</a>). |
237 | 237 | Inline-level elements generate <a name="inline-box"><dfn>inline |
238 | 238 | boxes</dfn></a>. |
@@ -1088,7 +1088,7 @@ and the floated IMG box. |
1088 | 1088 | The contents of floats are stacked as if floats generated new |
1089 | 1089 | stacking contexts, except that any positioned elements and elements |
1090 | 1090 | that actually create new |
1091 | | -stacking contexts take part in the float's parent's stacking context. |
| 1091 | +stacking contexts take part in the float's parent stacking context. |
1092 | 1092 | A float can overlap other boxes in the normal flow (e.g., when a |
1093 | 1093 | normal flow box next to a float has negative margins). When this |
1094 | 1094 | happens, floats are rendered in front of non-positioned in-flow |
@@ -1883,9 +1883,9 @@ stacking levels (from back to front): |
1883 | 1883 | <li>the stacking contexts of descendants with negative stack |
1884 | 1884 | levels.</li> |
1885 | 1885 | <li>a stacking level containing in-flow non-inline-level |
1886 | | - descendants.</li> |
1887 | | -<li>a stacking level for floats and their contents.</li> |
1888 | | -<li>a stacking level for in-flow inline-level descendants.</li> |
| 1886 | + non-positioned descendants.</li> |
| 1887 | +<li>a stacking level for non-positioned floats and their contents.</li> |
| 1888 | +<li>a stacking level for in-flow inline-level non-positioned descendants.</li> |
1889 | 1889 | <li>a stacking level for positioned descendants with 'z-index: |
1890 | 1890 | auto', and any descendant stacking contexts with 'z-index: 0'.</li> |
1891 | 1891 | <li>the stacking contexts of descendants with positive stack levels.</li> |
|
0 commit comments