<div class="gmail_quote">On Thu, Nov 20, 2008 at 8:58 AM, Martin McEvoy <span dir="ltr">&lt;<a href="mailto:martin@weborganics.co.uk">martin@weborganics.co.uk</a>&gt;</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, &nbsp;or a rev=&quot;help&quot; link indicates that the current document is &quot;help&quot; for the resource indicated by the href.<br>
@rel = That relates to This, &nbsp;or &nbsp;a &nbsp;rel=&quot;help&quot; link indicates that the resource indicated by the href &nbsp;is &quot;help&quot; for the current document.<br>
<br>
<br>
Anyway I give up, &nbsp;this discussion is getting a little too testy, If you, And many others don&#39;t understand the point I am trying to make, what progress is there to be made, Its all just wasted time (something I don&#39;t have right now), &nbsp;Im sure HTML5 will be great for Browser Vendors, for the Humble author well we&#39;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=&quot;made&quot; rel=&quot;author&quot; 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=&quot;made&quot; almost 90% were links like this,<br>
<br>
&lt;link rev=&quot;made&quot; href=&quot;mailto:<a href="mailto:USER@HOST" target="_blank">USER@HOST</a>&quot;/&gt;<br>
<br>
the rest were like this<br>
<br>
&lt;link rev=&quot;made&quot; href=&quot;<a href="http://HOST.DOMAIN" target="_blank">http://HOST.DOMAIN</a>&quot;/&gt;<br>
<br>
or this:<br>
<br>
&lt;a rev=&quot;made&quot; href=&quot;<a href="http://HOST.DOMAIN" target="_blank">http://HOST.DOMAIN</a>&quot;&gt;foo&lt;/a&gt;<br>
<br>
and this<br>
<br>
&lt;a rev=&quot;made&quot; href=&quot;mailto:<a href="mailto:USER@HOST" target="_blank">USER@HOST</a>&quot;&gt;foo&lt;/a&gt;<br>
<br>
In all the cases I looked at rel=&quot;author&quot; 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. &nbsp;^_^</div><div><br></div><div>I agree that @rev *can* be a useful attribute. &nbsp;It&#39;s ultimately redundant, but it serves to reduce the vocabulary we have to memorize. &nbsp;Rather than learning two different names for the same relationship in each direction, we learn a single name and use @rel or @rev accordingly. &nbsp;If @rel was a commonly used attribute, this sort of thing would probably be of use to authors and would justify @rev&#39;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. &nbsp;^_^</div><div><br></div><div>~TJ</div>