[uf-discuss] Dated currency examples?

Scott Reynen scott at randomchaos.com
Wed Sep 27 12:39:30 PDT 2006


On Sep 27, 2006, at 2:21 PM, Guillaume Lebleu wrote:

> <span class="price"><span class="currencyamount"><abbr  
> class="unitcurrency" title="USD">$</abbr>25</span> a <abbr  
> class="unit" title="barrel>barrel</abbr></span>.

As suggested in the currency "Related microformats" section, I think  
a simpler money microformat (without "unit") could be combined with  
hListing [1] to cover something like this, e.g.:

<span class="hlisting">
	<span class="price money">
		<abbr class="currency" title="USD">$</abbr><span class="value">25</ 
span>
	</span> a <span class="item fn">barrel</span>
</span >

[1] http://microformats.org/wiki/hlisting

Peace,
Scott



More information about the microformats-discuss mailing list