Skip to content

Commit

Permalink
[e] (0) mention the problem with UAs that don't support playbackRate …
Browse files Browse the repository at this point in the history
…reliably.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10837

git-svn-id: http://svn.whatwg.org/webapps@6033 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 27, 2011
1 parent 174ef84 commit 77a1c6b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion complete.html
Expand Up @@ -239,7 +239,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 26 April 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 27 April 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -33501,6 +33501,10 @@ <h5 id=best-practices-for-authors-using-media-elements><span class=secno>4.8.10.
any <code><a href=#the-source-element>source</a></code> element descendants, and invoking the
element's <code title=dom-media-load><a href=#dom-media-load>load()</a></code> method.</p>

<p>Similarly, when the playback rate is not exactly 1.0, hardware,
software, or format limitations can cause video frames to be dropped
and audio to be choppy or muted.</p>


<div class=impl>

Expand Down
6 changes: 5 additions & 1 deletion index
Expand Up @@ -243,7 +243,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 26 April 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 27 April 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -33524,6 +33524,10 @@ interface <dfn id=texttrackcue>TextTrackCue</dfn> {
any <code><a href=#the-source-element>source</a></code> element descendants, and invoking the
element's <code title=dom-media-load><a href=#dom-media-load>load()</a></code> method.</p>

<p>Similarly, when the playback rate is not exactly 1.0, hardware,
software, or format limitations can cause video frames to be dropped
and audio to be choppy or muted.</p>


<div class=impl>

Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -36922,6 +36922,10 @@ interface <dfn>TextTrackCue</dfn> {
any <code>source</code> element descendants, and invoking the
element's <code title="dom-media-load">load()</code> method.</p>

<p>Similarly, when the playback rate is not exactly 1.0, hardware,
software, or format limitations can cause video frames to be dropped
and audio to be choppy or muted.</p>


<div class="impl">

Expand Down

0 comments on commit 77a1c6b

Please sign in to comment.