In message <[EMAIL PROTECTED]>, Manu Sporny <[EMAIL PROTECTED]> writes

Problem Description:

It is quite often that a site uses an image instead of a text link to present actions. For example: Instead of using the text "Download", they will use a graphic image with a downward-facing arrow.

In other words, if we have this:

Download:
<a href="http://my.site.com/download/3847293";>
<img src="/images/cool_download_button.png"/>
</a>

How do we present this option to a human being in a non-web-page UI?

The HTML is invalid, lacking the alt attribute which should fix this problem.

--
Andy Mabbett
_______________________________________________
microformats-new mailing list
[email protected]
http://microformats.org/mailman/listinfo/microformats-new

Reply via email to