When checking the syntax of my document, I am getting validator warnings that the syntax of my download links is incorrect. BBEdit tells me that the download attribute requires a value inside the anchor, but the W3C's Nu checker has no such complaints.
The download attribute, if present, indicates that the author intends the hyperlink to be used for downloading a resource. The attribute may have a value; the value, if any, specifies the default file name that the author recommends for use in labeling the resource in a local file system. There are no restrictions on allowed values, but authors are cautioned that most file systems have limitations with regard to what punctuation is supported in file names, and user agents are likely to adjust file names accordingly.In some cases, resources are intended for later use rather than immediate viewing. To indicate that a resource is intended to be downloaded for use later, rather than immediately used, the
downloadattribute can be specified on theaorareaelement that creates the hyperlink to that resource.The attribute can furthermore be given a value, to specify the file name that user agents are to use when storing the resource in a file system. This value can be overridden by the `
Content-Disposition` HTTP header's filename parameters. [RFC6266]