[html5] r6326 - [e] (0) typo

whatwg at whatwg.org whatwg at whatwg.org
Tue Jul 26 10:42:28 PDT 2011


Author: ianh
Date: 2011-07-26 10:42:26 -0700 (Tue, 26 Jul 2011)
New Revision: 6326

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo

Modified: complete.html
===================================================================
--- complete.html	2011-07-26 04:59:42 UTC (rev 6325)
+++ complete.html	2011-07-26 17:42:26 UTC (rev 6326)
@@ -34193,10 +34193,10 @@
   invokes a user agent interface control for beginning playback.</p>
 
   <p>When a <a href=#media-element>media element</a> has a <a href=#current-media-controller>current media
-  controller</a>, seeking must be implemented in terms of the <code title=dom-MediaController-seek>seek()</code> method on that
-  <code><a href=#mediacontroller>MediaController</a></code> object. Otherwise, the user agent must
-  directly <a href=#dom-media-seek title=dom-media-seek>seek</a> to the requested
-  position in the <a href=#media-element>media element</a>'s <a href=#media-timeline>media
+  controller</a>, seeking must be implemented in terms of the <code title=dom-MediaController-currentTime><a href=#dom-mediacontroller-currenttime>currentTime</a></code> attribute
+  on that <code><a href=#mediacontroller>MediaController</a></code> object. Otherwise, the user
+  agent must directly <a href=#dom-media-seek title=dom-media-seek>seek</a> to the
+  requested position in the <a href=#media-element>media element</a>'s <a href=#media-timeline>media
   timeline</a>.</p>
 
   <p>When a <a href=#media-element>media element</a> has a <a href=#current-media-controller>current media

Modified: index
===================================================================
--- index	2011-07-26 04:59:42 UTC (rev 6325)
+++ index	2011-07-26 17:42:26 UTC (rev 6326)
@@ -34065,10 +34065,10 @@
   invokes a user agent interface control for beginning playback.</p>
 
   <p>When a <a href=#media-element>media element</a> has a <a href=#current-media-controller>current media
-  controller</a>, seeking must be implemented in terms of the <code title=dom-MediaController-seek>seek()</code> method on that
-  <code><a href=#mediacontroller>MediaController</a></code> object. Otherwise, the user agent must
-  directly <a href=#dom-media-seek title=dom-media-seek>seek</a> to the requested
-  position in the <a href=#media-element>media element</a>'s <a href=#media-timeline>media
+  controller</a>, seeking must be implemented in terms of the <code title=dom-MediaController-currentTime><a href=#dom-mediacontroller-currenttime>currentTime</a></code> attribute
+  on that <code><a href=#mediacontroller>MediaController</a></code> object. Otherwise, the user
+  agent must directly <a href=#dom-media-seek title=dom-media-seek>seek</a> to the
+  requested position in the <a href=#media-element>media element</a>'s <a href=#media-timeline>media
   timeline</a>.</p>
 
   <p>When a <a href=#media-element>media element</a> has a <a href=#current-media-controller>current media

Modified: source
===================================================================
--- source	2011-07-26 04:59:42 UTC (rev 6325)
+++ source	2011-07-26 17:42:26 UTC (rev 6326)
@@ -37579,10 +37579,10 @@
 
   <p>When a <span>media element</span> has a <span>current media
   controller</span>, seeking must be implemented in terms of the <code
-  title="dom-MediaController-seek">seek()</code> method on that
-  <code>MediaController</code> object. Otherwise, the user agent must
-  directly <span title="dom-media-seek">seek</span> to the requested
-  position in the <span>media element</span>'s <span>media
+  title="dom-MediaController-currentTime">currentTime</code> attribute
+  on that <code>MediaController</code> object. Otherwise, the user
+  agent must directly <span title="dom-media-seek">seek</span> to the
+  requested position in the <span>media element</span>'s <span>media
   timeline</span>.</p>
 
   <p>When a <span>media element</span> has a <span>current media




More information about the Commit-Watchers mailing list