html5/spec Overview.html,1.5054,1.5055

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv354

Modified Files:
	Overview.html 
Log Message:
typo (whatwg r6326)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5054
retrieving revision 1.5055
diff -u -d -r1.5054 -r1.5055
--- Overview.html	25 Jul 2011 19:02:22 -0000	1.5054
+++ Overview.html	26 Jul 2011 17:42:33 -0000	1.5055
@@ -318,7 +318,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-25-july-2011">Editor's Draft 25 July 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-26-july-2011">Editor's Draft 26 July 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -464,7 +464,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 25 July 2011 Editor's Draft.
+  This specification is the 26 July 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -27085,10 +27085,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

Received on Tuesday, 26 July 2011 17:42:43 UTC