- From: mattwoodrow via GitHub <sysbot+gh@w3.org>
- Date: Thu, 30 Jan 2025 20:05:18 +0000
- To: public-css-archive@w3.org
> 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