Re: [csswg-drafts] [css-view-transitions-2] Proposal for a view-transition-tree property (name tbd) (#10334)

Just read though the thread (quickly, so might have missed something). I think what you want (?) is something like

`view-transition-group: normal | <ident> | auto` where

- normal defaults to placing directly under transition root (current behavior).
- `<ident>` groups the under the element with the specified `view-transition-name` _and_ automatically changes `normal` descendants to default to this item.
- `auto` same as `<ident>` but chooses the closest ancestor with `view-transition-name`.

The property name hooks into the `::view-transition-group` pseudo-element name, and it is not inherited.

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


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

Received on Thursday, 13 June 2024 13:17:52 UTC