[csswg-drafts] transform-style initial value

ewilligers has just created a new issue for https://github.com/w3c/csswg-drafts:

== transform-style initial value ==
There is a discrepancy between spec and implementations.

https://drafts.csswg.org/css-transforms-2/#transform-style-property
> Value: auto | flat | preserve-3d
> Initial: auto
>
> A value of "flat" for transform-style establishes a stacking context, and establishes a 3D rendering context.

Chrome, Edge, Firefox and Safari support `flat` and `preserve-3d`, but not `auto`; they have initial value `flat`. I suspect they do not establish a stacking context and 3D rendering context whenever `transform-style` is `flat`.


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3138 using your GitHub account

Received on Monday, 24 September 2018 00:51:13 UTC