<?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: Easy ARIA Tip #5: aria-expanded and aria-controls</title>
	<atom:link href="http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/</link>
	<description>Musings, tips and tricks about the accessible software world</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:45:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: lang</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-122390</link>
		<dc:creator>lang</dc:creator>
		<pubDate>Wed, 09 Mar 2011 18:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-122390</guid>
		<description>Finally, I think some screen readers may automatically try to read live changes on a page when a userâ€™s click or key press caused the change. Firefox has an object attribute to tell the AT when this has happened. Iâ€™m not sure if anyone has implemented that.</description>
		<content:encoded><![CDATA[<p>Finally, I think some screen readers may automatically try to read live changes on a page when a userâ€™s click or key press caused the change. Firefox has an object attribute to tell the AT when this has happened. Iâ€™m not sure if anyone has implemented that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Type-Style</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-96725</link>
		<dc:creator>Type-Style</dc:creator>
		<pubDate>Wed, 05 Jan 2011 16:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-96725</guid>
		<description>@anon
2: jepp you are right!
3: Ill guess so! But why should a controlling element not have an expaned attribute?

Anyway in this posted is &quot;aria-live&quot; mentioned.
I would be more than happy if you could make an Aria-Quick-Tip #6 with that topic.

Regards Type!</description>
		<content:encoded><![CDATA[<p>@anon<br />
2: jepp you are right!<br />
3: Ill guess so! But why should a controlling element not have an expaned attribute?</p>
<p>Anyway in this posted is &#8220;aria-live&#8221; mentioned.<br />
I would be more than happy if you could make an Aria-Quick-Tip #6 with that topic.</p>
<p>Regards Type!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon_</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-95213</link>
		<dc:creator>anon_</dc:creator>
		<pubDate>Sat, 01 Jan 2011 20:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-95213</guid>
		<description>1/
IMO an element X which &quot;controls the expansion of another grouping container that is not &#039;owned by&#039; the element&quot; shouldn&#039;t have an aria-expanded attribute because when the element Y it is controlling collapse the element X is still visible (expanded).

2/
aria-controls makes no sense if javascript is disabled (unless you are using the HTML5 details tag)

3/
if the controlling element doesn&#039;t have an aria-expanded attribute, a tabindex will still make them &quot;clickable&quot;?</description>
		<content:encoded><![CDATA[<p>1/<br />
IMO an element X which &#8220;controls the expansion of another grouping container that is not &#8216;owned by&#8217; the element&#8221; shouldn&#8217;t have an aria-expanded attribute because when the element Y it is controlling collapse the element X is still visible (expanded).</p>
<p>2/<br />
aria-controls makes no sense if javascript is disabled (unless you are using the HTML5 details tag)</p>
<p>3/<br />
if the controlling element doesn&#8217;t have an aria-expanded attribute, a tabindex will still make them &#8220;clickable&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Grochtdreis</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-35168</link>
		<dc:creator>Jens Grochtdreis</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-35168</guid>
		<description>Thank you for the good explanation. As you&#039;ve mentioned my blog I started to add WAI-ARIA as you described to it. I wrote an article - in German - about the jQuery-script that enhanced the website in the WAI-ARIA-way:
http://grochtdreis.de/weblog/2010/03/11/anreicherung-meiner-webseite-mit-wai-aria/</description>
		<content:encoded><![CDATA[<p>Thank you for the good explanation. As you&#8217;ve mentioned my blog I started to add WAI-ARIA as you described to it. I wrote an article &#8211; in German &#8211; about the jQuery-script that enhanced the website in the WAI-ARIA-way:<br />
<a href="http://grochtdreis.de/weblog/2010/03/11/anreicherung-meiner-webseite-mit-wai-aria/" rel="nofollow">http://grochtdreis.de/weblog/2010/03/11/anreicherung-meiner-webseite-mit-wai-aria/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anreicherung meiner Webseite mit WAI-ARIA &#171; F-LOG-GE</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-35166</link>
		<dc:creator>Anreicherung meiner Webseite mit WAI-ARIA &#171; F-LOG-GE</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-35166</guid>
		<description>[...] Zehe hat in seinem Blog freundlicherweise beschrieben, welche Elemente welche Attribute bekommen m&#252;ssen. Diese Technik ist nur sinnvoll und [...]</description>
		<content:encoded><![CDATA[<p>[...] Zehe hat in seinem Blog freundlicherweise beschrieben, welche Elemente welche Attribute bekommen m&#252;ssen. Diese Technik ist nur sinnvoll und [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philipp</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-33678</link>
		<dc:creator>Philipp</dc:creator>
		<pubDate>Mon, 22 Feb 2010 12:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-33678</guid>
		<description>(oups, wordpress stripped my source example, so i posted it on pastebin: http://pastebin.com/f71eb2e05 )</description>
		<content:encoded><![CDATA[<p>(oups, wordpress stripped my source example, so i posted it on pastebin: <a href="http://pastebin.com/f71eb2e05" rel="nofollow">http://pastebin.com/f71eb2e05</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philipp</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-33677</link>
		<dc:creator>Philipp</dc:creator>
		<pubDate>Mon, 22 Feb 2010 12:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-33677</guid>
		<description>Does it make sense to mark a region as &quot;aria-expanded: false&quot;, if it&#039;s removed from the DOM with &quot;display: none&quot;?

If I have construct with many ARIA-stuff inside, do you think that&#039;s too much? It declares the whole box with the expandable content inside als aria-live:polite, gives the &quot;Close&quot;-Button a role:button and the expandable fulltext has a aria-expanded:true/false, if you click on the headline or close button.

Here is an example: 


&lt;a href=&quot;permalinkURL&quot; rel=&quot;nofollow&quot;&gt;Headline&lt;/a&gt;
&lt;a&gt;Close Box&lt;/a&gt;
Full text only visible if you click on the h2-element
</description>
		<content:encoded><![CDATA[<p>Does it make sense to mark a region as &#8220;aria-expanded: false&#8221;, if it&#8217;s removed from the DOM with &#8220;display: none&#8221;?</p>
<p>If I have construct with many ARIA-stuff inside, do you think that&#8217;s too much? It declares the whole box with the expandable content inside als aria-live:polite, gives the &#8220;Close&#8221;-Button a role:button and the expandable fulltext has a aria-expanded:true/false, if you click on the headline or close button.</p>
<p>Here is an example: </p>
<p><a href="permalinkURL" rel="nofollow">Headline</a><br />
<a>Close Box</a><br />
Full text only visible if you click on the h2-element</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-33278</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Wed, 17 Feb 2010 08:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-33278</guid>
		<description>Hi Aaron, sorry for the delay in responding! You wrote:

&lt;blockquote&gt;does aria-controls affect the behavior of any of the screen readers? Or can the screen reader user navigate to what it points to?&lt;/blockquote&gt;

Theoretically, a screen reader can use the relational info provided by IAccessible2/ATK to provide a navigational means to navigate to that content. However, I am not aware than any screen readr actually uses that info yet. But perhaps this article inspires some creativity among the screen reader developers!

&lt;blockquote&gt;When the item is expanded, should the author make it next in the tab order so that users can navigate to it with a tab key when itâ€™s expanded?&lt;/blockquote&gt;

Yes, this is an excellent point, and I&#039;ve updated the article to reflect that. Thanks! So far, I have seen mostly cases where the newly expanded content actually follows the item that expands the new chunk, directly in the source code. In this case, screen readers pick it up. The example I linked to, does this. The list of archive months appears in the source code directly below the &quot;Archive&quot; heading, which makes it easily navigable just by down arrowing.

&lt;blockquote&gt;Finally, I think some screen readers may automatically try to read live changes on a page when a userâ€™s click or key press caused the change. Firefox has an object attribute to tell the AT when this has happened. Iâ€™m not sure if anyone has implemented that. If they have, it might be important to put aria-live=â€offâ€ on the expanding region.&lt;/blockquote&gt;

I am not aware of any Windows screen reader trying to do automatic detection of non-marked up live regions. Orca on GNOME does that to some extent, but it didn&#039;t do it for me in this example. I guess it depends on testing the web page with a screen reader (this should be done anyway), and set this attribute if necessary. I&#039;ll put a note in the article update to that effect.</description>
		<content:encoded><![CDATA[<p>Hi Aaron, sorry for the delay in responding! You wrote:</p>
<blockquote><p>does aria-controls affect the behavior of any of the screen readers? Or can the screen reader user navigate to what it points to?</p></blockquote>
<p>Theoretically, a screen reader can use the relational info provided by IAccessible2/ATK to provide a navigational means to navigate to that content. However, I am not aware than any screen readr actually uses that info yet. But perhaps this article inspires some creativity among the screen reader developers!</p>
<blockquote><p>When the item is expanded, should the author make it next in the tab order so that users can navigate to it with a tab key when itâ€™s expanded?</p></blockquote>
<p>Yes, this is an excellent point, and I&#8217;ve updated the article to reflect that. Thanks! So far, I have seen mostly cases where the newly expanded content actually follows the item that expands the new chunk, directly in the source code. In this case, screen readers pick it up. The example I linked to, does this. The list of archive months appears in the source code directly below the &#8220;Archive&#8221; heading, which makes it easily navigable just by down arrowing.</p>
<blockquote><p>Finally, I think some screen readers may automatically try to read live changes on a page when a userâ€™s click or key press caused the change. Firefox has an object attribute to tell the AT when this has happened. Iâ€™m not sure if anyone has implemented that. If they have, it might be important to put aria-live=â€offâ€ on the expanding region.</p></blockquote>
<p>I am not aware of any Windows screen reader trying to do automatic detection of non-marked up live regions. Orca on GNOME does that to some extent, but it didn&#8217;t do it for me in this example. I guess it depends on testing the web page with a screen reader (this should be done anyway), and set this attribute if necessary. I&#8217;ll put a note in the article update to that effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Roth</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-32899</link>
		<dc:creator>Travis Roth</dc:creator>
		<pubDate>Fri, 12 Feb 2010 20:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-32899</guid>
		<description>Hi Marco, Good article. Aaron has some good questions in the comment section.

Also a comment about the comments of your blog: they pick up a lot of Twitter repeats which ads a lot of repetative comments making it easy to miss real discussion...</description>
		<content:encoded><![CDATA[<p>Hi Marco, Good article. Aaron has some good questions in the comment section.</p>
<p>Also a comment about the comments of your blog: they pick up a lot of Twitter repeats which ads a lot of repetative comments making it easy to miss real discussion&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Leventhal</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-32877</link>
		<dc:creator>Aaron Leventhal</dc:creator>
		<pubDate>Fri, 12 Feb 2010 14:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-32877</guid>
		<description>Hi Marco, does aria-controls affect the behavior of any of the screen readers? Or can the screen reader user navigate to what it points to?

When the item is expanded, should the author make it next in the tab order so that users can navigate to it with a tab key when it&#039;s expanded? Perhaps from there the user would navigate with more tab keys or arrow keys depending on what it is.

Finally, I think some screen readers may automatically try to read live changes on a page when a user&#039;s click or key press caused the change. Firefox has an object attribute to tell the AT when this has happened. I&#039;m not sure if anyone has implemented that. If they have, it might be important to put aria-live=&quot;off&quot; on the expanding region.</description>
		<content:encoded><![CDATA[<p>Hi Marco, does aria-controls affect the behavior of any of the screen readers? Or can the screen reader user navigate to what it points to?</p>
<p>When the item is expanded, should the author make it next in the tab order so that users can navigate to it with a tab key when it&#8217;s expanded? Perhaps from there the user would navigate with more tab keys or arrow keys depending on what it is.</p>
<p>Finally, I think some screen readers may automatically try to read live changes on a page when a user&#8217;s click or key press caused the change. Firefox has an object attribute to tell the AT when this has happened. I&#8217;m not sure if anyone has implemented that. If they have, it might be important to put aria-live=&#8221;off&#8221; on the expanding region.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alastc (alastc)</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-32792</link>
		<dc:creator>alastc (alastc)</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-32792</guid>
		<description>&lt;strong&gt;Twitter Comment&lt;/strong&gt;
&lt;a href=&quot;http://twitter.com/alastc&quot; title=&quot;Twitter Comment&quot; rel=&quot;nofollow&quot;&gt;
&lt;div title=&quot;alastc (alastc)&quot; style=&quot;float:left;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://www.marcozehe.de/wp-content/plugins/chatcatcher/picbg.jpg) no-repeat top;cursor:hand;&quot;&gt;
&lt;/div&gt;
&lt;div title=&quot;alastc (alastc)&quot; style=&quot;float:left;margin-left:-70px;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://purl.org/net/spiurl/alastc) no-repeat top;cursor:hand;&quot;&gt;
&lt;/div&gt;
&lt;/a&gt;
RT @gezlemon: Nice post from @MarcoZehe on how to use aria-expanded and aria-controls to make accessible menus: [link to post] #fb&lt;br /&gt;&lt;br /&gt; - &lt;a href=&quot;http://chatcatcher.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Posted using Chat Catcher&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p><strong>Twitter Comment</strong><br />
<a href="http://twitter.com/alastc" title="Twitter Comment" rel="nofollow"></p>
<div title="alastc (alastc)" style="float:left;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://www.marcozehe.de/wp-content/plugins/chatcatcher/picbg.jpg) no-repeat top;cursor:hand;">
</div>
<div title="alastc (alastc)" style="float:left;margin-left:-70px;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://purl.org/net/spiurl/alastc) no-repeat top;cursor:hand;">
</div>
<p></a><br />
RT @gezlemon: Nice post from @MarcoZehe on how to use aria-expanded and aria-controls to make accessible menus: [link to post] #fb</p>
<p> &#8211; <a href="http://chatcatcher.com" target="_blank" rel="nofollow">Posted using Chat Catcher</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gezlemon (Gez Lemon)</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-32785</link>
		<dc:creator>gezlemon (Gez Lemon)</dc:creator>
		<pubDate>Thu, 11 Feb 2010 15:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-32785</guid>
		<description>&lt;strong&gt;Twitter Comment&lt;/strong&gt;
&lt;a href=&quot;http://twitter.com/gezlemon&quot; title=&quot;Twitter Comment&quot; rel=&quot;nofollow&quot;&gt;
&lt;div title=&quot;gezlemon (Gez Lemon)&quot; style=&quot;float:left;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://www.marcozehe.de/wp-content/plugins/chatcatcher/picbg.jpg) no-repeat top;cursor:hand;&quot;&gt;
&lt;/div&gt;
&lt;div title=&quot;gezlemon (Gez Lemon)&quot; style=&quot;float:left;margin-left:-70px;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://purl.org/net/spiurl/gezlemon) no-repeat top;cursor:hand;&quot;&gt;
&lt;/div&gt;
&lt;/a&gt;
Nice post from @MarcoZehe on how to use aria-expanded and aria-controls to make accessible menus: [link to post] #fb&lt;br /&gt;&lt;br /&gt; - &lt;a href=&quot;http://chatcatcher.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Posted using Chat Catcher&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p><strong>Twitter Comment</strong><br />
<a href="http://twitter.com/gezlemon" title="Twitter Comment" rel="nofollow"></p>
<div title="gezlemon (Gez Lemon)" style="float:left;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://www.marcozehe.de/wp-content/plugins/chatcatcher/picbg.jpg) no-repeat top;cursor:hand;">
</div>
<div title="gezlemon (Gez Lemon)" style="float:left;margin-left:-70px;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://purl.org/net/spiurl/gezlemon) no-repeat top;cursor:hand;">
</div>
<p></a><br />
Nice post from @MarcoZehe on how to use aria-expanded and aria-controls to make accessible menus: [link to post] #fb</p>
<p> &#8211; <a href="http://chatcatcher.com" target="_blank" rel="nofollow">Posted using Chat Catcher</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sprungmarkers (Sylvia Egger)</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-32771</link>
		<dc:creator>sprungmarkers (Sylvia Egger)</dc:creator>
		<pubDate>Thu, 11 Feb 2010 11:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-32771</guid>
		<description>&lt;strong&gt;Twitter Comment&lt;/strong&gt;
&lt;a href=&quot;http://twitter.com/sprungmarkers&quot; title=&quot;Twitter Comment&quot; rel=&quot;nofollow&quot;&gt;
&lt;div title=&quot;sprungmarkers (Sylvia Egger)&quot; style=&quot;float:left;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://www.marcozehe.de/wp-content/plugins/chatcatcher/picbg.jpg) no-repeat top;cursor:hand;&quot;&gt;
&lt;/div&gt;
&lt;div title=&quot;sprungmarkers (Sylvia Egger)&quot; style=&quot;float:left;margin-left:-70px;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://purl.org/net/spiurl/sprungmarkers) no-repeat top;cursor:hand;&quot;&gt;
&lt;/div&gt;
&lt;/a&gt;
RT @kprobiesch &quot;Easy WAI-ARIA Tip #5: aria-expanded and aria-controls&quot; is now live! [link to post] (from @MarcoZehe) #waiaria #a11y&lt;br /&gt;&lt;br /&gt; - &lt;a href=&quot;http://chatcatcher.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Posted using Chat Catcher&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p><strong>Twitter Comment</strong><br />
<a href="http://twitter.com/sprungmarkers" title="Twitter Comment" rel="nofollow"></p>
<div title="sprungmarkers (Sylvia Egger)" style="float:left;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://www.marcozehe.de/wp-content/plugins/chatcatcher/picbg.jpg) no-repeat top;cursor:hand;">
</div>
<div title="sprungmarkers (Sylvia Egger)" style="float:left;margin-left:-70px;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://purl.org/net/spiurl/sprungmarkers) no-repeat top;cursor:hand;">
</div>
<p></a><br />
RT @kprobiesch &#8220;Easy WAI-ARIA Tip #5: aria-expanded and aria-controls&#8221; is now live! [link to post] (from @MarcoZehe) #waiaria #a11y</p>
<p> &#8211; <a href="http://chatcatcher.com" target="_blank" rel="nofollow">Posted using Chat Catcher</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fernmuendlich (Maik Wagner)</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-32769</link>
		<dc:creator>fernmuendlich (Maik Wagner)</dc:creator>
		<pubDate>Thu, 11 Feb 2010 11:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-32769</guid>
		<description>&lt;strong&gt;Twitter Comment&lt;/strong&gt;
&lt;a href=&quot;http://twitter.com/fernmuendlich&quot; title=&quot;Twitter Comment&quot; rel=&quot;nofollow&quot;&gt;
&lt;div title=&quot;fernmuendlich (Maik Wagner)&quot; style=&quot;float:left;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://www.marcozehe.de/wp-content/plugins/chatcatcher/picbg.jpg) no-repeat top;cursor:hand;&quot;&gt;
&lt;/div&gt;
&lt;div title=&quot;fernmuendlich (Maik Wagner)&quot; style=&quot;float:left;margin-left:-70px;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://purl.org/net/spiurl/fernmuendlich) no-repeat top;cursor:hand;&quot;&gt;
&lt;/div&gt;
&lt;/a&gt;
@marcozehe hat einen neuen Easy WAI-ARIA Tip geschrieben: #5: aria-expanded and aria-controls&quot;  [link to post]&lt;br /&gt;&lt;br /&gt; - &lt;a href=&quot;http://chatcatcher.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Posted using Chat Catcher&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p><strong>Twitter Comment</strong><br />
<a href="http://twitter.com/fernmuendlich" title="Twitter Comment" rel="nofollow"></p>
<div title="fernmuendlich (Maik Wagner)" style="float:left;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://www.marcozehe.de/wp-content/plugins/chatcatcher/picbg.jpg) no-repeat top;cursor:hand;">
</div>
<div title="fernmuendlich (Maik Wagner)" style="float:left;margin-left:-70px;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://purl.org/net/spiurl/fernmuendlich) no-repeat top;cursor:hand;">
</div>
<p></a><br />
@marcozehe hat einen neuen Easy WAI-ARIA Tip geschrieben: #5: aria-expanded and aria-controls&#8221;  [link to post]</p>
<p> &#8211; <a href="http://chatcatcher.com" target="_blank" rel="nofollow">Posted using Chat Catcher</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maik Wagner</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-32766</link>
		<dc:creator>Maik Wagner</dc:creator>
		<pubDate>Thu, 11 Feb 2010 10:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-32766</guid>
		<description>Der Artikel kommt passend als Reminder fÃ¼r mein Projekt; aria-expanded wollte ich ja auch schon lÃ¤ngst eingebaut haben - Frisch an&#039;s Werk!</description>
		<content:encoded><![CDATA[<p>Der Artikel kommt passend als Reminder fÃ¼r mein Projekt; aria-expanded wollte ich ja auch schon lÃ¤ngst eingebaut haben &#8211; Frisch an&#8217;s Werk!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sriniworld (Srinivasu)</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-32762</link>
		<dc:creator>sriniworld (Srinivasu)</dc:creator>
		<pubDate>Thu, 11 Feb 2010 09:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-32762</guid>
		<description>&lt;strong&gt;Twitter Comment&lt;/strong&gt;
&lt;a href=&quot;http://twitter.com/sriniworld&quot; title=&quot;Twitter Comment&quot; rel=&quot;nofollow&quot;&gt;
&lt;div title=&quot;sriniworld (Srinivasu)&quot; style=&quot;float:left;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://www.marcozehe.de/wp-content/plugins/chatcatcher/picbg.jpg) no-repeat top;cursor:hand;&quot;&gt;
&lt;/div&gt;
&lt;div title=&quot;sriniworld (Srinivasu)&quot; style=&quot;float:left;margin-left:-70px;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://purl.org/net/spiurl/sriniworld) no-repeat top;cursor:hand;&quot;&gt;
&lt;/div&gt;
&lt;/a&gt;
RT @ppatel New blog post: &quot;Easy WAI-ARIA Tip #5: aria-expanded and aria-controls&quot; is now live: [link to post]  RT @MarcoZehe&lt;br /&gt;&lt;br /&gt; - &lt;a href=&quot;http://chatcatcher.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Posted using Chat Catcher&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p><strong>Twitter Comment</strong><br />
<a href="http://twitter.com/sriniworld" title="Twitter Comment" rel="nofollow"></p>
<div title="sriniworld (Srinivasu)" style="float:left;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://www.marcozehe.de/wp-content/plugins/chatcatcher/picbg.jpg) no-repeat top;cursor:hand;">
</div>
<div title="sriniworld (Srinivasu)" style="float:left;margin-left:-70px;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://purl.org/net/spiurl/sriniworld) no-repeat top;cursor:hand;">
</div>
<p></a><br />
RT @ppatel New blog post: &#8220;Easy WAI-ARIA Tip #5: aria-expanded and aria-controls&#8221; is now live: [link to post]  RT @MarcoZehe</p>
<p> &#8211; <a href="http://chatcatcher.com" target="_blank" rel="nofollow">Posted using Chat Catcher</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sindrewimberger (Sindre Wimberger)</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-32761</link>
		<dc:creator>sindrewimberger (Sindre Wimberger)</dc:creator>
		<pubDate>Thu, 11 Feb 2010 09:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-32761</guid>
		<description>&lt;strong&gt;Twitter Comment&lt;/strong&gt;
&lt;a href=&quot;http://twitter.com/sindrewimberger&quot; title=&quot;Twitter Comment&quot; rel=&quot;nofollow&quot;&gt;
&lt;div title=&quot;sindrewimberger (Sindre Wimberger)&quot; style=&quot;float:left;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://www.marcozehe.de/wp-content/plugins/chatcatcher/picbg.jpg) no-repeat top;cursor:hand;&quot;&gt;
&lt;/div&gt;
&lt;div title=&quot;sindrewimberger (Sindre Wimberger)&quot; style=&quot;float:left;margin-left:-70px;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://purl.org/net/spiurl/sindrewimberger) no-repeat top;cursor:hand;&quot;&gt;
&lt;/div&gt;
&lt;/a&gt;
New blog post: &quot;Easy WAI-ARIA Tip #5: aria-expanded and aria-controls&quot; is now live! [link to post] #fb /via @MarcoZehe&lt;br /&gt;&lt;br /&gt; - &lt;a href=&quot;http://chatcatcher.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Posted using Chat Catcher&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p><strong>Twitter Comment</strong><br />
<a href="http://twitter.com/sindrewimberger" title="Twitter Comment" rel="nofollow"></p>
<div title="sindrewimberger (Sindre Wimberger)" style="float:left;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://www.marcozehe.de/wp-content/plugins/chatcatcher/picbg.jpg) no-repeat top;cursor:hand;">
</div>
<div title="sindrewimberger (Sindre Wimberger)" style="float:left;margin-left:-70px;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://purl.org/net/spiurl/sindrewimberger) no-repeat top;cursor:hand;">
</div>
<p></a><br />
New blog post: &#8220;Easy WAI-ARIA Tip #5: aria-expanded and aria-controls&#8221; is now live! [link to post] #fb /via @MarcoZehe</p>
<p> &#8211; <a href="http://chatcatcher.com" target="_blank" rel="nofollow">Posted using Chat Catcher</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kprobiesch (Kerstin Probiesch)</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-32756</link>
		<dc:creator>kprobiesch (Kerstin Probiesch)</dc:creator>
		<pubDate>Thu, 11 Feb 2010 07:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-32756</guid>
		<description>&lt;strong&gt;Twitter Comment&lt;/strong&gt;
&lt;a href=&quot;http://twitter.com/kprobiesch&quot; title=&quot;Twitter Comment&quot; rel=&quot;nofollow&quot;&gt;
&lt;div title=&quot;kprobiesch (Kerstin Probiesch)&quot; style=&quot;float:left;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://www.marcozehe.de/wp-content/plugins/chatcatcher/picbg.jpg) no-repeat top;cursor:hand;&quot;&gt;
&lt;/div&gt;
&lt;div title=&quot;kprobiesch (Kerstin Probiesch)&quot; style=&quot;float:left;margin-left:-70px;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://purl.org/net/spiurl/kprobiesch) no-repeat top;cursor:hand;&quot;&gt;
&lt;/div&gt;
&lt;/a&gt;
&quot;Easy WAI-ARIA Tip #5: aria-expanded and aria-controls&quot; is now live! Go and read it here: [link to post] (from @MarcoZehe)&lt;br /&gt;&lt;br /&gt; - &lt;a href=&quot;http://chatcatcher.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Posted using Chat Catcher&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p><strong>Twitter Comment</strong><br />
<a href="http://twitter.com/kprobiesch" title="Twitter Comment" rel="nofollow"></p>
<div title="kprobiesch (Kerstin Probiesch)" style="float:left;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://www.marcozehe.de/wp-content/plugins/chatcatcher/picbg.jpg) no-repeat top;cursor:hand;">
</div>
<div title="kprobiesch (Kerstin Probiesch)" style="float:left;margin-left:-70px;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://purl.org/net/spiurl/kprobiesch) no-repeat top;cursor:hand;">
</div>
<p></a><br />
&#8220;Easy WAI-ARIA Tip #5: aria-expanded and aria-controls&#8221; is now live! Go and read it here: [link to post] (from @MarcoZehe)</p>
<p> &#8211; <a href="http://chatcatcher.com" target="_blank" rel="nofollow">Posted using Chat Catcher</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webaxe (Web Axe)</title>
		<link>http://www.marcozehe.de/2010/02/10/easy-aria-tip-5-aria-expanded-and-aria-controls/comment-page-1/#comment-32755</link>
		<dc:creator>webaxe (Web Axe)</dc:creator>
		<pubDate>Thu, 11 Feb 2010 07:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcozehe.de/?p=218#comment-32755</guid>
		<description>&lt;strong&gt;Twitter Comment&lt;/strong&gt;
&lt;a href=&quot;http://twitter.com/webaxe&quot; title=&quot;Twitter Comment&quot; rel=&quot;nofollow&quot;&gt;
&lt;div title=&quot;webaxe (Web Axe)&quot; style=&quot;float:left;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://www.marcozehe.de/wp-content/plugins/chatcatcher/picbg.jpg) no-repeat top;cursor:hand;&quot;&gt;
&lt;/div&gt;
&lt;div title=&quot;webaxe (Web Axe)&quot; style=&quot;float:left;margin-left:-70px;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://purl.org/net/spiurl/webaxe) no-repeat top;cursor:hand;&quot;&gt;
&lt;/div&gt;
&lt;/a&gt;
&quot;Easy WAI-ARIA Tip #5: aria-expanded and aria-controls&quot; [link to post] New blog post from @MarcoZe&lt;br /&gt;&lt;br /&gt; - &lt;a href=&quot;http://chatcatcher.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Posted using Chat Catcher&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p><strong>Twitter Comment</strong><br />
<a href="http://twitter.com/webaxe" title="Twitter Comment" rel="nofollow"></p>
<div title="webaxe (Web Axe)" style="float:left;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://www.marcozehe.de/wp-content/plugins/chatcatcher/picbg.jpg) no-repeat top;cursor:hand;">
</div>
<div title="webaxe (Web Axe)" style="float:left;margin-left:-70px;margin-right:10px;padding:0;width:60px;height:60px;background:url(http://purl.org/net/spiurl/webaxe) no-repeat top;cursor:hand;">
</div>
<p></a><br />
&#8220;Easy WAI-ARIA Tip #5: aria-expanded and aria-controls&#8221; [link to post] New blog post from @MarcoZe</p>
<p> &#8211; <a href="http://chatcatcher.com" target="_blank" rel="nofollow">Posted using Chat Catcher</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

