Re: [csswg-drafts] [css-view-transitions] Broken state management in "capture the old state" (#11058)

The "then return failure"? E.g. consider we visit:

```
<div id="a" style="view-transition-name: --foo"></div>
<div id="b" style="view-transition-name: --foo"></div>
```

We visit `#a`, set a's "captured in a view transition" to true.

Then we visit `#b`, and realize it's a duplicate name, and return failure. `#a` still has "captured in a view transition" set and nothing cleans it up.

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


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

Received on Monday, 21 October 2024 16:19:52 UTC