Open
Description
The current transform-style property defines the values auto
, flat
and preserve-3d
.
Currently, these 3D transform styles composite the transformed element back into the 2D page. This makes sense for classic displays such as monitors and cell phones, but on devices where the browser lives in 3D such in VR and AR devices, it is possible to render these elements in actual 3d.
We're proposing to add a new transform-style
called detached
. It follows the same rules as preserve-3d
except it skip the step where it is recomposited into the page.