On Sat, 2007-10-13 at 09:50 -0600, Scott Reynen wrote: > On Oct 13, 2007, at 8:32 AM, Martin McEvoy wrote: > > >> 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? > > The point is clear semantics. There's no way of knowing with > class="item fn" that the fn is a subproperty of the item. Merging > properties and subproperties into the same element is not considered > valid in any microformat for this reason.
Ahh now I see the point :) > If you want to change > that, please raise the issue in a thread outside the hAudio > discussion, as it would be a major change affecting every single > microformat. so this is Invalid in hListing? http://microformats.org/wiki/hlisting#Examples_.28Preliminary.29 just this then <span class="item"> <span class="fn">Nagasaki Nightmare</span> </span> no sub properties inside the Item class? Thanks Martin > > -- > Scott Reynen > MakeDataMakeSense.com > > > _______________________________________________ > microformats-new mailing list > [email protected] > http://microformats.org/mailman/listinfo/microformats-new _______________________________________________ microformats-new mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-new
