- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Mon, 21 Oct 2024 16:19:51 +0000
- To: public-css-archive@w3.org
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