On Jan 23, 2006, at 5:38 PM, Ryan King wrote:

I don't know how the Structured Blogging wordpress plugin does this (or whether it allow it at all), but in hReview you can do tagged ratings. So, in your example:

<a href="http://wikipedia.org/wiki/CyberPunk_Visuals";>
Degree of CyberPunk Visuals:
  <span class="rating">15</span>/<span class="best">30</span>
</a>


you missed off the rel="tag" there that indicates this is a tagged rating:

<a href="http://wikipedia.org/wiki/CyberPunk_Visuals"; rel="tag">
Degree of CyberPunk Visuals:
  <span class="rating">15</span>/<span class="best">30</span>
</a>

(fortunately Philip put it in in his example)

_______________________________________________
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to