Bug 144066 - IndieUI: proof-of-concept for media play/pause request
Summary: IndieUI: proof-of-concept for media play/pause request
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
: 144943 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-04-22 12:20 PDT by James Craig
Modified: 2019-04-24 17:49 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Craig 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.
Comment 1 Radar WebKit Bug Importer 2015-04-22 12:21:21 PDT
<rdar://problem/20655291>
Comment 2 James Craig 2015-04-22 12:22:54 PDT
Related to bug 144065
Comment 4 James Craig 2015-05-19 01:45:09 PDT
*** Bug 144943 has been marked as a duplicate of this bug. ***
Comment 5 James Craig 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.
Comment 6 James Craig 2019-04-24 17:49:24 PDT
Obsolete.