On Sat, 2007-10-13 at 14:03 +0100, Andy Mabbett wrote: > In message <[EMAIL PROTECTED]>, Martin > McEvoy <[EMAIL PROTECTED]> 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 > _______________________________________________ microformats-new mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-new
