[Webkit-unassigned] [Bug 191061] New: Parsing noscript tag with an img child element inside a figure tag fires wrongly a fetch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 30 04:30:54 PDT 2018


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

            Bug ID: 191061
           Summary: Parsing noscript tag with an img child element inside
                    a figure tag fires wrongly a fetch
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Macintosh
                OS: macOS 10.14
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: d.grammatiko at gmail.com
                CC: cdumez at apple.com

Created attachment 353359

  --> https://bugs.webkit.org/attachment.cgi?id=353359&action=review

bug preview

For the following snippet the image should be ignored if javascript is enabled but an extra fetch event is fired

```html
<figure>
  <noscript>
    <img src="https://webkit.org/wp-content/uploads/safari.png" alt=""/>
  </noscript>
</figure>
```

You can check it live also here: https://codepen.io/dgrammatiko/pen/xyNXjv

There shouldn't be an extra fetch in this case, respect the noscript tag

-- 
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/20181030/80f5bf33/attachment.html>


More information about the webkit-unassigned mailing list