[uf-discuss] Question about telephone numbers

Scott Reynen scott at randomchaos.com
Wed Jun 20 13:24:19 PDT 2007


On Jun 20, 2007, at 1:57 PM, Rickards, Julian (NDM) wrote:

> However, given that all of the numbers
> are work (voice) numbers and everyone in my work group shares a common
> fax number, it seemed redundant to write <span class="type">Work</ 
> span>
> for each person.

You can use the include pattern to remove some of this redundancy:

http://microformats.org/wiki/include-pattern

E.g.:

<p>Staff <span class="type" id="work-type">work</span> phone  
numbers:</p>
...
<div class="vcard">
	<p class="fn">Person One</p>
	<p class="tel"><a href="#work-title" class="include"></a><span  
class="value">123-4567</span></p>
...

Peace,
Scott



More information about the microformats-discuss mailing list