Skip to content

Commit 7386f75

Browse files
committed
[CSS22] Edited the text to include the erratum for 'z-index: auto':
fixed-positioned elements always create a stacking context.
1 parent 1614b96 commit 7386f75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/visuren.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,8 +1959,8 @@ class="propinst-z-index">'z-index'</span> property specifies:
19591959
<dt><strong>auto</strong>
19601960

19611961
<dd>The stack level of the generated box in the current stacking
1962-
context is 0. The box does not establish a new stacking context
1963-
unless it is the root element.
1962+
context is 0. If the box has 'position: fixed' or if it is the root,
1963+
it also establishes a new stacking context.
19641964
</dl>
19651965

19661966
<p><em>In this section, the expression "in front of"

0 commit comments

Comments
 (0)