<?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: JavaScript Keyboard Accessibility</title>
	<atom:link href="http://www.sitepoint.com/blogs/2007/04/04/javascript-keyboard-accessibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2007/04/04/javascript-keyboard-accessibility/</link>
	<description></description>
	<pubDate>Sat, 11 Oct 2008 01:06:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Grey</title>
		<link>http://www.sitepoint.com/blogs/2007/04/04/javascript-keyboard-accessibility/#comment-225013</link>
		<dc:creator>Grey</dc:creator>
		<pubDate>Sat, 14 Apr 2007 22:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/04/04/javascript-keyboard-accessibility/#comment-225013</guid>
		<description>@Kevin: OK, thanks for pointers. I was confused by your use of "#" or "javascript:;". If you add the link, you don't need to have a href attribute, as far as I know...</description>
		<content:encoded><![CDATA[<p>@Kevin: OK, thanks for pointers. I was confused by your use of &#8220;#&#8221; or &#8220;javascript:;&#8221;. If you add the link, you don&#8217;t need to have a href attribute, as far as I know&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: David Hucklesby</title>
		<link>http://www.sitepoint.com/blogs/2007/04/04/javascript-keyboard-accessibility/#comment-223533</link>
		<dc:creator>David Hucklesby</dc:creator>
		<pubDate>Thu, 12 Apr 2007 19:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/04/04/javascript-keyboard-accessibility/#comment-223533</guid>
		<description>&#60;a href="#"&#62; may be problematical, as some browsers take this as a link to the top of the page.

I suggest &#60;a href="#void"&#62; - with no real fragment ID of "void".</description>
		<content:encoded><![CDATA[<p>&lt;a href=&#8221;#&#8221;&gt; may be problematical, as some browsers take this as a link to the top of the page.</p>
<p>I suggest &lt;a href=&#8221;#void&#8221;&gt; - with no real fragment ID of &#8220;void&#8221;.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Yank</title>
		<link>http://www.sitepoint.com/blogs/2007/04/04/javascript-keyboard-accessibility/#comment-222211</link>
		<dc:creator>Kevin Yank</dc:creator>
		<pubDate>Wed, 11 Apr 2007 02:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/04/04/javascript-keyboard-accessibility/#comment-222211</guid>
		<description>@Grey,

Yes, that approach is mentioned in the article above:

&lt;blockquote&gt;If you can’t figure out an appropriate target for the link, however, you can always insert the link into the page dynamically using JavaScript, so that it will not be present when JavaScript is disabled. If you do this, you can safely point the link just about anywhere (&lt;code&gt;"#"&lt;/code&gt; and &lt;code&gt;"javascript:;"&lt;/code&gt; are common choices).&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>@Grey,</p>
<p>Yes, that approach is mentioned in the article above:</p>
<blockquote><p>If you can’t figure out an appropriate target for the link, however, you can always insert the link into the page dynamically using JavaScript, so that it will not be present when JavaScript is disabled. If you do this, you can safely point the link just about anywhere (<code>"#"</code> and <code>"javascript:;"</code> are common choices).</p></blockquote>]]></content:encoded>
	</item>
	<item>
		<title>By: Grey</title>
		<link>http://www.sitepoint.com/blogs/2007/04/04/javascript-keyboard-accessibility/#comment-220942</link>
		<dc:creator>Grey</dc:creator>
		<pubDate>Mon, 09 Apr 2007 01:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/04/04/javascript-keyboard-accessibility/#comment-220942</guid>
		<description>If you use "addEvent" anyways, why don't you rewrite the "addEvent" function to also mutate the element?

Thus, every time you add a click-event, you mutate that element to become a link (or child of a link). No need for markup hacks and you don;t need to remember do to that every time...</description>
		<content:encoded><![CDATA[<p>If you use &#8220;addEvent&#8221; anyways, why don&#8217;t you rewrite the &#8220;addEvent&#8221; function to also mutate the element?</p>
<p>Thus, every time you add a click-event, you mutate that element to become a link (or child of a link). No need for markup hacks and you don;t need to remember do to that every time&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Yank</title>
		<link>http://www.sitepoint.com/blogs/2007/04/04/javascript-keyboard-accessibility/#comment-218316</link>
		<dc:creator>Kevin Yank</dc:creator>
		<pubDate>Wed, 04 Apr 2007 23:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/04/04/javascript-keyboard-accessibility/#comment-218316</guid>
		<description>Thanks, Sojan80. The book continues to schedule and looks set for a June release.</description>
		<content:encoded><![CDATA[<p>Thanks, Sojan80. The book continues to schedule and looks set for a June release.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sojan80</title>
		<link>http://www.sitepoint.com/blogs/2007/04/04/javascript-keyboard-accessibility/#comment-218105</link>
		<dc:creator>Sojan80</dc:creator>
		<pubDate>Wed, 04 Apr 2007 13:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/04/04/javascript-keyboard-accessibility/#comment-218105</guid>
		<description>Hey Kevin, great article... I'm glad to see someone focusing on this topic myself.

Any news on when the new book is coming out?</description>
		<content:encoded><![CDATA[<p>Hey Kevin, great article&#8230; I&#8217;m glad to see someone focusing on this topic myself.</p>
<p>Any news on when the new book is coming out?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: IanMuir</title>
		<link>http://www.sitepoint.com/blogs/2007/04/04/javascript-keyboard-accessibility/#comment-217823</link>
		<dc:creator>IanMuir</dc:creator>
		<pubDate>Wed, 04 Apr 2007 02:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/04/04/javascript-keyboard-accessibility/#comment-217823</guid>
		<description>Accessibility issues like this seem to be on the back burner for a lot of developers working with JavaScript. It's good to see articles like this showing that it's really not hard to make DHTML more accessible.

Thanks for the great post Kevin.</description>
		<content:encoded><![CDATA[<p>Accessibility issues like this seem to be on the back burner for a lot of developers working with JavaScript. It&#8217;s good to see articles like this showing that it&#8217;s really not hard to make DHTML more accessible.</p>
<p>Thanks for the great post Kevin.</p>]]></content:encoded>
	</item>
</channel>
</rss>
