diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-10-16 12:13:49 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-10-16 12:13:49 -0600 |
commit | 90dd3cdc095d7bf54435f0fcb8a6fe134b00fc24 (patch) | |
tree | 1e023280c48dd7b0ecd6bcea62537ce4a12bc0b5 /components/script/dom | |
parent | 96ca6b6c6d1a7681e8b16fb313d548fc93753c67 (diff) | |
parent | f2a66af46353db52a21149e426a47ad48135ec42 (diff) | |
download | servo-90dd3cdc095d7bf54435f0fcb8a6fe134b00fc24.tar.gz servo-90dd3cdc095d7bf54435f0fcb8a6fe134b00fc24.zip |
Auto merge of #8023 - mrobinson:zindex, r=pcwalton
Z-index should be ignored for non-positioned stacking contexts
When a stacking-context is not positioned, its z-index should be
ignored. This is per CSS 2 9.9.1. The only exception to this is when
the z-index is applied to an element with display: flex | inline-flex.
inline-flex does not appear to be implemented at this time so we only
do this for flex.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8023)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom')
0 files changed, 0 insertions, 0 deletions