[html5] r2408 - [e] (0) Clarify 'static'.

whatwg at whatwg.org whatwg at whatwg.org
Sun Nov 16 17:14:26 PST 2008


Author: ianh
Date: 2008-11-16 17:14:26 -0800 (Sun, 16 Nov 2008)
New Revision: 2408

Modified:
   index
   source
Log:
[e] (0) Clarify 'static'.

Modified: index
===================================================================
--- index	2008-11-17 01:11:55 UTC (rev 2407)
+++ index	2008-11-17 01:14:26 UTC (rev 2408)
@@ -17627,7 +17627,7 @@
   otherwise.</p>
 
   <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
@@ -18015,7 +18015,7 @@
   at the <a href=#media-element>media element</a>.</p>
 
   <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>
@@ -18288,7 +18288,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>

Modified: source
===================================================================
--- source	2008-11-17 01:11:55 UTC (rev 2407)
+++ source	2008-11-17 01:14:26 UTC (rev 2408)
@@ -19020,7 +19020,7 @@
   otherwise.</p>
 
   <p>The <dfn title="dom-media-buffered"><code>buffered</code></dfn>
-  attribute must return a static <span>normalized
+  attribute must return a new static <span>normalized
   <code>TimeRanges</code> object</span> that represents the ranges of
   the <span>media resource</span>, if any, that the user agent has
   buffered, at the time the attribute is evaluated. Users agents must
@@ -19490,7 +19490,7 @@
   at the <span>media element</span>.</p>
 
   <p>The <dfn title="dom-media-played"><code>played</code></dfn>
-  attribute must return a static <span>normalized
+  attribute must return a new static <span>normalized
   <code>TimeRanges</code> object</span> that represents the ranges of
   the <span>media resource</span>, if any, that the user agent has so
   far rendered, at the time the attribute is evaluated.</p>
@@ -19820,7 +19820,7 @@
   </ol>
 
   <p>The <dfn title="dom-media-seekable"><code>seekable</code></dfn>
-  attribute must return a static <span>normalized
+  attribute must return a new static <span>normalized
   <code>TimeRanges</code> object</span> that represents the ranges of
   the <span>media resource</span>, if any, that the user agent is able
   to seek to, at the time the attribute is evaluated.</p>




More information about the Commit-Watchers mailing list