Re: Contact Mark-up Question

Hello,

"Sophia-Antipolis" is considered a city in this address (even if, in 
fact, it is not a city).
"CEDEX" is a snail mail keyword for routing enterprise mails.

Personally I would use the following mark-up:

<div class="adr">
       <span class="street-address">2004, route des Lucioles</span><br />
       <span class="extended-address">BP 93</span><br />
       <span class="postal-code">06902</span>
       <span class="locality">Sophia-Antipolis</span> Cedex <strong 
class="country-name">France</strong><br />
</div>

or if you want to keep the "Cedex" info

<div class="adr">
       <span class="street-address">2004, route des Lucioles</span><br />
       <span class="extended-address">BP 93</span><br />
       <span class="postal-code">06902</span>
       <span class="locality">Sophia-Antipolis</span>
       <span class="extended-address">Cedex</span>
       <strong class="country-name">France</strong><br />
</div>



Brian Suda a écrit :
>
> As part of my ACTION, i was to mark-up the W3C contact page with some
> GRDDLable microformats hCards. I have just about completed this, but i
> had one outstanding question.
>
> <div class="adr">
>        <span class="street-address">2004, route des Lucioles</span><br />
>        <span class="extended-address">BP 93</span><br />
>        <span class="postal-code">06902</span> <span
> class="locality">Sophia-Antipolis Cedex</span> <strong
> class="country-name">France</strong><br />
> </div>
>
> Is "Sophia-Antipolis Cedex" the complete locality name, or is that
> region and locality. Can someone with more local knowlegde confirm
> this?
>
> Then i can send an email to the W3C web team to see if they will
> update the page.
>
> Thanks,
> -brian
>

-- 
Fabien - http://www.inria.fr/acacia/fabien/

Received on Friday, 30 March 2007 09:38:16 UTC