In message <[EMAIL PROTECTED]>, Brian Suda <[EMAIL PROTECTED]> writes
>For example: > ><a href="http://www.example.com/">John Doe</a> > >quickly becomes: > ><span class="vcard"> ><a class="url fn n" href="http://www.example.com/"> ><span class="given-name">John</span> ><span class="family-name"> ><span class="sort-string">D</span>oe ></span> ></a> ></span> > >The first example of an 'a' element would STILL require some sort of >'block-level' element for the page to be valid True, but consider: <p><a href="http://www.example.com/doe.htm">John Doe</a> and <a href="http://www.example.com/smith.html">Fred Smith</a>.</p> (other points not disputed) -- Andy Mabbett * Say "NO!" to compulsory ID Cards: <http://www.no2id.net/> * Free Our Data: <http://www.freeourdata.org.uk> * Are you using Microformats, yet: <http://microformats.org/> ? _______________________________________________ microformats-discuss mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-discuss
