IIRC, the HTML 5 `<elem attr>foo</elem>` is equivalent to its XHTML representation `<elem attr="attr">foo</elem>`. The implicit value of the attribute is duplicated in the attribute value.
In this case this would lead to `download="download"` as if the suggested filename is "download", not "use the filename found in the URL".
IIRC, the HTML 5 `<elem attr>foo</elem>` is equivalent to its XHTML representation `<elem attr="attr">foo</elem>`. The implicit value of the attribute is duplicated in the attribute value.
In this case this would lead to `download="download"` as if the suggested filename is "download", not "use the filename found in the URL".