- From: Steve Kobes (Chromium) via GitHub <noreply@w3.org>
- Date: Thu, 12 Mar 2026 13:57:41 +0000
- To: public-css-archive@w3.org
skobes-chromium has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-view-transitions-2] [scoped] Per-axis clip for auto-nesting? ==
On #13420 it was resolved to add `::view-transition-group-children(root) { overflow: clip }` if a scope with `view-transition-name: root` clips its overflow.
It is currently possible to clip overflow in only a single axis, e.g. `overflow-x: clip` or `overflow-y: clip`, leaving overflow visible in the other axis. In this case we should make sure the clip we apply to the `::v-t-group-children` is limited to the axis that the scope is clipping.
This will also apply to scopes with single-axis overflow `scroll` or `auto` after #12289.
@vmpstr
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13639 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 12 March 2026 13:57:42 UTC