Martin McEvoy wrote:
> Scott Has informed me that item and fn cant share the same class so
> 
> more Tracks
> 
> <p class="haudio"> 
> I like the songs <span class="item"><span class="fn">Everything in Its
> Right Place</span></span> and <span class="item"><span class="fn">The
> National Anthem </span></span> 
> from the <span class="audio-title">Kid A</span> album
> </p> 
> 
> A podcast,
> 
> <div class="haudio">
>   <h1 class="audio title">My Latest Episode</h1>
> <p>In four Parts</p>
> <ol>
> <li class="item"><span class="fn">Part 1</span>, duration <span
> class="duration">10:15</span></li>
> <li class="item"><span class="fn">Part 2</span>, duration <span
> class="duration">08:15</span></li>
> <li class="item"><span class="fn">Part 3</span>, duration <span
> class="duration">09:05</span></li>
> <li class="item"><span class="fn">Part 4</span>, duration <span
> class="duration">12:33</span></li>
> </ol>
> </div>

Your podcast example has exactly the same semantics associated with it
as your album example. Take a closer look at the structure of both, they
are:

haudio
   item
      fn
   item
      fn
   audio-title

haudio
   audio-title
   item
      fn
      duration
   item
      fn
      duration
   item
      fn
      duration
   item
      fn
      duration

Looking at the structure, not the data. How can you say one is an album
and the other is a podcast? There is no way to deduce this information
from the mark-up. Have I understood your approach correctly?

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

Reply via email to