Skip to content

Fullscreen reordering behavior #27303

@josepharhar

Description

@josepharhar

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API

What specific section or headline is this issue about?

No response

What information was incorrect, unhelpful, or incomplete?

In this HTML PR, the behavior of requesting fullscreen on multiple elements was defined. This test shows how it should work: if you call requestFullscreen on an element A, and then call requestFullscreen on an element B, they should both be in the top layer, and B should be on top. If you then call requestFullscreen on element A again, then A should now be on top.

What did you expect to see?

There could be a section explaining this top layer stacking/reordering behavior

Do you have any supporting links, references, or citations?

whatwg/html#9093
web-platform-tests/wpt#39828

Do you have anything more you want to share?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Content:WebAPIWeb API docshelp wantedIf you know something about this topic, we would love your help!

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions