Skip to content

Commit

Permalink
[] (0) Allow the UA to just pretend controls='' is always set, or to …
Browse files Browse the repository at this point in the history
…let the user ask for those controls.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17553
Affected topics: Video and Audio

git-svn-id: http://svn.whatwg.org/webapps@7461 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2012
1 parent 72ddd48 commit 819b47f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -35699,7 +35699,9 @@ <h5 id=user-interface><span class=secno>4.8.10.13 </span>User interface</h5>
<p>Even when the attribute is absent, however, user agents may provide controls to affect playback
of the media resource (e.g. play, pause, seeking, and volume controls), but such features should
not interfere with the page's normal rendering. For example, such features could be exposed in the
<a href=#media-element>media element</a>'s context menu.</p>
<a href=#media-element>media element</a>'s context menu. The user agent may implement this simply by <a href=#expose-a-user-interface-to-the-user title="expose a user interface to the user">exposing a user interface to the user</a> as
described above (as if the <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute was
present).</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,
Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -35699,7 +35699,9 @@ The General Relativistic Field Equations</pre>
<p>Even when the attribute is absent, however, user agents may provide controls to affect playback
of the media resource (e.g. play, pause, seeking, and volume controls), but such features should
not interfere with the page's normal rendering. For example, such features could be exposed in the
<a href=#media-element>media element</a>'s context menu.</p>
<a href=#media-element>media element</a>'s context menu. The user agent may implement this simply by <a href=#expose-a-user-interface-to-the-user title="expose a user interface to the user">exposing a user interface to the user</a> as
described above (as if the <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute was
present).</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,
Expand Down
5 changes: 4 additions & 1 deletion source
Expand Up @@ -41665,7 +41665,10 @@ The Final Minute</pre>
<p>Even when the attribute is absent, however, user agents may provide controls to affect playback
of the media resource (e.g. play, pause, seeking, and volume controls), but such features should
not interfere with the page's normal rendering. For example, such features could be exposed in the
<span>media element</span>'s context menu.</p>
<span>media element</span>'s context menu. The user agent may implement this simply by <span
title="expose a user interface to the user">exposing a user interface to the user</span> as
described above (as if the <code title="attr-media-controls">controls</code> attribute was
present).</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,
Expand Down

0 comments on commit 819b47f

Please sign in to comment.