[Webkit-unassigned] [Bug 114643] WebKit does not expose HTML5 drag/drop status

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 27 10:03:40 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=114643

--- Comment #11 from James Craig <jcraig at apple.com> ---
(In reply to comment #6)

> My guess what needs to happen here is that the existing webkit methods (that
> Chris mentions) that expose draggable information, are only looking at
> webkit-specific properties like -webkit-user-drag. We need to modify those
> methods (Chris, please feel free to correct me if I am wrong) to
> *additionally* look at the new HTML-5 attributes (such as 'draggable'), and
> effectively treat those the same way as the original equivalent webkit
> properties

You might try looking at the implementation for aria-grabbed as defined in the latest editor's draft of ARIA, and comparing those states to the HTML attributes such as @draggable.

http://rawgit.com/w3c/aria/master/aria/aria.html#aria-grabbed

Points of note: VoiceOver drag drop will not work yet because neither the ARIA nor the HTML implementation of drag/drop is complete. HTML is lacking any indication of drop targets, and ARIA does not provide any way to confirm a drop target action was completed. 

This bug is only about getting the properties exposed to the AX APIs, which you can review with Accessibility Inspector.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150227/811694d9/attachment-0002.html>


More information about the webkit-unassigned mailing list