From: Andy Mabbett <[EMAIL PROTECTED]> > Scott Reynen <[EMAIL PROTECTED]> writes > > That shouldn't slow down hAudio progress. In this case, someone > >wrote "P268T" as a long form of "4:46", when it should have been > >"P286T". Typo aside, that follows established microformat use of > ><abbr> and ISO 8601. > > I didn't even notice the typo; "4:46", in plain English, is no more an > abbreviation of "P286T" than it is of "P268T".
I If we're talking about ISO 8601, the format is P<date>T<time> http://en.wikipedia.org/wiki/ISO_8601#Duration The representation for 4:46 would be PT4M46S Making the code sample look like <abbr class="duration" title="PT4M46S">4:46</abbr> -- Paul Wilkins _______________________________________________ microformats-new mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-new
