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

Without solving the performance problem, is it workable to put the calculation of the correct elements on the UA, leaving one of the pair as the root? This will make it possible to trigger a transition to an article and then back to the list, but not from an article to a list without a previous transition.

```css
ui-el {
   view-transition: --name / auto}

::view-transition-from-element() {}
::view-transition-to-element() {}

::view-transition-from-root() {}
::view-transition-to-root() {}
```
```html
<meta name = view-transition-name content = --name>
<ui-el>1st of --name</ui-el>
```

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


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

Received on Saturday, 3 June 2023 07:47:54 UTC