measure-brainstorming

From Microformats Wiki
Revision as of 01:45, 3 October 2006 by Guillaume Lebleu (talk | contribs) (first brainstorm)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Measure Microformat Brainstorming

Guillaume Lebleu

Basic example with elementary unit using the abbr pattern and the UNECE code (see measure-formats)

<span class="length">5 <abbr class="unit" title="FOT">Feet</abbr></span>

Optional "value" could be useful in some cases, for instance when the value is provided in plain text:

<span class="length"><span class="value" title="5">Five</span> <abbr class="unit" title="FOT">Feet</abbr></span>