Re: [csswg-drafts] [css-view-transitions-1] Multiple elements with same view-transition-name (#8890)

The transition is aborted. Its step 8.3.1.6.5 [here](https://drafts.csswg.org/css-view-transitions-1/#capture-the-old-state) : "If usedTransitionNames [contains](https://infra.spec.whatwg.org/#list-contain) transitionName, then return failure." Same thing happens when we look for transition names in the new DOM.

The name has to match exactly 2 elements from the old and new DOM so it must be unique or the author made an error.

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


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

Received on Thursday, 1 June 2023 00:35:20 UTC