- From: vmpstr via GitHub <noreply@w3.org>
- Date: Mon, 02 Feb 2026 16:39:40 +0000
- To: public-css-archive@w3.org
vmpstr has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-view-transitions-2] scoped VT: we should apply content-visibility: hidden for the duration of capture == When running a scoped view transition, we need to effectively pause rendering for an element so that it doesn't partially update (the callback is async). When doing this, the size of the element may change so we have to gutter or overflow the pixels we're displaying here. In order to minimize this, and possibly improve performance, we should apply `content-visibility: hidden` and `contain-intrinsic-size: auto` to this element while the capture is happening. We can do this automatically. @skobes-chromium @chrishtr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13428 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 2 February 2026 16:39:41 UTC