You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current spec does not allow this. It allows bailing out and doing nothing, but the "download a hyperlink" algorithm never gets to the navigation algorithm.
The text was updated successfully, but these errors were encountered:
Somewhat related to #5548, and will probably also be fixed as part of moving downloads into the navigation algorithm, but this is a separate issue:
If you put
<a href="https://example.com/" download>Click me</a>
on a page, this will not download example.com, at least in Chrome and Firefox: http://boom-bath.glitch.me/download-example.htmlThe current spec does not allow this. It allows bailing out and doing nothing, but the "download a hyperlink" algorithm never gets to the navigation algorithm.
The text was updated successfully, but these errors were encountered: