RESOLVED WONTFIX 144066
IndieUI: proof-of-concept for media play/pause request
https://bugs.webkit.org/show_bug.cgi?id=144066
Summary IndieUI: proof-of-concept for media play/pause request
James Craig
Reported 2015-04-22 12:20:45 PDT
Even though this is not an accessibility-specific feature, filing under the Accessibility component for now b/c there isn't a better place to implement end-to-end. The "mediaplaypause" proof-of-concept example will fire a single event for any of the following physical events: - mouse click (OS X) on the UITrigger "play/pause" <button>. - tap (iOS) on the UITrigger "play/pause" <button>. - playpause media key press (OS X) on a physical keyboard. - headphone remote click (OS X and iOS). - VoiceOver's two-finger double-tap gesture (a.k.a. "magic tap") when VoiceOver is active on iOS. This example will be especially useful because 3 of the 5 physical events cannot currently be detected by a web application. Test case to be added.
Attachments
Radar WebKit Bug Importer
Comment 1 2015-04-22 12:21:21 PDT
James Craig
Comment 2 2015-04-22 12:22:54 PDT
Related to bug 144065
James Craig
Comment 4 2015-05-19 01:45:09 PDT
*** Bug 144943 has been marked as a duplicate of this bug. ***
James Craig
Comment 5 2015-08-20 17:17:46 PDT
The goal of this proof-of-concept is to take work previously specified in IndieUI and demonstrate its value to other WGs, especially the general value that is not related to accessibility. The final API is unlikely to end up using the exact IndieUI API, in part due to baggage related to WAI process. The concepts are just complicated enough that few people understand the problem space. A demo is worth a thousand words.
James Craig
Comment 6 2019-04-24 17:49:24 PDT
Obsolete.
Note You need to log in before you can comment on or make changes to this bug.