Ryan King wrote:
<div class="vcard">
    <span class="fn">Tantek Çelik</span>
    <span class="agent vcard">
<!-- the order is actually irrelevant here class="vcard agent" is synonymous -->
       <span class="fn">Ryan King</span>
    </span>
</div>

Which hcard does the 'agent' belong to?

Now to make it worse:

<div class="vcard">
    <span class="fn">Tantek Çelik</span>
    <span class="agent vcard fn">Ryan King</span>
</div>

How about the second fn?

We can't collapse these properties, because it makes it impossible for us to unambiguously nest microformats.

See my previous email -- "fn" belongs to the "vcard" that contains it or is at the same level -- unambiguously parses this example vcard.

Regards, etc...
David

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

Reply via email to