<div class="gmail_quote">On Thu, Nov 20, 2008 at 8:58 AM, Martin McEvoy <span dir="ltr"><<a href="mailto:martin@weborganics.co.uk">martin@weborganics.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello<div class="Ih2E3d"><br>
<br>
Martin McEvoy wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
@rev = This relates to That,  or a rev="help" link indicates that the current document is "help" for the resource indicated by the href.<br>
@rel = That relates to This,  or  a  rel="help" link indicates that the resource indicated by the href  is "help" for the current document.<br>
<br>
<br>
Anyway I give up,  this discussion is getting a little too testy, If you, And many others don't understand the point I am trying to make, what progress is there to be made, Its all just wasted time (something I don't have right now),  Im sure HTML5 will be great for Browser Vendors, for the Humble author well we'll see.<br>

<br>
Thanks everyone for your...er...kind words<br>
<br>
see ya ;-)<br>
<br>
</blockquote></div>
I agree Almost ALL cases of rev="made" rel="author" can be used INSTEAD, I apologize over my denial of this fact, the truth is Most people do not use @rev=made the same way as I would :-[<br>
<br>
I had a look at over 150 (not a lot but this was done my manually looking at the source of the pages) examples of rev="made" almost 90% were links like this,<br>
<br>
<link rev="made" href="mailto:<a href="mailto:USER@HOST" target="_blank">USER@HOST</a>"/><br>
<br>
the rest were like this<br>
<br>
<link rev="made" href="<a href="http://HOST.DOMAIN" target="_blank">http://HOST.DOMAIN</a>"/><br>
<br>
or this:<br>
<br>
<a rev="made" href="<a href="http://HOST.DOMAIN" target="_blank">http://HOST.DOMAIN</a>">foo</a><br>
<br>
and this<br>
<br>
<a rev="made" href="mailto:<a href="mailto:USER@HOST" target="_blank">USER@HOST</a>">foo</a><br>
<br>
In all the cases I looked at rel="author" can be used Instead,<br>
<br>
Moral: Should have done my homework FIRST :-)<br>
<br>
Its still a shame to lose @rev though It has been around for a while <a href="http://www.w3.org/MarkUp/draft-ietf-iiir-html-01.txt" target="_blank">http://www.w3.org/MarkUp/draft-ietf-iiir-html-01.txt</a> and despite its misuse its still a very handy attribute (used in the right way)<br>
</blockquote></div><br><div>Glad to see you come around.  ^_^</div><div><br></div><div>I agree that @rev *can* be a useful attribute.  It's ultimately redundant, but it serves to reduce the vocabulary we have to memorize.  Rather than learning two different names for the same relationship in each direction, we learn a single name and use @rel or @rev accordingly.  If @rel was a commonly used attribute, this sort of thing would probably be of use to authors and would justify @rev's existence.</div>
<div><br></div><div>In other words, evangelize the use of @rel and you might see @rev come back in the future.  ^_^</div><div><br></div><div>~TJ</div>