Re: Interaction between opacity and transform-style

On Thu, Mar 15, 2012 at 1:37 PM, Simon Fraser <simon.fraser@apple.com> wrote:
> This is why the spec has Issue 3: "This description does not exactly match what WebKit implements".
>
> WebKit does depth-sorting of siblings based on 3d transforms outside of 3D rendering contexts when it should not.

Which is why opacity < 1 implying transform-style: flat produces the
desired results in Safari, but not other browsers.  In other browsers,
transform-style: flat will have different and undesired results here.

Received on Thursday, 15 March 2012 19:45:20 UTC