[Webkit-unassigned] [Bug 225043] New: img current request should be updated off a microtask

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 25 20:37:24 PDT 2021


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

            Bug ID: 225043
           Summary: img current request should be updated off a microtask
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: heycam at apple.com

We currently do it immediately.  Or at least, we expose through HTMLImageElement.currentSrc what the new current request's URL is immediately, but we should be doing this (and initiating the image load itself) off a microtask.

See https://html.spec.whatwg.org/#updating-the-image-data.

Submitted a WPT PR to test this: https://github.com/web-platform-tests/wpt/pull/28679

-- 
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/20210426/513bcfd6/attachment.htm>


More information about the webkit-unassigned mailing list