Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-view-transitions-2] UA may apply implementation-defined timeout o cross-document view transition #9608

Merged
merged 2 commits into from
Nov 17, 2023

Conversation

noamr
Copy link
Collaborator

@noamr noamr commented Nov 17, 2023

As per CSSWG resolution.
Closes #9155

css-view-transitions-2/Overview.bs Show resolved Hide resolved

1. Call |onReady|.

1. At any given time, the UA may decide to skip |inboundTransition|, e.g. after an implementation-defined timeout, by running the following steps:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We likely need a better term than "At any given time". For example, it can't do it during layout for example, so it's only at a time that a script task can run? I'm not sure if idle time is the right thing or if there is a better term

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Script tasks can run during layout. But we can make it so that the steps queue a task.

Copy link
Member

@vmpstr vmpstr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new wording lgtm

@noamr noamr merged commit eaf7fdd into w3c:main Nov 17, 2023
1 check passed
@noamr noamr deleted the vt-edits branch November 17, 2023 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[css-view-transitions-2] Abort transition if the navigation takes too long
2 participants