NEW 278193
Page::updateRendering use of forEachRenderableDocument should exclude hidden docs
https://bugs.webkit.org/show_bug.cgi?id=278193
Summary Page::updateRendering use of forEachRenderableDocument should exclude hidden ...
Matt Woodrow
Reported 2024-08-15 15:53:01 PDT
Spec: https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:window-event-loop-3 Documents with a visibility state of "hidden" should be removed from the set. We instead track visibility changes in Page::setIsVisibleInternal, and pause animations etc.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-22 15:53:20 PDT
Note You need to log in before you can comment on or make changes to this bug.