[csswg-drafts] [css-view-transitions-1] The activate view transition algorithm does not provide a reason to skip the view transition. (#11723)

Psychpsyo has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-view-transitions-1] The activate view transition algorithm does not provide a reason to skip the view transition. ==
The [activate view transition algorithm](https://drafts.csswg.org/css-view-transitions-1/#activate-view-transition), in step 3, says to "then [skip the view transition](https://drafts.csswg.org/css-view-transitions-1/#skip-the-view-transition) for transition, and return".

[Skip the view transition](https://drafts.csswg.org/css-view-transitions-1/#skip-the-view-transition) expects a reason, which generally seems to be various kinds of `DOMException`s.
This should probably pass one of those.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11723 using your GitHub account


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

Received on Sunday, 16 February 2025 14:43:24 UTC