currency-brainstorming

From Microformats Wiki
Revision as of 06:32, 23 June 2007 by NkxRtd (talk | contribs)
Jump to navigation Jump to search

Brainstorming

Brainstorming for the proposed currency microformat.


Ben Buchanan

Verbose but extensible and explicitly defines all values (without breaking DRY):

<div class="currency">
  <p class="figure">
     <span class="code">code</span>
     <span class="sign">symbol</span>
     <span class="amount">12345</span>
  </p>
</div>