[uf-new] hAudio: audio-title/album-title vs. recording/album
Martin McEvoy
martin at weborganics.co.uk
Sat Oct 13 07:32:38 PDT 2007
On Sat, 2007-10-13 at 14:03 +0100, Andy Mabbett wrote:
> In message <1192279243.875.31.camel at localhost.localdomain>, Martin
> McEvoy <martin at weborganics.co.uk> writes
>
>
> >Single Track album known
> ><span class="haudio">
> > <span class="item track">Nagasaki Nightmare</span>
> > <span class="album">Best Before 1984</span>
> > <span class="contributor">Crass</span>
> ></span>
>
> What is "item" telling us there, that "track" isn't already telling us?
track is used in the above example instead of *fn* or *audio-title*
I now believe that this should be FN
>
> >Album with a couple of tracks, more detailed:
> ><span class="haudio">
> > <span class="album">Best Before 1984</span>
> > <span class="contributor">Crass</span>
> > <span class="item"><span class="track"></
> >span> – <abbr class="duration" title="P268T">4:46</abbr></span>
> > <span class="item"><span class="track">Nagasaki Nightmare</
> >span> – <abbr class="duration" title="P268T">4:46</abbr></span>
> > <span class="item"><span class="track">Nagasaki Nightmare</
> >span> – <abbr class="duration" title="P268T">4:46</abbr></span>
> ></span>
>
> Why is "track" nested in "item" in the latter example, but not the
> former?
where Item only has a single property it can be used:
<span class="item fn">Nagasaki Nightmare</span>
of course you can do it like this,
<span class="item"><span class="fn">Nagasaki Nightmare</span></span>
but I dont really see the point?
If Item has sub properties such as duration
it can be achieved like this
[snip]
<span class="item"><span class="fn">Nagasaki Nightmare</
span> – <abbr class="duration" title="P268T">4:46</abbr></span>
</span>
[/snip]
>
>
> >Single Track album known
> ><span class="haudio">
> > <span class="item fn">Nagasaki Nightmare</span>
> > <span class="album">Best Before 1984</span>
> > <span class="contributor">Crass</span>
> ></span>
>
> What is "item" telling us there, that "fn" isn't already telling us (or
> vice versa)?
Item is being used as a composite
http://microformats.org/wiki/item#3._As_a_composite
not as a formatted name or title
>
> >Album with a couple of tracks, more detailed:
> ><span class="haudio">
> > <span class="album">Best Before 1984</span>
> > <span class="contributor">Crass</span>
> > <span class="item"><span class="fn">Nagasaki Nightmare</
> >span> – <abbr class="duration" title="P268T">4:46</abbr></span>
> > <span class="item"><span class="fn">Nagasaki Nightmare</
> >span> – <abbr class="duration" title="P268T">4:46</abbr></span>
> > <span class="item"><span class="fn">Nagasaki Nightmare</
> >span> – <abbr class="duration" title="P268T">4:46</abbr></span>
> ></span>
>
> 4:46, in plain English, is not an abbreviation of "P268T".
No you are correct it isn't It needs changing.
Thanks
Martin
>
More information about the microformats-new
mailing list