Take:
<a class="p-tel" href="tel:13334443483">(333) 444 FIVE</a>
Ideally in this scenario the h-card parser would take the number from the href tel, but i don't think that's what happens. Is it recommended to do the actual h-card markup in a hidden div or span and put the most-preferred format there (<span class="p-tel hidden>+13334443483</span> in this example)?
(Working on the Microformats Drupal module!)
Take:
<a class="p-tel" href="tel:13334443483">(333) 444 FIVE</a>Ideally in this scenario the h-card parser would take the number from the href tel, but i don't think that's what happens. Is it recommended to do the actual h-card markup in a hidden div or span and put the most-preferred format there (
<span class="p-tel hidden>+13334443483</span>in this example)?(Working on the Microformats Drupal module!)