Skip to content

Commit 1aae4a7

Browse files
committed
Generated. Do not edit!
1 parent 596c48b commit 1aae4a7

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

css2/changes.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,28 @@ <H2 id=since-20110607><a name="q1">C.1 Changes since the Recommendation of 7 Jun
930930

931931

932932

933+
<li id=s.9.9.1 class=change>
934+
<p><span class=updated>[2015-07-01]</span> An element with
935+
'position: fixed', unlike one with 'position: absolute',
936+
<em>always</em> establishes a new stacking context. (This is
937+
different from 'position: absolute', where 'z-index' determines if
938+
the element establishes a stacking context.)
933939

940+
<p>Change the definition of 'auto' in <a
941+
href="visuren.html#z-index" >&ldquo;9.9.1 Specifying the stack
942+
level: the 'z-index' property&rdquo;</a> as follows:
943+
944+
<blockquote>
945+
<dl>
946+
<dt><strong>auto</strong> <dd>The stack level of the generated
947+
box in the current stacking context is 0. <del>The box does not
948+
establish a new stacking context unless it is the root
949+
element.</del> <ins>[TBD] </ins>
950+
</dl>
951+
</blockquote>
952+
953+
954+
934955

935956
</ul>
936957

0 commit comments

Comments
 (0)