currency-brainstorming

From Microformats Wiki
Revision as of 23:46, 22 June 2007 by XgtS0q (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>