[Webkit-unassigned] [Bug 177484] New: requestAnimationFrame should execute before the next frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 26 06:23:23 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=177484

            Bug ID: 177484
           Summary: requestAnimationFrame should execute before the next
                    frame
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jaffathecake at gmail.com

According to https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model, any queued requestAnimationFrame callbacks should be executed before the next recalc/layout/paint. Safari seems to execute them afterwards.

https://safari-raf-bug.glitch.me/ - the box should move to the right, but in WebKit it moves to the left.

-- 
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/20170926/7dfc6bbb/attachment.html>


More information about the webkit-unassigned mailing list