<div>On reading the <a href="http://www.microformats.org/wiki/reltag">specification</a> to things jump out as unclear.&nbsp; Here is a modified version of the example from the spec:</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href=&quot;<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://technorati.com/tag/tech" target="_blank">http://technorati.com/tag/tech</a>&quot; rel=&quot;tag&quot;&gt;apple&lt;/a&gt;</div>

<div>&nbsp;</div>
<div>According to the spec, the actual tag is determined by parsing the URL. In the case it would be &quot;tech&quot; and not &quot;apple.&quot;&nbsp; This seems to me to lead to several problems:</div>
<ul>
<li>Some tagging systems support spaces.&nbsp; How would spaces be supported in this case?&nbsp;&nbsp; My assumption is through replacing spaces with &quot;+&quot;, but this is not explicitly stated. 
<li>URLs are not the most convenient encoding for non-English languages 
<li>Their is no guarantee that the apparent tag (the one displayed to the user) and the real tag are the same.&nbsp; This defeats the peer pressure that is intended. 
<li>No guidance is given as to whether or not having different link text and tag value&nbsp;is considered bad form.</li></li></li></li></ul>
<div>Have these things been addressed and are just not mentioned in the wiki or am I just not getting it?</div>
<div>&nbsp;</div>
<div>Craig<span class="sg"></span></div>