Re: [csswg-drafts] [css-transforms-2] Preserve-3d + backface visibility semantics need to be clarified (#918)

> One issue that came up in [crbug.com/391504029](https://issues.chromium.org/391504029) is whether `backface-visibility: hidden` on an ancestor should inherit to an element that establishes a new 3D rendering context (by specifying `transform-style: preserve-3d` when its parent did not) but does not actually have a 3D transform. The Chromium code isn't set up to handle this case correctly, so I think at least for now we're going to change it so that this case doesn't apply the `hidden` from the ancestor.

`backface-visibility` isn't an inherited property is it?

If we're treating `backface-visibility` as a stacking context effect (like opacity), then it shouldn't have any effect on descendants that establish new 3D rendering contexts.





-- 
GitHub Notification of comment by mattwoodrow
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/918#issuecomment-2625464305 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 30 January 2025 20:05:19 UTC