[uf-discuss] XMDP Definitions
Ryan Cannon
ryan at ryancannon.com
Thu Feb 9 20:35:27 PST 2006
The XMDP Spec says very little about the content of descriptions. Can
a term be defined with both a text description and an explicit list
of properties? If so, should this be marked up as:
<dl class="profile"
<dt id="property">Property</dt>
<dd>This property should be used in this way. Multiple values
may be specified by a space-separated list.</dd>
<dd><dl>
<dt id="valueOne">
<dd>Value one is special</dd>
<dt id="valueTwo">
<dd>Value Two is more special</dd>
</dl></dd>
</dl>
Or:
<dl class="profile"
<dt id="property">Property</dt>
<dd>This property should be used in this way. Multiple values
may be specified by a space-separated list.
<dl>
<dt id="valueOne">
<dd>Value one is special</dd>
<dt id="valueTwo">
<dd>Value Two is more special</dd>
</dl>
</dd>
</dl>
Cheers,
--
Ryan Cannon
Interactive Developer
MSI Student, School of Information
University of Michigan
http://RyanCannon.com/
More information about the microformats-discuss
mailing list