- From: /#!/JoePea <trusktr@gmail.com>
- Date: Tue, 27 Sep 2016 00:34:46 -0700
- To: public-fx@w3.org, Tien-Ren Chen <trchen@chromium.org>, Matt Woodrow <mwoodrow@mozilla.com>
Received on Tuesday, 27 September 2016 07:35:55 UTC
> <style> div { transform-style: preserve-3d; } </style> > <div id="A" style="background:some_image; translateZ(0);"> > Foreground > <div id="B" style="transform:translateZ(0); position:relative; > z-index:-1;">Stuck in middle?</div> > </div> > Should B to stack in between the background/foreground of A because it > has negative z-index? I think the sensible thing to do is to pop it to > its own plane. This all seems easier to reason about if we just consider anything with 3D transforms (even if identity transforms) a separate plane. Thinking about the B plane being sandwiched between content of the AC plane's texture is more cognitively complex (as well as more complex in implementation). Popping it out, and leaving it out sounds good. */#!/*JoePea
Received on Tuesday, 27 September 2016 07:35:55 UTC