Bug 211415 - AX: Implement accessibility of HTML 5.1 Drag & Drop
Summary: AX: Implement accessibility of HTML 5.1 Drag & Drop
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-04 17:25 PDT by chris fleizach
Modified: 2020-05-06 13:11 PDT (History)
12 users (show)

See Also:


Attachments
patch (25.47 KB, patch)
2020-05-04 23:55 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (25.47 KB, patch)
2020-05-05 00:00 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (26.38 KB, patch)
2020-05-05 00:36 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (26.45 KB, patch)
2020-05-05 01:18 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (26.45 KB, patch)
2020-05-05 01:32 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (26.45 KB, patch)
2020-05-05 11:58 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (26.38 KB, patch)
2020-05-05 12:00 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (26.38 KB, patch)
2020-05-05 12:27 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (26.38 KB, patch)
2020-05-05 12:41 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (26.38 KB, patch)
2020-05-05 13:23 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (21.92 KB, patch)
2020-05-05 14:25 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (22.83 KB, patch)
2020-05-05 15:28 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (22.76 KB, patch)
2020-05-05 16:37 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (22.75 KB, patch)
2020-05-05 22:18 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (22.88 KB, patch)
2020-05-05 23:46 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (22.84 KB, patch)
2020-05-05 23:48 PDT, chris fleizach
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2020-05-04 17:25:05 PDT
Content attributes to be mapped:
- @draggable
- @dropzone (optional for the author, which represents a major problem for VoiceOver)

Events
- dragstart
- dragenter
- dragover
- drop
Comment 1 chris fleizach 2020-05-04 17:25:18 PDT
<rdar://problem/22695531>
Comment 2 chris fleizach 2020-05-04 23:55:29 PDT
Created attachment 398480 [details]
patch
Comment 3 chris fleizach 2020-05-05 00:00:58 PDT
Created attachment 398481 [details]
patch
Comment 4 chris fleizach 2020-05-05 00:36:39 PDT
Created attachment 398486 [details]
patch
Comment 5 chris fleizach 2020-05-05 01:18:22 PDT
Created attachment 398490 [details]
patch
Comment 6 chris fleizach 2020-05-05 01:32:20 PDT
Created attachment 398492 [details]
patch
Comment 7 chris fleizach 2020-05-05 11:58:50 PDT
Created attachment 398534 [details]
patch
Comment 8 chris fleizach 2020-05-05 12:00:34 PDT
Created attachment 398535 [details]
patch
Comment 9 chris fleizach 2020-05-05 12:27:23 PDT
Created attachment 398540 [details]
patch
Comment 10 chris fleizach 2020-05-05 12:41:05 PDT
Created attachment 398542 [details]
patch
Comment 11 chris fleizach 2020-05-05 13:23:00 PDT
Created attachment 398546 [details]
patch
Comment 12 chris fleizach 2020-05-05 14:25:55 PDT
Created attachment 398551 [details]
patch
Comment 13 chris fleizach 2020-05-05 15:28:47 PDT
Created attachment 398559 [details]
patch
Comment 14 chris fleizach 2020-05-05 16:37:27 PDT
Created attachment 398567 [details]
patch
Comment 15 chris fleizach 2020-05-05 22:18:43 PDT
Created attachment 398589 [details]
patch
Comment 16 chris fleizach 2020-05-05 23:46:16 PDT
Created attachment 398595 [details]
patch
Comment 17 chris fleizach 2020-05-05 23:48:36 PDT
Created attachment 398596 [details]
patch
Comment 18 EWS 2020-05-06 13:11:43 PDT
Committed r261248: <https://trac.webkit.org/changeset/261248>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 398596 [details].