Skip to content

Commit 788c5a0

Browse files
committed
[css2] Used Sylvain's text instead of the improved version.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403136
1 parent 168f58f commit 788c5a0

1 file changed

Lines changed: 23 additions & 14 deletions

File tree

css2/visuren.src

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<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 $ -->
44
<head>
55
<title>Visual formatting model</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -2067,33 +2067,42 @@ back-to-front order.
20672067
<li>the background and borders of the element forming the stacking
20682068
context.
20692069

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).
20722072

20732073
<li>the in-flow, non-inline-level, non-positioned descendants.
20742074

2075-
<li>the floating descendants.
2075+
<li><!-- the --> non-positioned floats.
20762076

2077-
<li>the in-flow, inline-level, non-positioned descendants, including
2077+
<li><!-- the --> in-flow, inline-level, non-positioned descendants, including
20782078
inline tables and inline blocks.
20792079

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'. -->
20822083

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).
20852086
</ol>
20862087

2087-
<p>Positioned elements with 'z-index: auto' (in layer&nbsp;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&nbsp;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&nbsp;6), floats
20882100
(layer&nbsp;4), inline blocks (layer&nbsp;5), and inline tables
20892101
(layer&nbsp;5), are painted as if those elements generated new
20902102
stacking contexts, except that their positioned descendants and any
20912103
child stacking contexts take part in the current stacking context.
2104+
-->
20922105

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&nbsp;E.</a>
20972106

20982107
<div class="html-example">
20992108
<p>In the following example, the stack levels of

0 commit comments

Comments
 (0)