[uf-discuss] Re: Possible alternative methods for "include"

Martin McEvoy info at weborganics.co.uk
Sun Feb 3 15:01:08 PST 2008


On Sun, 2008-02-03 at 21:35 +0000, Martin McEvoy wrote:
> On Sun, 2008-02-03 at 20:40 +0000, Martin McEvoy wrote:
> > <foo id="me" class="fn">Martin McEvoy</foo>
> > 
> > <bar class="me at url">http://wherever.com/</bar>  
> 
> No :( too verbose anyway: ....

A solution may be to remove our own "anti-patterns" such as using "id"
and empty anchor text links altogether:

<div class="vcard">
<span class="include">
	<span class="fn">Martin McEvoy</span>
</span>
<a class="url org" href="http://someurl.co.uk/">WebOrganics</a>
</div>  

all sibling hcards could then use the "include" as the Required "fn"
when not explicitly stated.

<div class="vcard">
<a class="url org" href="http://someurl.com/">DarkstarServer</a>
</div>

Thanks

Martin McEvoy



More information about the microformats-discuss mailing list