[html5] r6033 - [e] (0) mention the problem with UAs that don't support playbackRate reliably. F [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Apr 27 15:10:56 PDT 2011


Author: ianh
Date: 2011-04-27 15:10:54 -0700 (Wed, 27 Apr 2011)
New Revision: 6033

Modified:
   complete.html
   index
   source
Log:
[e] (0) mention the problem with UAs that don't support playbackRate reliably.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10837

Modified: complete.html
===================================================================
--- complete.html	2011-04-26 21:22:14 UTC (rev 6032)
+++ complete.html	2011-04-27 22:10:54 UTC (rev 6033)
@@ -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 — Last Updated 26 April 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>-->
@@ -33501,7 +33501,11 @@
   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>
 
   <h5 id=best-practices-for-implementors-of-media-elements><span class=secno>4.8.10.19 </span>Best practices for implementors of media elements</h5>

Modified: index
===================================================================
--- index	2011-04-26 21:22:14 UTC (rev 6032)
+++ index	2011-04-27 22:10:54 UTC (rev 6033)
@@ -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 — Last Updated 26 April 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>-->
@@ -33524,7 +33524,11 @@
   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>
 
   <h5 id=best-practices-for-implementors-of-media-elements><span class=secno>4.8.10.19 </span>Best practices for implementors of media elements</h5>

Modified: source
===================================================================
--- source	2011-04-26 21:22:14 UTC (rev 6032)
+++ source	2011-04-27 22:10:54 UTC (rev 6033)
@@ -36922,7 +36922,11 @@
   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">
 
   <h5>Best practices for implementors of media elements</h5>




More information about the Commit-Watchers mailing list