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
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