Re: link relationships

On Sat, Jul 05, 2003 at 12:03:20AM -0500, Brant Langer Gurganus wrote:
| That is the case with the informatively defined and often given example:
| <blockcode>
| <link href="mailto:webmaster@domain.com" rev="made">
| </blockcode>
| 
| In that example, the webmaster@domain.com made the page, not the other 
| way around.  

No, you have things the wrong way around. Your example says "this e-mail
address was made by this page", which usually will not make sense,
unless its a page generated by the final stage of a webmail signup
script. :-)

Basically, you use rel to describe how other pages relate to this one,
and rev to describe how this page relates to others.

rev is almost always redundant: rev="next" is almost always better
described as rel="previous". rev="up" arguably has some use, as there is
no such thing as rel="down".

-- 
Toby A Inkster BSc (Hons) ARCS | mailto:tobyink@goddamn.co.uk | pgp:0x6A2A7D39
    aim:inka80 | icq:6622880 | yahoo:tobyink | jabber:tai@jabber.linux.it
            http://www.goddamn.co.uk/tobyink/ | "You've got spam!"
                             playing://(nothing)

Received on Saturday, 5 July 2003 03:13:38 UTC