<?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"
	>
<channel>
	<title>Comments on: hAccessibility - Unhappy First Birthday</title>
	<atom:link href="http://pigsonthewing.wordpress.com/2008/04/27/haccessibility-unhappy-first-birthday/feed/" rel="self" type="application/rss+xml" />
	<link>http://pigsonthewing.wordpress.com/2008/04/27/haccessibility-unhappy-first-birthday/</link>
	<description>Being the miscellaneous thoughts of Andy Mabbett, Esquire</description>
	<pubDate>Wed, 23 Jul 2008 23:54:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: Andy Mabbett</title>
		<link>http://pigsonthewing.wordpress.com/2008/04/27/haccessibility-unhappy-first-birthday/#comment-71</link>
		<dc:creator>Andy Mabbett</dc:creator>
		<pubDate>Thu, 15 May 2008 13:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://pigsonthewing.wordpress.com/?p=35#comment-71</guid>
		<description>@Lee: the longer we leave it, the more existing examples mis-using abbr there will be. A year has already been wasted.

Also, don't forget that microformats are used in HTML, not just XHTML.</description>
		<content:encoded><![CDATA[<p>@Lee: the longer we leave it, the more existing examples mis-using abbr there will be. A year has already been wasted.</p>
<p>Also, don&#8217;t forget that microformats are used in HTML, not just XHTML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Jordan</title>
		<link>http://pigsonthewing.wordpress.com/2008/04/27/haccessibility-unhappy-first-birthday/#comment-70</link>
		<dc:creator>Lee Jordan</dc:creator>
		<pubDate>Thu, 15 May 2008 10:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://pigsonthewing.wordpress.com/?p=35#comment-70</guid>
		<description>I guess because many examples still use abbr, it's going to be hard to break away from it. Still not too late to do something about it though.

@Toby: My thought about that is HTML validation errors about trimming empty tags.

I'm going down in a blaze of something anyway with this next one: Namespaces and the creation of a microformat:ns? That's why it's called xHTML? Anyway fire away! Why not have an option for xHTML developers to extend HTML properly?</description>
		<content:encoded><![CDATA[<p>I guess because many examples still use abbr, it&#8217;s going to be hard to break away from it. Still not too late to do something about it though.</p>
<p>@Toby: My thought about that is HTML validation errors about trimming empty tags.</p>
<p>I&#8217;m going down in a blaze of something anyway with this next one: Namespaces and the creation of a microformat:ns? That&#8217;s why it&#8217;s called xHTML? Anyway fire away! Why not have an option for xHTML developers to extend HTML properly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Lawson&#8217;s personal site&#160; : hAccessibility, one year on</title>
		<link>http://pigsonthewing.wordpress.com/2008/04/27/haccessibility-unhappy-first-birthday/#comment-52</link>
		<dc:creator>Bruce Lawson&#8217;s personal site&#160; : hAccessibility, one year on</dc:creator>
		<pubDate>Mon, 28 Apr 2008 20:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://pigsonthewing.wordpress.com/?p=35#comment-52</guid>
		<description>[...] Andy Mabbett reminded me that it&#8217;s been a year since James Craig and I published hAccessibility&#8212; a look at the accessibility problems inherent in some unsemantic design patterns used in some microformats. [...]</description>
		<content:encoded><![CDATA[<p>[...] Andy Mabbett reminded me that it&#8217;s been a year since James Craig and I published hAccessibility&mdash; a look at the accessibility problems inherent in some unsemantic design patterns used in some microformats. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pigsonthewing</title>
		<link>http://pigsonthewing.wordpress.com/2008/04/27/haccessibility-unhappy-first-birthday/#comment-51</link>
		<dc:creator>pigsonthewing</dc:creator>
		<pubDate>Mon, 28 Apr 2008 14:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://pigsonthewing.wordpress.com/?p=35#comment-51</guid>
		<description>@Toby: Try viewing that with CSS disabled. And doesn't Operator ignore such "hidden" content?</description>
		<content:encoded><![CDATA[<p>@Toby: Try viewing that with CSS disabled. And doesn&#8217;t Operator ignore such &#8220;hidden&#8221; content?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby Inkster</title>
		<link>http://pigsonthewing.wordpress.com/2008/04/27/haccessibility-unhappy-first-birthday/#comment-50</link>
		<dc:creator>Toby Inkster</dc:creator>
		<pubDate>Mon, 28 Apr 2008 13:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://pigsonthewing.wordpress.com/?p=35#comment-50</guid>
		<description>One workaround that I've found involves the intermingling of the existing &lt;code&gt;lt;abbr&#62;&lt;/code&gt; pattern and value excerpting rules. It works along these lines:

&lt;code&gt;&#60;span class="dtstart"&#62;
  28 April 2008
  &#60;abbr title="20080428" class="value" style="display:none"&#62;&#60;/abbr&#62;
&#60;/span&#62;&lt;/code&gt;

It seems to work in many existing parsers (not all sadly) and I am yet to notice any apparent accessibility problems.</description>
		<content:encoded><![CDATA[<p>One workaround that I&#8217;ve found involves the intermingling of the existing <code>lt;abbr&gt;</code> pattern and value excerpting rules. It works along these lines:</p>
<p><code>&lt;span class="dtstart"&gt;<br />
  28 April 2008<br />
  &lt;abbr title="20080428" class="value" style="display:none"&gt;&lt;/abbr&gt;<br />
&lt;/span&gt;</code></p>
<p>It seems to work in many existing parsers (not all sadly) and I am yet to notice any apparent accessibility problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Craig</title>
		<link>http://pigsonthewing.wordpress.com/2008/04/27/haccessibility-unhappy-first-birthday/#comment-48</link>
		<dc:creator>James Craig</dc:creator>
		<pubDate>Sun, 27 Apr 2008 20:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://pigsonthewing.wordpress.com/?p=35#comment-48</guid>
		<description>Despite apathy from most and even hostile resistance from some of the Microformats community, we're still making progress, however slowly. I'd encourage people that want to help to contact either me, Bruce, or Ben Ward.</description>
		<content:encoded><![CDATA[<p>Despite apathy from most and even hostile resistance from some of the Microformats community, we&#8217;re still making progress, however slowly. I&#8217;d encourage people that want to help to contact either me, Bruce, or Ben Ward.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
