- From: Noam Rosenthal via GitHub <noreply@w3.org>
- Date: Sat, 14 Mar 2026 20:44:22 +0000
- To: public-css-archive@w3.org
> What if there is a duplicate name on one side of the transition, but none of that name on the other side? So multiple elements with the same name being inserted into the DOM or removed from it. I feel like animating just one of those would be worse than all or none of them. Intuitively, they're all exactly the same and shouldn't behave any differently, imo. This would exit-animate one of them and the other one would disappear. > I feel like just not including any elements that have name conflicts but still transitioning all those that don't might be better behavior. Not sure I agree, when there is a view transition and there is a chance to animate something, animating the wrong thing is more likely less abrupt than having two elements jump between the states. -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13438#issuecomment-4061353234 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 14 March 2026 20:44:23 UTC