Skip to content

[css-view-transitions-2] Starting a same-doc view transition while a cross-doc view transition is pending #9512

Closed
@noamr

Description

@noamr

The current behavior in the spec is that starting any view transition cancels the active one, which means that the following edge cases might have unexpected results:

  • A capture is initiated for a document navigation and script initiates a transition before the document unloads. should we ignore document.startViewTransition() calls during a navigation initiated transition?

  • On the new Document, script initiates transition before the navigation initiated transition could finish (before pagereveal). Given that the navigation initiated transition will be before the first frame of the new Document was rendered, should we ignore it and let the MPA transition go through?

@khushalsagar @bokand @vmpstr

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions