- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Jul 2011 17:46:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv831
Modified Files:
spec.html the-iframe-element.html
Log Message:
typo (whatwg r6326)
[updated by splitter]
Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- the-iframe-element.html 22 Jul 2011 14:46:26 -0000 1.79
+++ the-iframe-element.html 26 Jul 2011 17:46:27 -0000 1.80
@@ -7482,10 +7482,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
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1572
retrieving revision 1.1573
diff -u -d -r1.1572 -r1.1573
--- spec.html 25 Jul 2011 19:46:25 -0000 1.1572
+++ spec.html 26 Jul 2011 17:46:27 -0000 1.1573
@@ -322,7 +322,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>
@@ -347,7 +347,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.5054.
+This is revision 1.5055.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -468,7 +468,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
Received on Tuesday, 26 July 2011 17:46:31 UTC