Better than a[name] would be a[href], assuming a relevent URI scheme exists:
<a href="geo:51.36,-0.05">London, <abbr title="United Kingom">UK</abbr></a> (See: http://geouri.org/) Disadvantages would be: 1. Involves using a poorly supported URI scheme. People using browsers that don't support the scheme would get a link that doesn't do anything, or brings up a cryptic message. (This could be worked around with a combination of CSS and Javascript, but that seems a bit hackish to me.) 2. This requires there to always *be* such a URI scheme. There isn't a URI scheme for timestamps for instance. URI schemes cannot be quickly and easily registered. -Toby _______________________________________________ microformats-discuss mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-discuss
