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/


_______________________________________________
microformats-discuss mailing list
[email protected]
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to