[html5] r5441 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10186

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 7 22:56:26 PDT 2010


Author: ianh
Date: 2010-09-07 22:56:21 -0700 (Tue, 07 Sep 2010)
New Revision: 5441

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10186

Modified: complete.html
===================================================================
--- complete.html	2010-09-08 05:51:16 UTC (rev 5440)
+++ complete.html	2010-09-08 05:56:21 UTC (rev 5441)
@@ -26590,10 +26590,10 @@
   to seek to, at the time the attribute is evaluated.</p>
 
   <p class=note>If the user agent can seek to anywhere in the
-  <a href=#media-resource>media resource</a>, e.g. because it a simple movie file and
-  the user agent and the server support HTTP Range requests, then the
-  attribute would return an object with one range, whose start is the
-  time of the first frame (the <a href=#earliest-possible-position>earliest possible
+  <a href=#media-resource>media resource</a>, e.g. because it is a simple movie file
+  and the user agent and the server support HTTP Range requests, then
+  the attribute would return an object with one range, whose start is
+  the time of the first frame (the <a href=#earliest-possible-position>earliest possible
   position</a>, typically zero), and whose end is the same as the
   time of the first frame plus the <code title=dom-media-duration><a href=#dom-media-duration>duration</a></code> attribute's value (which
   would equal the time of the last frame, and might be positive

Modified: index
===================================================================
--- index	2010-09-08 05:51:16 UTC (rev 5440)
+++ index	2010-09-08 05:56:21 UTC (rev 5441)
@@ -26570,10 +26570,10 @@
   to seek to, at the time the attribute is evaluated.</p>
 
   <p class=note>If the user agent can seek to anywhere in the
-  <a href=#media-resource>media resource</a>, e.g. because it a simple movie file and
-  the user agent and the server support HTTP Range requests, then the
-  attribute would return an object with one range, whose start is the
-  time of the first frame (the <a href=#earliest-possible-position>earliest possible
+  <a href=#media-resource>media resource</a>, e.g. because it is a simple movie file
+  and the user agent and the server support HTTP Range requests, then
+  the attribute would return an object with one range, whose start is
+  the time of the first frame (the <a href=#earliest-possible-position>earliest possible
   position</a>, typically zero), and whose end is the same as the
   time of the first frame plus the <code title=dom-media-duration><a href=#dom-media-duration>duration</a></code> attribute's value (which
   would equal the time of the last frame, and might be positive

Modified: source
===================================================================
--- source	2010-09-08 05:51:16 UTC (rev 5440)
+++ source	2010-09-08 05:56:21 UTC (rev 5441)
@@ -28842,10 +28842,10 @@
   to seek to, at the time the attribute is evaluated.</p>
 
   <p class="note">If the user agent can seek to anywhere in the
-  <span>media resource</span>, e.g. because it a simple movie file and
-  the user agent and the server support HTTP Range requests, then the
-  attribute would return an object with one range, whose start is the
-  time of the first frame (the <span>earliest possible
+  <span>media resource</span>, e.g. because it is a simple movie file
+  and the user agent and the server support HTTP Range requests, then
+  the attribute would return an object with one range, whose start is
+  the time of the first frame (the <span>earliest possible
   position</span>, typically zero), and whose end is the same as the
   time of the first frame plus the <code
   title="dom-media-duration">duration</code> attribute's value (which




More information about the Commit-Watchers mailing list