[Webkit-unassigned] [Bug 250072] Resize event on iframe fired before rAF on parent document
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 9 04:45:26 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=250072
--- Comment #3 from Rune Lillesveen <rune.lillesveen at gmail.com> ---
> https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model says that the resize (step 7) happens before the animation frame callbacks (step 13).
Yes, but the resize of the iframe is a result of the layout of the top document that happens after the first rAF callback. The resize event should then trigger before the next rAF, IIUC?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230109/fc21a615/attachment-0001.htm>
More information about the webkit-unassigned
mailing list