[Webkit-unassigned] [Bug 156057] New: Confirm <a download> satisfies specification criteria

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 30 22:19:32 PDT 2016


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

            Bug ID: 156057
           Summary: Confirm <a download> satisfies specification criteria
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Major
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

We should be sure our implementation meets the functional and safety criteria defined in <https://html.spec.whatwg.org/multipage/semantics.html#downloading-resources>:

Specifically we want to ensure:

1. Can be used with blob: URLs and data: URLs
2. If the HTTP header Content-Disposition: is present and gives a different filename than this attribute, the HTTP header has priority over this attribute.
3. If this attribute is present and Content-Disposition: is set to inline, we should probably match Chrome and give priority to the download attribute.
4. We should only honor this attribute for links to resources with the same-origin.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160331/e01ed00e/attachment.html>


More information about the webkit-unassigned mailing list