<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - IndieUI: proof-of-concept for media play/pause request"
   href="https://bugs.webkit.org/show_bug.cgi?id=144066">144066</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>IndieUI: proof-of-concept for media play/pause request
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>528+ (Nightly build)
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Accessibility
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jcraig&#64;apple.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>webkit-bug-importer&#64;group.apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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 &quot;mediaplaypause&quot; proof-of-concept example will fire a single event for any of the following physical events:

- mouse click (OS X) on the UITrigger &quot;play/pause&quot; &lt;button&gt;.
- tap (iOS) on the UITrigger &quot;play/pause&quot; &lt;button&gt;.
- 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. &quot;magic tap&quot;) 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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>