[uf-new] First draft of hAudio proposal
James Craig
jcraig at apple.com
Wed May 2 11:01:27 PDT 2007
Frances Berriman wrote:
> Martin McEvoy wrote:
>> <li>
>> <span class="item">
>> <span class="work-title">
>> <a href="http://link-to-download/1"
>> rel="acquire">Track_1</a>
>> </span>
>> </span>
>> </li>
>
> It'd be a bit lighter with the "item" on each li in this example,
> eh? :)
What if you get rid of the spans altogether?
<li class="item work-title">
<a href="http://link-to-download/1" rel="acquire">Track_1</a>
</li>
or
<li class="item">
<a href="http://link-to-download/1" class="work-title"
rel="acquire">Track_1</a>
</li>
More information about the microformats-new
mailing list