Re: [whatwg] Drag and drop - keyboard support

2009-07-16 Thread Aron Spohr
Hi Ian, --- Ian Hickson wrote on Thu, 16.7.2009: > The drag-and-drop model described in the HTML5 spec is input-device- > agnostic. If implementations don't support keyboard drag-and-drop (e.g. > copy-and-paste) then you should bring this up with the relevant vendors. I don't think the spec fo

Re: [whatwg] Drag and drop - keyboard support

2009-07-15 Thread Ian Hickson
On Wed, 15 Jul 2009, Remy Sharp wrote: > > I've been running quite a few tests with the Drag and Drop API, and more > recently I was looking at creating an accessible demo of DnD. > > Plugging ARIA support wasn't a problem, but keyboard support was a no > goer. > > I tried triggering the drags

[whatwg] Drag and drop - keyboard support

2009-07-15 Thread Remy Sharp
Hi, I've been running quite a few tests with the Drag and Drop API, and more recently I was looking at creating an accessible demo of DnD. Plugging ARIA support wasn't a problem, but keyboard support was a no goer. I tried triggering the dragstart event from the keyboard - which was fin