Skip to content

[css-view-transitions-2] Elements with content-visibility in new Document #10773

Open
@khushalsagar

Description

@khushalsagar

If an element in the new Document for a cross-document transition has content-visibility: auto, it's view-transition-name is skipped. This is because the algorithm to look for names runs before the first rendering loop on the new Document. And the initial state of elements with content-visibility: auto is computed as a part of update the rendering here.

The simple fix would be to force the determination of this state if a Document has an incoming cross-document ViewTransition.

@vmpstr @argyleink @noamr @nt1m

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Regular agenda items

    Status

    Oldest unslotted

    Status

    Regular agenda

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions