- From: poot <cvsmail@w3.org>
- Date: Wed, 13 Jun 2012 17:44:47 -0400
- To: public-html-diffs@w3.org
hixie: Better definition of media.played. (whatwg r7131) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5682&r2=1.5683&f=h http://html5.org/tools/web-apps-tracker?from=7130&to=7131 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5682 retrieving revision 1.5683 diff -u -d -r1.5682 -r1.5683 --- Overview.html 11 Jun 2012 23:12:16 -0000 1.5682 +++ Overview.html 13 Jun 2012 21:44:04 -0000 1.5683 @@ -321,7 +321,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-11-june-2012">Editor's Draft 11 June 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-13-june-2012">Editor's Draft 13 June 2012</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -514,7 +514,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 11 June 2012 Editor's Draft. + This specification is the 13 June 2012 Editor's Draft. </p> @@ -28610,8 +28610,10 @@ <hr><p>The <dfn id="dom-media-played" title="dom-media-played"><code>played</code></dfn> attribute must return a new static <a href="#normalized-timeranges-object">normalized <code>TimeRanges</code> object</a> that represents the ranges of - 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> + points on the <a href="#media-timeline">media timeline</a> of the <a href="#media-resource">media + resource</a> reached through the usual monotonic increase of the + <a href="#current-playback-position">current playback position</a> during normal playback, if + any, at the time the attribute is evaluated.</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 @@ -28737,8 +28739,11 @@ <a href="#potentially-playing">potentially playing</a> and its <code><a href="#document">Document</a></code> is a <a href="#fully-active">fully active</a> <code><a href="#document">Document</a></code>, its <a href="#current-playback-position">current playback position</a> must increase monotonically at - <a href="#effective-playback-rate">effective playback rate</a> units of media time per unit time - of the <a href="#media-timeline">media timeline</a>'s clock.</p> + <a href="#effective-playback-rate">effective playback rate</a> units of media time per unit + time of the <a href="#media-timeline">media timeline</a>'s clock. (This specification + always refers to this as an <i>increase</i>, but that increase could + actually be a <em>de</em>crease if the <a href="#effective-playback-rate">effective playback + rate</a> is negative.)</p> <p class="note">The <a href="#effective-playback-rate">effective playback rate</a> can be 0.0, in which case the <a href="#current-playback-position">current playback position</a> doesn't @@ -30045,10 +30050,13 @@ <p>The <dfn id="dom-mediacontroller-played" title="dom-MediaController-played"><code>played</code></dfn> attribute must return a new static <a href="#normalized-timeranges-object">normalized <code>TimeRanges</code> object</a> that represents the union of - the ranges of the <a href="#media-resource" title="media resource">media + the ranges of points on the <a href="#media-timeline" title="media timeline">media + timelines</a> of the <a href="#media-resource" title="media resource">media resources</a> of the <a href="#slaved-media-elements">slaved media elements</a> that the - user agent has so far rendered, at the time the attribute is - evaluated.</p> + user agent has so far reached through the usual monotonic increase + of their <a href="#current-playback-position" title="current playback position">current playback + positions</a> during normal playback, at the time the attribute + is evaluated.</p> <hr><p>A <code><a href="#mediacontroller">MediaController</a></code> has a <dfn id="media-controller-default-playback-rate">media controller default playback rate</dfn> and a <dfn id="media-controller-playback-rate">media controller playback
Received on Wednesday, 13 June 2012 21:44:49 UTC