<?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: Too much accessibility – multiple JavaScript event handlers</title>
	<atom:link href="http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-%e2%80%93-multiple-javascript-event-handlers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-%e2%80%93-multiple-javascript-event-handlers/</link>
	<description></description>
	<pubDate>Mon, 13 Oct 2008 04:58:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Bim</title>
		<link>http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-%e2%80%93-multiple-javascript-event-handlers/#comment-30089</link>
		<dc:creator>Bim</dc:creator>
		<pubDate>Tue, 31 Jul 2007 07:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.rnib.org.uk/wacblog/general/too-much-accessibility-%e2%80%93-multiple-javascript-event-handlers/#comment-30089</guid>
		<description>The site I referred to also used both onClick and onKeyPress for its top level links. The same thing happened, trying to tab across them activated the first link with both event handlers. This only happened in Firefox. Are you saying that the browser handled it incorrectly?</description>
		<content:encoded><![CDATA[<p>The site I referred to also used both onClick and onKeyPress for its top level links. The same thing happened, trying to tab across them activated the first link with both event handlers. This only happened in Firefox. Are you saying that the browser handled it incorrectly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Kliehm</title>
		<link>http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-%e2%80%93-multiple-javascript-event-handlers/#comment-30013</link>
		<dc:creator>Martin Kliehm</dc:creator>
		<pubDate>Mon, 30 Jul 2007 14:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rnib.org.uk/wacblog/general/too-much-accessibility-%e2%80%93-multiple-javascript-event-handlers/#comment-30013</guid>
		<description>You mean there was a simple inline onkeypress attribute bound to the search form? OK, that's not so smart. But I can't see any evil if the keypress event is bound to an element and checked which key has been pressed. Only if it's the enter key (keycode 13) on a link or a button, or the space bar (keycode 32) on a checkbox or radio button, the intended function should be evoked.</description>
		<content:encoded><![CDATA[<p>You mean there was a simple inline onkeypress attribute bound to the search form? OK, that&#8217;s not so smart. But I can&#8217;t see any evil if the keypress event is bound to an element and checked which key has been pressed. Only if it&#8217;s the enter key (keycode 13) on a link or a button, or the space bar (keycode 32) on a checkbox or radio button, the intended function should be evoked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JackP</title>
		<link>http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-%e2%80%93-multiple-javascript-event-handlers/#comment-5430</link>
		<dc:creator>JackP</dc:creator>
		<pubDate>Mon, 20 Nov 2006 13:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.rnib.org.uk/wacblog/general/too-much-accessibility-%e2%80%93-multiple-javascript-event-handlers/#comment-5430</guid>
		<description>Talking of javascript - it's offtopic slightly so I apologise and feel free to delete if you don't feel it's relevant - I produced a testcase for the use of the javascript postback in .NET (http://www.thepickards.co.uk/index.php/200610/javascript-testcase/) as under WCAG 1.0 you can't rely on javascript, and I was simply seeking to determine whether or not the "postback" part of javascript is sufficiently supported by screenreaders and other AT as to be deemed "accessible", even though it would obviously fail WCAG 1.0 if you relied on it.

The feedback I've had so far would seem to suggest that it does work as expected, but I thought there might be someone there who has sufficient screen reader experience to offer another opinion or  further advice?</description>
		<content:encoded><![CDATA[<p>Talking of javascript - it&#8217;s offtopic slightly so I apologise and feel free to delete if you don&#8217;t feel it&#8217;s relevant - I produced a testcase for the use of the javascript postback in .NET (http://www.thepickards.co.uk/index.php/200610/javascript-testcase/) as under WCAG 1.0 you can&#8217;t rely on javascript, and I was simply seeking to determine whether or not the &#8220;postback&#8221; part of javascript is sufficiently supported by screenreaders and other AT as to be deemed &#8220;accessible&#8221;, even though it would obviously fail WCAG 1.0 if you relied on it.</p>
<p>The feedback I&#8217;ve had so far would seem to suggest that it does work as expected, but I thought there might be someone there who has sufficient screen reader experience to offer another opinion or  further advice?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
