[Webkit-unassigned] [Bug 144066] New: IndieUI: proof-of-concept for media play/pause request

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 22 12:20:45 PDT 2015


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

            Bug ID: 144066
           Summary: IndieUI: proof-of-concept for media play/pause request
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jcraig at apple.com
                CC: webkit-bug-importer at group.apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150422/c66f39e6/attachment.html>


More information about the webkit-unassigned mailing list