Skip to content

Commit b3b2ef4

Browse files
committed
[css-color] Disambiguate ''auto'' as ''z-index/auto''.
1 parent 6f3fb38 commit b3b2ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-color/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2155,7 +2155,7 @@ Transparency: the 'opacity' property</h2>
21552155
This means that any content outside of it cannot be layered in z-order between pieces of content inside of it,
21562156
and vice versa.
21572157
If the element is in a context where the 'z-index' property applies,
2158-
the ''auto'' value is treated as ''0'' for the element.
2158+
the ''z-index/auto'' value is treated as ''0'' for the element.
21592159
See <a href="http://www.w3.org/TR/CSS21/visuren.html#layers">section 9.9</a>
21602160
and <a href="http://www.w3.org/TR/CSS21/zindex.html">Appendix E</a> of [[!CSS21]]
21612161
for more information on stacking contexts.

0 commit comments

Comments
 (0)