[html5] r8134 - [giow] (1) Suggest suppressing events while a user is interacting with a UA's na [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 6 14:31:36 PDT 2013
Author: ianh
Date: 2013-08-06 14:31:35 -0700 (Tue, 06 Aug 2013)
New Revision: 8134
Modified:
complete.html
index
source
Log:
[giow] (1) Suggest suppressing events while a user is interacting with a UA's native UI for <video>.
Affected topics: Video Text Tracks
Modified: complete.html
===================================================================
--- complete.html 2013-08-06 20:48:28 UTC (rev 8133)
+++ complete.html 2013-08-06 21:31:35 UTC (rev 8134)
@@ -32220,6 +32220,12 @@
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
Modified: index
===================================================================
--- index 2013-08-06 20:48:28 UTC (rev 8133)
+++ index 2013-08-06 21:31:35 UTC (rev 8134)
@@ -32220,6 +32220,12 @@
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
Modified: source
===================================================================
--- source 2013-08-06 20:48:28 UTC (rev 8133)
+++ source 2013-08-06 21:31:35 UTC (rev 8134)
@@ -34660,6 +34660,13 @@
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
More information about the Commit-Watchers
mailing list