Skip to content

Commit

Permalink
[giow] (1) Suggest suppressing events while a user is interacting wit…
Browse files Browse the repository at this point in the history
…h a UA's native UI for <video>.

Affected topics: Video Text Tracks

git-svn-id: http://svn.whatwg.org/webapps@8134 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 6, 2013
1 parent 2f6750c commit ef57900
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -32220,6 +32220,12 @@ <h5 id=user-interface><span class=secno>4.8.10.13 </span>User interface</h5>
described above (as if the <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute was
present).</p>

<p>If the user agent <a href=#expose-a-user-interface-to-the-user title="expose a user interface to the user">exposes a user interface to
the user</a> by displaying controls over the <a href=#media-element>media element</a>, then the user agent
should suppress any user interaction events while the user agent is interacting with this
interface. (For example, if the user clicks on a video's playback control, <code title=event-mousedown>mousedown</code> events and so forth would not simultaneously be fired at
elements on the page.)</p>

<p>Where possible (specifically, for starting, stopping, pausing, and unpausing playback, for
seeking, for changing the rate of playback, for fast-forwarding or rewinding, for listing,
enabling, and disabling text tracks, and for muting or changing the volume of the audio), user
Expand Down
6 changes: 6 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -32220,6 +32220,12 @@ The General Relativistic Field Equations</pre>
described above (as if the <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute was
present).</p>

<p>If the user agent <a href=#expose-a-user-interface-to-the-user title="expose a user interface to the user">exposes a user interface to
the user</a> by displaying controls over the <a href=#media-element>media element</a>, then the user agent
should suppress any user interaction events while the user agent is interacting with this
interface. (For example, if the user clicks on a video's playback control, <code title=event-mousedown>mousedown</code> events and so forth would not simultaneously be fired at
elements on the page.)</p>

<p>Where possible (specifically, for starting, stopping, pausing, and unpausing playback, for
seeking, for changing the rate of playback, for fast-forwarding or rewinding, for listing,
enabling, and disabling text tracks, and for muting or changing the volume of the audio), user
Expand Down
7 changes: 7 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -34660,6 +34660,13 @@ The General Relativistic Field Equations</pre>
described above (as if the <code title="attr-media-controls">controls</code> attribute was
present).</p>

<p>If the user agent <span title="expose a user interface to the user">exposes a user interface to
the user</span> by displaying controls over the <span>media element</span>, then the user agent
should suppress any user interaction events while the user agent is interacting with this
interface. (For example, if the user clicks on a video's playback control, <code
title="event-mousedown">mousedown</code> events and so forth would not simultaneously be fired at
elements on the page.)</p>

<p>Where possible (specifically, for starting, stopping, pausing, and unpausing playback, for
seeking, for changing the rate of playback, for fast-forwarding or rewinding, for listing,
enabling, and disabling text tracks, and for muting or changing the volume of the audio), user
Expand Down

0 comments on commit ef57900

Please sign in to comment.