[EMAIL PROTECTED] wrote: > From: Manu Sporny <[EMAIL PROTECTED]> >> Approach #1 ITEM+HAUDIO: >> >> <span class="haudio"> >> <span class="fn album">Album Name</span> >> <span class="contributor">Artist Name</span> >> <div class="item haudio"> >> <span class="fn">A Song</span> – >> <abbr class="duration" title="P268T">4:46</abbr> >> </span> >> <span class="haudio item">Spoken Word</span> >> <span class="item haudio"> >> <span class="fn">Another Song</span> – >> <abbr class="duration" title="P268T">4:46</abbr> >> </span> >> </span> > > > If anyone understands why P268T is being used, please explain. > > Otherwise I think that we really SHOULD be using PT4M46S
That is a cut-and-paste problem (exacerbated by everybody else cutting-and-pasting) and a mis-understanding of how ISO-8601 works, thanks for the correction, Paul. The corrected value should be: title="PT268S" OR title="PT4M46S" That field must follow the ISO-8601 standard. -- manu _______________________________________________ microformats-new mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-new
