- From: mattwoodrow via GitHub <sysbot+gh@w3.org>
- Date: Thu, 29 Aug 2024 03:58:59 +0000
- To: public-css-archive@w3.org
mattwoodrow has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-view-transitions-2] Clarify inbound transition timeout semantics == The current spec mentions a UA defined timeout as part of `resolve inbound cross-document view-transition`, which then cancels the active view transition (in a queued task). The `pageswap-long-delay.html` test is using a very-long synchronous `pageswap` event to trigger the timeout, which suggests that the timed period starts before this event (which is fairly removed and before the `resolve inbound cross-document view-transition` algorithm). It would be good to clarify when the timed period starts. The test is also expecting the `pagereveal` event's `viewTransition` parameter to be null, which is different from queued cancellation of the view transition. I'm not sure if this is a test bug, or a spec bug. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10800 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 29 August 2024 03:59:00 UTC