[uf-discuss] using rel to point to remote meta-data resource for
a url identified resource
Jason Karns
jason.karns at gmail.com
Wed Dec 17 05:46:21 PST 2008
On Wed, Dec 17, 2008 at 7:20 AM, Toby A Inkster <mail at tobyinkster.co.uk> wrote:
> Which brings me to the point that this is re-inventing something that RDFa
> can already deal with very easily:
>
> <img src="photo_of_cow.jpeg" rel="meta"
> resource="metadata_about_photo_of_cow" />
>
> This is already supported by many existing tools.
>
You might also consider using the longdesc attribute of the img tag.
This attribute takes a URI which points to a resource containing the
long description of an image. You might consider putting any metadata
about the image in this longdesc resource along with the long
description itself. This method, however, is only relevant to image
tags and is not a catch-all for any old resource.
~Jason
More information about the microformats-discuss
mailing list