- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 17 Nov 2008 01:14:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv9767 Modified Files: Overview.html Log Message: Clarify 'static'. (whatwg r2408) Index: Overview.html =================================================================== 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:14:41 UTC