It would allow you to pass along an MD5, SHA-1, or other hash to a user-agent for automatic comparison.
An example:
Code: Select all
<a href="http://files.mirror.example/file.exe" hash="md5/9e107d9d372bb6826bd81d3542a419d6">A file</a>
Which would render as: <a href="http://files.mirror.example/file.exe" hash="md5/9e107d9d372bb6826bd81d3542a419d6">A file</a>
As far as the end-user's experience, it would work something like Gervase Markham's "<a href="http://mdhashtool.mozdev.org/lfinfo.html">Link Fingerprints"</a> scheme, but without the user ever having to see the hash string (which can be quite obtrusive)...