[uf-discuss] Microformats in Google Maps

Rob Manson roBman at MobileOnlineBusiness.com.au
Wed Aug 1 17:50:14 PDT 2007


Hi Gregor,

> any suggestions what ought to be fixed?


When I "view selection source" I get the following:

<span style="display: none;" class="fn org">Address:</span></td><td
style="" class="adr">Great Barr School<br>922 Aldridge Rd<br>Great Barr,
Birmingham B44<br></td>


So it appears that none of the address sub-elements are being classified
at all, just simply poured into the adr td and broken up with br's.

To be parsed they should be wrapped in classified elements like the
span's or div's below:

<div class="street-address">922 Aldridge Rd</div>
<span class="locality">Great Barr</span>, 
<span class="region">Birmingham </span>
<span class="postal-code">B44</span>




Rob Manson



More information about the microformats-discuss mailing list