Add a note about the "download" attribute for anchors
authorAntonio Ospite <ospite@studenti.unina.it>
Sun, 12 Feb 2012 10:15:36 +0000 (11:15 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Sun, 12 Feb 2012 10:28:42 +0000 (11:28 +0100)
commitca6cfbc09afa37b5f618e481aadf9ed2aafc2fd4
tree753870e4aedb532825dc61573204e34393d44074
parent6f3096e5c94e11a844907a63b27b49f551f92033
Add a note about the "download" attribute for anchors

HTML specifies an attribute to suggest to the client the filename to use
when saving to the local filesystem, something like
"Content-disposition: attachment; filename" but per HTML element, which
sounds good, see:
http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#downloading-resources

This would be an interesting feature for DDL, but browser support is
very limited as for now.

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
direct_download_links.user.js