In message <21e770780612090718t509e7d67od52775ef2cf17e68 at mail.gmail.com>, Brian Suda <brian.suda at gmail.com> 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/> ?