On Sun, Dec 27, 2009 at 5:51 PM, Sarven Capadisli <i...@csarven.ca> wrote:
> My question is, whether the following is, should, or should not be a
> valid geo representation:
>
> <a href="http://www.geonames.org/6077243"; title="45.5140800;-73.6111000"
> class="geo">Montréal, Quebec, Canada</a>

--- that's a good question. Since the semantics of an "a" element are
for the href, but GEO doesn't make sense as a URI, i would say that it
would default to the visible text, just as if you had:

<span title="45.5140800;-73.6111000" class="geo">Montréal, Quebec, Canada</span>

There isn't a compelling argument to take the @title over the node
value, "Montréal, Quebec, Canada"

does that make sense?
-brian

-- 
brian suda
http://suda.co.uk

_______________________________________________
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to