Re: [csswg-drafts] [css-view-transitions-2] [scoped] Per-axis clip for auto-nesting? (#13639)

@skobes-chromium 

> it was resolved to add `::view-transition-group-children(root) { overflow: clip }` if a scope with `view-transition-name: root` clips its overflow.

I assume "clips its overflow" includes clipping via `overflow` `hidden` and `scroll`, as well as `clip`? But in those cases the value on the group-children would be `clip`.

> The proposed resolution here is that the `::view-transition-group-children(root) { overflow: clip }` is amended to have a per-axis clip if the scope clips overflow in that axis.

That seems reasonable to me. I assume that if the scope has `overflow-y: scroll` the value on the group would still be `overflow: clip`, due to the implicit `overflow-x: hidden`?

@astearns if my assumptions above are true, I'm happy with an async resolution here.

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


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

Received on Tuesday, 24 March 2026 09:13:38 UTC