[uf-discuss] a very early draft proposal hTagcloud

David Janes davidjanes at blogmatrix.com
Tue Sep 19 16:39:55 PDT 2006


Why not reuse "rating" from hReview [1]. In particular, use 1.0 to
indicate least popular, 5.0 most popular and use the abbr form [2].

Instead of:

<li class="vvvv-popular">
 <a href="/tags/Web+Standards+Group">
   Web Standards Group
 </a>
</li>

Use:

<li class="rating">
 <abbr class="value" title="4">
  <a rel="tag" href="/tags/Web+Standards+Group">
   Web Standards Group
  </a>
 </abbr>
</li>

Regards, etc...
David

[1] http://microformats.org/wiki/hreview#Field_details
[2] http://microformats.org/wiki/hreview#Human_vs._Machine_Readable


More information about the microformats-discuss mailing list