html5/spec spec.html,1.1451,1.1452 video.html,1.946,1.947

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22260

Modified Files:
	spec.html video.html 
Log Message:
mention the problem with UAs that don't support playbackRate reliably. (whatwg r6033)

[updated by splitter]


Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.946
retrieving revision 1.947
diff -u -d -r1.946 -r1.947
--- video.html	27 Apr 2011 05:46:55 -0000	1.946
+++ video.html	27 Apr 2011 22:46:45 -0000	1.947
@@ -6030,7 +6030,9 @@
   allowing it to be garbage collected, or, even better, by removing
   the element's <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute and
   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><div class="impl">
+  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.18 </span>Best practices for implementors of media elements</h5>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1451
retrieving revision 1.1452
diff -u -d -r1.1451 -r1.1452
--- spec.html	27 Apr 2011 05:46:54 -0000	1.1451
+++ spec.html	27 Apr 2011 22:46:45 -0000	1.1452
@@ -367,7 +367,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4844.
+This is revision 1.4845.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Wednesday, 27 April 2011 22:46:49 UTC