[uf-discuss] multiple tel and adr types

Ryan King ryan at technorati.com
Fri Apr 7 15:11:50 PDT 2006


While writing test cases for the TEL property of hCard, I realized  
that we could have two different constructions of the type sub- 
property. Examples:

<div class="tel">
   <ul>
     <li class="type">home</li>
     <li class="type">msg</li>
   </ul>
   <span class="value">+14155551234</span>
</div>
<div class="tel">
   <ul class="type">
     <li>home</li>
     <li>msg</li>
   </ul>
   <span class="value">+14155551234</span>
</div>

I think both of these should be allowed (and not just on <ul>'s).  
Brian seems to think it would be plausible to implement in X2V. Any  
objections?

-ryan


More information about the microformats-discuss mailing list