- From: poot <cvsmail@w3.org>
- Date: Mon, 17 Nov 2008 10:17:36 +0900 (JST)
- To: public-html-diffs@w3.org
Clarify 'static'. (whatwg r2408) play() http://people.w3.org/mike/diffs/html5/spec/Overview.1.1580.html#dom-media-play buffered http://people.w3.org/mike/diffs/html5/spec/Overview.1.1580.html#dom-media-buffered The user agent must queue a task to fire a simple event called timeupdate at the element. http://people.w3.org/mike/diffs/html5/spec/Overview.1.1580.html#seekUpdate bufferingThrottled http://people.w3.org/mike/diffs/html5/spec/Overview.1.1580.html#dom-media-bufferingthrottled When the defaultPlaybackRate or playbackRate attributes change value (either by being set by script or by being changed directly by the user agent, e.g. in response to user control) the user agent must queue a task to fire a simple event called ratechange at the media element. http://people.w3.org/mike/diffs/html5/spec/Overview.1.1580.html#rateUpdate played http://people.w3.org/mike/diffs/html5/spec/Overview.1.1580.html#dom-media-played seekable http://people.w3.org/mike/diffs/html5/spec/Overview.1.1580.html#dom-media-seekable http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1579&r2=1.1580&f=h http://html5.org/tools/web-apps-tracker?from=2407&to=2408 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1579 retrieving revision 1.1580 diff -u -d -r1.1579 -r1.1580 --- Overview.html 17 Nov 2008 01:11:59 -0000 1.1579 +++ Overview.html 17 Nov 2008 01:14:30 -0000 1.1580 @@ -14437,7 +14437,7 @@ throttling the bandwidth used by the download (including when throttling to zero to pause the download altogether), and false otherwise.<p>The <dfn id=dom-media-buffered title=dom-media-buffered><code>buffered</code></dfn> - attribute must return a static <a href=#normalized-timeranges-object>normalized + 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 buffered, at the time the attribute is evaluated. Users agents must @@ -14739,7 +14739,7 @@ user agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> called <code title=event-ratechange><a href=#event-ratechange>ratechange</a></code> at the <a href=#media-element>media element</a>.<p>The <dfn id=dom-media-played title=dom-media-played><code>played</code></dfn> - attribute must return a static <a href=#normalized-timeranges-object>normalized + 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><hr><p>When the <dfn id=dom-media-play title=dom-media-play><code>play()</code></dfn> @@ -14983,7 +14983,7 @@ a simple event</a> called <code title=event-seeked><a href=#event-seeked>seeked</a></code> at the element.</li> </ol><p>The <dfn id=dom-media-seekable title=dom-media-seekable><code>seekable</code></dfn> - attribute must return a static <a href=#normalized-timeranges-object>normalized + 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 is able to seek to, at the time the attribute is evaluated.<p class=note>If the user agent can seek to anywhere in the
Received on Monday, 17 November 2008 01:18:12 UTC