<?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: Accessibility &amp; Native Drag and Drop</title>
	<atom:link href="http://html5doctor.com/accessibility-native-drag-and-drop/feed/" rel="self" type="application/rss+xml" />
	<link>http://html5doctor.com/accessibility-native-drag-and-drop/</link>
	<description>helping you implement HTML5 today</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:04:25 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Collection of HTML5 Resources to Move You Forward</title>
		<link>http://html5doctor.com/accessibility-native-drag-and-drop/comment-page-1/#comment-1556</link>
		<dc:creator>Collection of HTML5 Resources to Move You Forward</dc:creator>
		<pubDate>Wed, 04 Nov 2009 14:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=603#comment-1556</guid>
		<description>[...] Accessibility &amp; Native Drag and Drop [...]</description>
		<content:encoded><![CDATA[<p>[...] Accessibility &amp; Native Drag and Drop [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Schwerdtfeger</title>
		<link>http://html5doctor.com/accessibility-native-drag-and-drop/comment-page-1/#comment-951</link>
		<dc:creator>Rich Schwerdtfeger</dc:creator>
		<pubDate>Sun, 13 Sep 2009 21:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=603#comment-951</guid>
		<description>Gez, 

Nice article, but there are problems with this approach:

* It does not include drop by link (an HTML 5 feature). 
* What if the application does not want to support a cut (which I would assume you would do in the case of a move)?
* It prevents the mobility impaired user from being able to see all the grabbed items (visible only with the mouse pointer). 

The question I have is why the same script functions called in response to mouse activity could not be used for the keyboard implementer. If you were to take out the mouse pointer position information you virtually use the same HTML 5 utilities in the keyboard implementation.</description>
		<content:encoded><![CDATA[<p>Gez, </p>
<p>Nice article, but there are problems with this approach:</p>
<p>* It does not include drop by link (an HTML 5 feature).<br />
* What if the application does not want to support a cut (which I would assume you would do in the case of a move)?<br />
* It prevents the mobility impaired user from being able to see all the grabbed items (visible only with the mouse pointer). </p>
<p>The question I have is why the same script functions called in response to mouse activity could not be used for the keyboard implementer. If you were to take out the mouse pointer position information you virtually use the same HTML 5 utilities in the keyboard implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://html5doctor.com/accessibility-native-drag-and-drop/comment-page-1/#comment-776</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 17 Aug 2009 20:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=603#comment-776</guid>
		<description>Hi remy,

very nice article, wich will improve the correct, accessible implementation of HTML 5.

Firefox 3.6 will also add ARIA-Semantics automaticly, if you use HTML5 draggable (https://bugzilla.mozilla.org/show_bug.cgi?id=477599).

i think, Firefox will make it right. if you only use a native browser-feature, you shouldn´t even have to add aria-semantics. aria should be used for features, wich are implemented by an author. if the browser vendor introduces a new feature (an HTML 5 element, DOM-Interface etc.), he is the first responsible to make it accessible.

regards
alex</description>
		<content:encoded><![CDATA[<p>Hi remy,</p>
<p>very nice article, wich will improve the correct, accessible implementation of HTML 5.</p>
<p>Firefox 3.6 will also add ARIA-Semantics automaticly, if you use HTML5 draggable (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=477599" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=477599</a>).</p>
<p>i think, Firefox will make it right. if you only use a native browser-feature, you shouldn´t even have to add aria-semantics. aria should be used for features, wich are implemented by an author. if the browser vendor introduces a new feature (an HTML 5 element, DOM-Interface etc.), he is the first responsible to make it accessible.</p>
<p>regards<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonny Axelsson</title>
		<link>http://html5doctor.com/accessibility-native-drag-and-drop/comment-page-1/#comment-351</link>
		<dc:creator>Jonny Axelsson</dc:creator>
		<pubDate>Mon, 27 Jul 2009 10:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=603#comment-351</guid>
		<description>A nice article, but one concern I have is how the native support and scripted support should interact. When these are in conflict which one will win? Will the user lose? I put my thoughts down here: http://my.opera.com/jax/blog/can-html5-make-accessibility-usable</description>
		<content:encoded><![CDATA[<p>A nice article, but one concern I have is how the native support and scripted support should interact. When these are in conflict which one will win? Will the user lose? I put my thoughts down here: <a href="http://my.opera.com/jax/blog/can-html5-make-accessibility-usable" rel="nofollow">http://my.opera.com/jax/blog/can-html5-make-accessibility-usable</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danjam</title>
		<link>http://html5doctor.com/accessibility-native-drag-and-drop/comment-page-1/#comment-329</link>
		<dc:creator>danjam</dc:creator>
		<pubDate>Sat, 25 Jul 2009 08:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=603#comment-329</guid>
		<description>I&#039;ve been reporting IE bugs here - https://connect.microsoft.com/IE/Feedback

Although I suspect Shaun&#039;s method may be faster.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been reporting IE bugs here &#8211; <a href="https://connect.microsoft.com/IE/Feedback" rel="nofollow">https://connect.microsoft.com/IE/Feedback</a></p>
<p>Although I suspect Shaun&#8217;s method may be faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Campbell</title>
		<link>http://html5doctor.com/accessibility-native-drag-and-drop/comment-page-1/#comment-322</link>
		<dc:creator>Brian Campbell</dc:creator>
		<pubDate>Fri, 24 Jul 2009 14:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=603#comment-322</guid>
		<description>@Remy – I can&#039;t tell you that; it could mean either. You&#039;d have to ask someone from Apple, who has access to Radar, to clarify that.</description>
		<content:encoded><![CDATA[<p>@Remy – I can&#8217;t tell you that; it could mean either. You&#8217;d have to ask someone from Apple, who has access to Radar, to clarify that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remy Sharp</title>
		<link>http://html5doctor.com/accessibility-native-drag-and-drop/comment-page-1/#comment-319</link>
		<dc:creator>Remy Sharp</dc:creator>
		<pubDate>Fri, 24 Jul 2009 08:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=603#comment-319</guid>
		<description>@Thomas - the demo is using &lt;em&gt;native&lt;/em&gt; drag and drop, whereas Gez&#039;s example is pure/old school JavaScript.  The obvious downside to the native version is it&#039;s not supported in Opera 10.  The article was more to show how to implement accessibility to the native version of drag and drop.  This however, does beget an article showing you how you should fail down (though perhaps it&#039;s just a case of testing to see if you can create a drag event, and if not, rely on the JavaScript driven DnD).

@Brian - Thanks for clarifying on the radar bug - does that mean that they had it already, or they&#039;ve added it to their system?</description>
		<content:encoded><![CDATA[<p>@Thomas &#8211; the demo is using <em>native</em> drag and drop, whereas Gez&#8217;s example is pure/old school JavaScript.  The obvious downside to the native version is it&#8217;s not supported in Opera 10.  The article was more to show how to implement accessibility to the native version of drag and drop.  This however, does beget an article showing you how you should fail down (though perhaps it&#8217;s just a case of testing to see if you can create a drag event, and if not, rely on the JavaScript driven DnD).</p>
<p>@Brian &#8211; Thanks for clarifying on the radar bug &#8211; does that mean that they had it already, or they&#8217;ve added it to their system?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Campbell</title>
		<link>http://html5doctor.com/accessibility-native-drag-and-drop/comment-page-1/#comment-315</link>
		<dc:creator>Brian Campbell</dc:creator>
		<pubDate>Thu, 23 Jul 2009 21:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=603#comment-315</guid>
		<description>@Remy – The comment on the WebKit bug is just an indication that they have the same bug filed in Apple&#039;s internal bugtracker, radar (that&#039;s what the ‘rdar:’ URL means). 

I hope the browser vendors implement copy and paste for drag events soon; drag and drop on its own is a serious accessibility nightmare. I know people in their 20s who have no disabilities, went to Ivy league universities, and have used computers for years, who still cannot drag and drop (or at the very least don&#039;t think of it when using an interface), but who can copy and paste. I implement interactive multimedia that had drag and drop activities for sorting items, and we discovered that our users (doctors and nurses) had serious problems with those activities, so most of them we changed to having our virtual mentor pick one item at a time, and the user clicks where it goes.

I hope that when copy and paste support is added to drag and drop in the browsers, users will also be able to select dragabble elements with their mouse, with a single click, just like you select items in a list or icons on the desktop. I have encountered users who do not know how to focus elements with a keyboard or copy and paste using keyboard, but instead do everything with the mouse.</description>
		<content:encoded><![CDATA[<p>@Remy – The comment on the WebKit bug is just an indication that they have the same bug filed in Apple&#8217;s internal bugtracker, radar (that&#8217;s what the ‘rdar:’ URL means). </p>
<p>I hope the browser vendors implement copy and paste for drag events soon; drag and drop on its own is a serious accessibility nightmare. I know people in their 20s who have no disabilities, went to Ivy league universities, and have used computers for years, who still cannot drag and drop (or at the very least don&#8217;t think of it when using an interface), but who can copy and paste. I implement interactive multimedia that had drag and drop activities for sorting items, and we discovered that our users (doctors and nurses) had serious problems with those activities, so most of them we changed to having our virtual mentor pick one item at a time, and the user clicks where it goes.</p>
<p>I hope that when copy and paste support is added to drag and drop in the browsers, users will also be able to select dragabble elements with their mouse, with a single click, just like you select items in a list or icons on the desktop. I have encountered users who do not know how to focus elements with a keyboard or copy and paste using keyboard, but instead do everything with the mouse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Scholz</title>
		<link>http://html5doctor.com/accessibility-native-drag-and-drop/comment-page-1/#comment-314</link>
		<dc:creator>Thomas Scholz</dc:creator>
		<pubDate>Thu, 23 Jul 2009 20:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=603#comment-314</guid>
		<description>How does it work? In contrast to Gez Lemon’s example I can’t find anything to drag in Opera 9 and 10 in yours. Did I miss something?</description>
		<content:encoded><![CDATA[<p>How does it work? In contrast to Gez Lemon’s example I can’t find anything to drag in Opera 9 and 10 in yours. Did I miss something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remy Sharp</title>
		<link>http://html5doctor.com/accessibility-native-drag-and-drop/comment-page-1/#comment-312</link>
		<dc:creator>Remy Sharp</dc:creator>
		<pubDate>Thu, 23 Jul 2009 16:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=603#comment-312</guid>
		<description>@Emil - cheers, looks like there&#039;s a few hoops I&#039;ll have to jump through to get the bug listed.

@Shaun - I think you just listed the hoops :-D</description>
		<content:encoded><![CDATA[<p>@Emil &#8211; cheers, looks like there&#8217;s a few hoops I&#8217;ll have to jump through to get the bug listed.</p>
<p>@Shaun &#8211; I think you just listed the hoops <img src='http://html5doctor.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
