Skip to content

Commit 596c48b

Browse files
committed
[CSS22] Added change s.9.9.1: 'position: fixed' now *always* establishes a new stacking context, unlike 'position: absolute', where it depends on 'z-index'. New text still needs to be coordinated with draft of css3-positioning.
1 parent 19105b1 commit 596c48b

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

css2/changes.src

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,30 @@ term
909909
<!-- Status: edited, but the WG still needs to validate the text -->
910910
<!-- http://lists.w3.org/Archives/Public/www-style/2014Jul/0162.html -->
911911

912+
<li id=s.9.9.1 class=change>
913+
<p><span class=updated>[2015-07-01]</span> An element with
914+
'position: fixed', unlike one with 'position: absolute',
915+
<em>always</em> establishes a new stacking context. (This is
916+
different from 'position: absolute', where 'z-index' determines if
917+
the element establishes a stacking context.)
912918

919+
<p>Change the definition of 'auto' in <a
920+
href="visuren.html#z-index" >&ldquo;9.9.1 Specifying the stack
921+
level: the 'z-index' property&rdquo;</a> as follows:
922+
923+
<blockquote>
924+
<dl>
925+
<dt><strong>auto</strong> <dd>The stack level of the generated
926+
box in the current stacking context is 0. <del>The box does not
927+
establish a new stacking context unless it is the root
928+
element.</del> <ins>[TBD] <!-- If the box has 'position: fixed'
929+
or if it is the root, it establishes a new stacking
930+
content. --></ins>
931+
</dl>
932+
</blockquote>
933+
934+
<!-- Status: not edited, waiting for concrete text -->
935+
<!-- https://lists.w3.org/Archives/Public/www-style/2015Jul/0032.html -->
913936

914937
</ul>
915938

0 commit comments

Comments
 (0)