|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visuren.src,v 2.178 2011-03-04 16:58:48 bbos Exp $ --> |
| 3 | +<!-- $Id: visuren.src,v 2.179 2011-03-04 19:27:23 bbos Exp $ --> |
4 | 4 | <head> |
5 | 5 | <title>Visual formatting model</title> |
6 | 6 | <meta name="editor" lang="tr" content="Tantek Çelik"> |
@@ -2067,33 +2067,42 @@ back-to-front order. |
2067 | 2067 | <li>the background and borders of the element forming the stacking |
2068 | 2068 | context. |
2069 | 2069 |
|
2070 | | - <li>the child stacking contexts with negative stack levels (most |
2071 | | - negative first). |
| 2070 | + <li>the stacking contexts of descendants <!-- or: the child stacking |
| 2071 | + contexts --> with negative stack levels (most negative first). |
2072 | 2072 |
|
2073 | 2073 | <li>the in-flow, non-inline-level, non-positioned descendants. |
2074 | 2074 |
|
2075 | | - <li>the floating descendants. |
| 2075 | + <li><!-- the --> non-positioned floats. |
2076 | 2076 |
|
2077 | | - <li>the in-flow, inline-level, non-positioned descendants, including |
| 2077 | + <li><!-- the --> in-flow, inline-level, non-positioned descendants, including |
2078 | 2078 | inline tables and inline blocks. |
2079 | 2079 |
|
2080 | | - <li>the child stacking contexts with stack level 0, and the positioned |
2081 | | - descendants with 'z-index: auto'. |
| 2080 | + <li>positioned descendants and stacking contexts with stack level |
| 2081 | + '0'. <!-- or: the child stacking contexts with stack level 0, and |
| 2082 | + the positioned descendants with 'z-index: auto'. --> |
2082 | 2083 |
|
2083 | | - <li>the child stacking contexts with positive stack levels (least |
2084 | | - positive first). |
| 2084 | + <li>the stacking contexts of descendants <!-- or: the child stacking |
| 2085 | + contexts --> with positive stack levels (least positive first). |
2085 | 2086 | </ol> |
2086 | 2087 |
|
2087 | | -<p>Positioned elements with 'z-index: auto' (in layer 6), floats |
| 2088 | +<p>This painting order is applied recursively to each stacking |
| 2089 | +context. This description of stacking context painting order |
| 2090 | +constitutes an overview of the detailed normative definition in |
| 2091 | +<a href="zindex.html">Appendix E.</a> |
| 2092 | + |
| 2093 | +<p>The contents of positioned elements with 'z-index: auto', |
| 2094 | +non-positioned floats, inline blocks and inline tables are stacked as |
| 2095 | +if they generated new stacking contexts, except that any positioned |
| 2096 | +elements and any elements that actually create new stacking contexts |
| 2097 | +take part in the parent stacking context. |
| 2098 | +<!-- or: |
| 2099 | +Positioned elements with 'z-index: auto' (in layer 6), floats |
2088 | 2100 | (layer 4), inline blocks (layer 5), and inline tables |
2089 | 2101 | (layer 5), are painted as if those elements generated new |
2090 | 2102 | stacking contexts, except that their positioned descendants and any |
2091 | 2103 | child stacking contexts take part in the current stacking context. |
| 2104 | +--> |
2092 | 2105 |
|
2093 | | -<p>This painting order is applied recursively to each stacking |
2094 | | -context. This description of stacking context painting order |
2095 | | -constitutes an overview of the detailed normative definition in |
2096 | | -<a href="zindex.html">Appendix E.</a> |
2097 | 2106 |
|
2098 | 2107 | <div class="html-example"> |
2099 | 2108 | <p>In the following example, the stack levels of |
|
0 commit comments