NEW 248714
Align Document::fullscreenEnabled and Document::webkitFullscreenEnabled
https://bugs.webkit.org/show_bug.cgi?id=248714
Summary Align Document::fullscreenEnabled and Document::webkitFullscreenEnabled
Tim Nguyen (:ntim)
Reported 2022-12-03 10:41:08 PST
The original implementation of the unprefixed API tried to make as little change as possible to the prefixed API. The only difference between the two methods is the `isFullyActive()` check. Since we successfully unified that check for `Element::requestFullscreen` in https://commits.webkit.org/255551@main, we should also do it for `Document::fullscreenEnabled`.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-12-03 10:41:17 PST
Tim Nguyen (:ntim)
Comment 2 2022-12-03 11:14:17 PST
Note You need to log in before you can comment on or make changes to this bug.