NEW257638
Existing full screen should abort screen orientation pending promises
https://bugs.webkit.org/show_bug.cgi?id=257638
Summary Existing full screen should abort screen orientation pending promises
Marcos Caceres
Reported 2023-06-01 22:48:39 PDT
When exiting full screen [1] on Step 9 (as of date when this bug was filed), the full screen API calls into the Screen Orientation Spec run the "fully unlock the screen orientation steps" of |doc|. However, WebKit doesn't currently reject the document's [[orientationPendingPromise]]. [1]https://fullscreen.spec.whatwg.org/#exit-fullscreen [2]https://w3c.github.io/screen-orientation/#dfn-fully-unlock-the-screen-orientation-steps
Attachments
Radar WebKit Bug Importer
Comment 1 2023-06-01 22:58:22 PDT
Marcos Caceres
Comment 2 2023-06-01 23:01:13 PDT
Note You need to log in before you can comment on or make changes to this bug.