[html5] r6167 - [e] (0) loosen the wording around media.duration a little
whatwg at whatwg.org
whatwg at whatwg.org
Tue May 31 17:54:34 PDT 2011
Author: ianh
Date: 2011-05-31 17:54:33 -0700 (Tue, 31 May 2011)
New Revision: 6167
Modified:
complete.html
index
source
Log:
[e] (0) loosen the wording around media.duration a little
Modified: complete.html
===================================================================
--- complete.html 2011-06-01 00:27:42 UTC (rev 6166)
+++ complete.html 2011-06-01 00:54:33 UTC (rev 6167)
@@ -28059,8 +28059,9 @@
resource</a>, in seconds, on the <a href=#media-timeline>media timeline</a>. If
no <a href=#media-data>media data</a> is available, then the attributes must
return the Not-a-Number (NaN) value. If the <a href=#media-resource>media
- resource</a> is known to be unbounded (e.g. a streaming radio),
- then the attribute must return the positive Infinity value.</p>
+ resource</a> is not known to be bounded (e.g. streaming radio, or
+ a live event with no announced end time), then the attribute must
+ return the positive Infinity value.</p>
<p>The user agent must determine the duration of the <a href=#media-resource>media
resource</a> before playing any part of the <a href=#media-data>media
Modified: index
===================================================================
--- index 2011-06-01 00:27:42 UTC (rev 6166)
+++ index 2011-06-01 00:54:33 UTC (rev 6167)
@@ -28048,8 +28048,9 @@
resource</a>, in seconds, on the <a href=#media-timeline>media timeline</a>. If
no <a href=#media-data>media data</a> is available, then the attributes must
return the Not-a-Number (NaN) value. If the <a href=#media-resource>media
- resource</a> is known to be unbounded (e.g. a streaming radio),
- then the attribute must return the positive Infinity value.</p>
+ resource</a> is not known to be bounded (e.g. streaming radio, or
+ a live event with no announced end time), then the attribute must
+ return the positive Infinity value.</p>
<p>The user agent must determine the duration of the <a href=#media-resource>media
resource</a> before playing any part of the <a href=#media-data>media
Modified: source
===================================================================
--- source 2011-06-01 00:27:42 UTC (rev 6166)
+++ source 2011-06-01 00:54:33 UTC (rev 6167)
@@ -30582,8 +30582,9 @@
resource</span>, in seconds, on the <span>media timeline</span>. If
no <span>media data</span> is available, then the attributes must
return the Not-a-Number (NaN) value. If the <span>media
- resource</span> is known to be unbounded (e.g. a streaming radio),
- then the attribute must return the positive Infinity value.</p>
+ resource</span> is not known to be bounded (e.g. streaming radio, or
+ a live event with no announced end time), then the attribute must
+ return the positive Infinity value.</p>
<p>The user agent must determine the duration of the <span>media
resource</span> before playing any part of the <span>media
More information about the Commit-Watchers
mailing list