RESOLVED WONTFIX 57730
z-index should apply to transformed elements
https://bugs.webkit.org/show_bug.cgi?id=57730
Summary z-index should apply to transformed elements
Boris Zbarsky
Reported 2011-04-03 13:43:21 PDT
See the testcase at https://bugzilla.mozilla.org/attachment.cgi?id=523831 on which the yellow square should be on top of the red one. In particular, the 2d transforms specification says that transformed elements act like position:relative for stacking purposes, so z-index should apply to them.
Attachments
Simon Fraser (smfr)
Comment 1 2011-04-04 09:15:54 PDT
It's not obvious to me that z-index should apply. They act as positioning containers, but that doesn't necessarily mean that z-index applies. This is worth a post on www-style.
Simon Fraser (smfr)
Comment 3 2011-07-07 07:59:09 PDT
Consensus was to not have z-index apply.
Note You need to log in before you can comment on or make changes to this bug.