<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Silly microformats question</title>
	<atom:link href="http://www.brucelawson.co.uk/2007/silly-microformats-question/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brucelawson.co.uk/2007/silly-microformats-question/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 14:14:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bruce</title>
		<link>http://www.brucelawson.co.uk/2007/silly-microformats-question/comment-page-1/#comment-92970</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Thu, 15 Feb 2007 11:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/2007/silly-microformats-question/#comment-92970</guid>
		<description>cheers Ben. Looks like that would work fine. There&#039;s a highly-practical article on the accessiblity of microformats coming next week. (Or, most likely next month, given my legendary slackness.)</description>
		<content:encoded><![CDATA[<p>cheers Ben. Looks like that would work fine. There&#8217;s a highly-practical article on the accessiblity of microformats coming next week. (Or, most likely next month, given my legendary slackness.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Ward</title>
		<link>http://www.brucelawson.co.uk/2007/silly-microformats-question/comment-page-1/#comment-92950</link>
		<dc:creator>Ben Ward</dc:creator>
		<pubDate>Thu, 15 Feb 2007 10:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/2007/silly-microformats-question/#comment-92950</guid>
		<description>As well as Andy&#039;s use of ABBR to include the international format telephone number over the human-readible UK format, you could also do this:

[span class=&quot;tel&quot;][span class=&quot;value&quot;]+44[/span] (0) [span class=&quot;value&quot;]1926 123456[/span][/span]

Those two ‘value’ spans will then be appended together to make a valid international format number, without the human-readable ‘(0)’ breaking it.

And of course, you don&#039;t have to use SPANs and DIVs, if there&#039;s a more appropriate structural element available.</description>
		<content:encoded><![CDATA[<p>As well as Andy&#8217;s use of ABBR to include the international format telephone number over the human-readible UK format, you could also do this:</p>
<p>[span class="tel"][span class="value"]+44[/span] (0) [span class="value"]1926 123456[/span][/span]</p>
<p>Those two ‘value’ spans will then be appended together to make a valid international format number, without the human-readable ‘(0)’ breaking it.</p>
<p>And of course, you don&#8217;t have to use SPANs and DIVs, if there&#8217;s a more appropriate structural element available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bruce</title>
		<link>http://www.brucelawson.co.uk/2007/silly-microformats-question/comment-page-1/#comment-87169</link>
		<dc:creator>bruce</dc:creator>
		<pubDate>Thu, 01 Feb 2007 20:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/2007/silly-microformats-question/#comment-87169</guid>
		<description>There&#039;s a Guinness as a prize, Andy! Ta.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a Guinness as a prize, Andy! Ta.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Mabbett</title>
		<link>http://www.brucelawson.co.uk/2007/silly-microformats-question/comment-page-1/#comment-87133</link>
		<dc:creator>Andy Mabbett</dc:creator>
		<pubDate>Thu, 01 Feb 2007 18:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/2007/silly-microformats-question/#comment-87133</guid>
		<description>Just been shown this one:

http://www.informatik.uni-hamburg.de/SVS/personnel/henrich/index.php</description>
		<content:encoded><![CDATA[<p>Just been shown this one:</p>
<p><a href="http://www.informatik.uni-hamburg.de/SVS/personnel/henrich/index.php" rel="nofollow">http://www.informatik.uni-hamburg.de/SVS/personnel/henrich/index.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Mabbett</title>
		<link>http://www.brucelawson.co.uk/2007/silly-microformats-question/comment-page-1/#comment-87119</link>
		<dc:creator>Andy Mabbett</dc:creator>
		<pubDate>Thu, 01 Feb 2007 17:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/2007/silly-microformats-question/#comment-87119</guid>
		<description>P.P.S. The International standard for telephone number display specifies that your &quot;+44 (0)1926 123456&quot; should be &quot;+44 1926 123456&quot;. 

Omit the markup on one of the phone numbers and mark up the other as, say:

&lt;abbr title=&quot;+44 1926 123456&quot;&gt;01926 123456&lt;/abbr&gt;

(Your valid concerns about abbr/msg/voicemail not withstanding, of course.)

Two prizes?

Regards,</description>
		<content:encoded><![CDATA[<p>P.P.S. The International standard for telephone number display specifies that your &#8220;+44 (0)1926 123456&#8243; should be &#8220;+44 1926 123456&#8243;. </p>
<p>Omit the markup on one of the phone numbers and mark up the other as, say:</p>
<p>&lt;abbr title=&#8221;+44 1926 123456&#8243;&gt;01926 123456&lt;/abbr&gt;</p>
<p>(Your valid concerns about abbr/msg/voicemail not withstanding, of course.)</p>
<p>Two prizes?</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cole</title>
		<link>http://www.brucelawson.co.uk/2007/silly-microformats-question/comment-page-1/#comment-87117</link>
		<dc:creator>cole</dc:creator>
		<pubDate>Thu, 01 Feb 2007 16:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/2007/silly-microformats-question/#comment-87117</guid>
		<description>You could always ask Glen Jones at Web DD on Saturday ;)</description>
		<content:encoded><![CDATA[<p>You could always ask Glen Jones at Web DD on Saturday <img src='http://www.brucelawson.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

