[html5] r2328 - [e] (0) More slight reorganisation of the video section.

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 13 14:09:00 PDT 2008


Author: ianh
Date: 2008-10-13 14:08:59 -0700 (Mon, 13 Oct 2008)
New Revision: 2328

Modified:
   index
   source
Log:
[e] (0) More slight reorganisation of the video section.

Modified: index
===================================================================
--- index	2008-10-13 21:05:29 UTC (rev 2327)
+++ index	2008-10-13 21:08:59 UTC (rev 2328)
@@ -17690,23 +17690,6 @@
   the <a href=#media-resource>media resource</a>, if any, that the user agent has so
   far rendered, at the time the attribute is evaluated.</p>
 
-  <hr><p id=media-playback>When a <a href=#media-element>media element</a> is
-  <a href=#potentially-playing>potentially playing</a> and its <code>Document</code> is an
-  <a href=#active-document>active document</a>, its <a href=#current-playback-position>current playback
-  position</a> must increase monotonically at <code title=dom-media-playbackRate><a href=#dom-media-playbackrate>playbackRate</a></code> units of media
-  time per unit time of wall clock time. If this value is not 1, the
-  user agent may apply pitch adjustments to any audio component of the
-  <a href=#media-resource>media resource</a>.</p>
-
-  <p class=note>This specification doesn't define how the user agent
-  achieves the appropriate playback rate — depending on the
-  protocol and media available, it is plausible that the user agent
-  could negotiate with the server to have the server provide the media
-  data at the appropriate rate, so that (except for the period between
-  when the rate is changed and when the server updates the stream's
-  playback rate) the client doesn't actually have to drop or
-  interpolate any frames.</p>
-
   <hr><p>When the <dfn id=dom-media-play title=dom-media-play><code>play()</code></dfn>
   method on a <a href=#media-element>media element</a> is invoked, the user agent
   must run the following steps.</p>
@@ -17780,7 +17763,24 @@
    event</a> called <code title=event-pause><a href=#event-pause>pause</a></code> at the
    element.</li>
 
-  </ol><hr><p>When the <a href=#current-playback-position>current playback position</a> of a <a href=#media-element>media
+  </ol><hr><p id=media-playback>When a <a href=#media-element>media element</a> is
+  <a href=#potentially-playing>potentially playing</a> and its <code>Document</code> is an
+  <a href=#active-document>active document</a>, its <a href=#current-playback-position>current playback
+  position</a> must increase monotonically at <code title=dom-media-playbackRate><a href=#dom-media-playbackrate>playbackRate</a></code> units of media
+  time per unit time of wall clock time. If this value is not 1, the
+  user agent may apply pitch adjustments to any audio component of the
+  <a href=#media-resource>media resource</a>.</p>
+
+  <p class=note>This specification doesn't define how the user agent
+  achieves the appropriate playback rate — depending on the
+  protocol and media available, it is plausible that the user agent
+  could negotiate with the server to have the server provide the media
+  data at the appropriate rate, so that (except for the period between
+  when the rate is changed and when the server updates the stream's
+  playback rate) the client doesn't actually have to drop or
+  interpolate any frames.</p>
+
+  <hr><p>When the <a href=#current-playback-position>current playback position</a> of a <a href=#media-element>media
   element</a> changes (e.g. due to playback or seeking), the user
   agent must run the following steps. If the <a href=#current-playback-position>current playback
   position</a> changes while the steps are running, then the user

Modified: source
===================================================================
--- source	2008-10-13 21:05:29 UTC (rev 2327)
+++ source	2008-10-13 21:08:59 UTC (rev 2328)
@@ -19063,26 +19063,6 @@
 
   <hr>
 
-  <p id="media-playback">When a <span>media element</span> is
-  <span>potentially playing</span> and its <code>Document</code> is an
-  <span>active document</span>, its <span>current playback
-  position</span> must increase monotonically at <code
-  title="dom-media-playbackRate">playbackRate</code> units of media
-  time per unit time of wall clock time. If this value is not 1, the
-  user agent may apply pitch adjustments to any audio component of the
-  <span>media resource</span>.</p>
-
-  <p class="note">This specification doesn't define how the user agent
-  achieves the appropriate playback rate — depending on the
-  protocol and media available, it is plausible that the user agent
-  could negotiate with the server to have the server provide the media
-  data at the appropriate rate, so that (except for the period between
-  when the rate is changed and when the server updates the stream's
-  playback rate) the client doesn't actually have to drop or
-  interpolate any frames.</p>
-
-  <hr>
-
   <p>When the <dfn title="dom-media-play"><code>play()</code></dfn>
   method on a <span>media element</span> is invoked, the user agent
   must run the following steps.</p>
@@ -19182,6 +19162,26 @@
 
   <hr>
 
+  <p id="media-playback">When a <span>media element</span> is
+  <span>potentially playing</span> and its <code>Document</code> is an
+  <span>active document</span>, its <span>current playback
+  position</span> must increase monotonically at <code
+  title="dom-media-playbackRate">playbackRate</code> units of media
+  time per unit time of wall clock time. If this value is not 1, the
+  user agent may apply pitch adjustments to any audio component of the
+  <span>media resource</span>.</p>
+
+  <p class="note">This specification doesn't define how the user agent
+  achieves the appropriate playback rate — depending on the
+  protocol and media available, it is plausible that the user agent
+  could negotiate with the server to have the server provide the media
+  data at the appropriate rate, so that (except for the period between
+  when the rate is changed and when the server updates the stream's
+  playback rate) the client doesn't actually have to drop or
+  interpolate any frames.</p>
+
+  <hr>
+
   <p>When the <span>current playback position</span> of a <span>media
   element</span> changes (e.g. due to playback or seeking), the user
   agent must run the following steps. If the <span>current playback




More information about the Commit-Watchers mailing list