Just to try and Outline the current thinking on hAudio

Manu's proposed *album* and *recording* properties
Album we can all agree on? 
Manu later changed his support to FN instead of Recording
which is something else we can all agree on? 

I am proposing that we re-use *item* from hListing, hReview and hItem
instead of creating another microformat *track* the status of this is
still unknown

Andy aired his concerns over the misuse of the abbr design pattern,
I agree with Andy, we SHOULD not use the abbr design pattern in hAudio
until all current abbr issues are resolved.

the proposed markup

...

[1] Single Track album known
<span class="haudio">
     <span class="item">
              <span class="fn>Nagasaki Nightmare</span>
       </span>
     <span class="album">Best Before 1984</span>
     <span class="contributor">Crass</span>
</span>

...

[2] Single track, album unknown:

<span class="haudio">
     <span class="item">
              <span class="fn>Nagasaki Nightmare</span>
       </span>
     <span class="contributor">Crass</span>
</span>

...

[3] Album:
<span class="haudio">
     <span class="album">Best Before 1984</span>
     <span class="contributor">Crass</span>
</span>

...

[4] Album with a couple of tracks, simple example:
<span class="haudio">
     <span class="album">Best Before 1984</span>
     <span class="contributor">Crass</span>
     <span class="item">
              <span class="fn>Nagasaki Nightmare</span>
       </span>
     <span class="item">
              <span class="fn>Nagasaki Nightmare</span>
       </span>
     <span class="item">
              <span class="fn>Nagasaki Nightmare</span>
       </span>
</span>

...

[5] Album with a couple of tracks, more detailed:
<span class="haudio">
     <span class="album">Best Before 1984</span>Any concerns should be
raised now
     <span class="contributor">Crass</span>
     <span class="item">
        <span class="fn">Nagasaki Nightmare</span> – 
        <span class="duration">4:46</span>
     </span>
     <span class="item">
        <span class="fn">Nagasaki Nightmare</span> – 
        <span class="duration">4:46</span>
     </span>
     <span class="item">
        <span class="fn">Nagasaki Nightmare</span> – 
        <span class="duration">4:46</span>
     </span>
</span>

...


Does this sit well with everybody?

Comments?

Thanks

Martin McEvoy

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

Reply via email to