Carl Beeth wrote: > The most elegant solution would be to make the reviewer optional if > there is an author indicated on page level. BTW is there a > microformated way to indicate the author of a web page?
IMO a suitable HTML idiom is: <addr class="vcard">...</addr> Example: <addr class="vcard"><a href="http://example.com" class="fn url">John Doe</a></addr> For multiple authors there are at least two possiblities: #1: Using two hcards inside of one address element. #2: Using two address elements with the class value "vcard". I leave it to the list to decide which one is more elegant. My question is: Should this be part of the hcard spec? Thanks, Robert -- Robert Bachmann <[EMAIL PROTECTED]> (OpenPGP KeyID: 0x4A5CCF10) _______________________________________________ microformats-discuss mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-discuss
