- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Oct 2008 00:20:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4362
Modified Files:
Overview.html
Log Message:
update some broken links (credit: jcr) (whatwg r2307)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1479
retrieving revision 1.1480
diff -u -d -r1.1479 -r1.1480
--- Overview.html 9 Oct 2008 00:13:10 -0000 1.1479
+++ Overview.html 9 Oct 2008 00:20:16 -0000 1.1480
@@ -11,14 +11,14 @@
<h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->9 October 2008</h2>
<dl><!-- ZZZ: update the month/day
<dt>This Version:</dt>
- <dd><a href="http://www.w3.org/TR/2008/WD-html5-20080609/">http://www.w3.org/TR/2008/WD-html5-20080609/</a></dd>
+ <dd><a href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd>
:ZZZ --><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>
<dd><a href=http://www.w3.org/html/wg/html5/>http://www.w3.org/html/wg/html5/</a></dd>
<!-- ZZZ: add the new version after it has shipped -->
<dt>Previous Versions:</dt>
- <dd><a href=http://www.w3.org/TR/2008/WD-html5-20080609/>http://www.w3.org/TR/2008/WD-html5-20080609/</a>
+ <dd><a href=http://www.w3.org/TR/2008/WD-html5-20080610/>http://www.w3.org/TR/2008/WD-html5-20080610/</a>
<dd><a href=http://www.w3.org/TR/2008/WD-html5-20080122/>http://www.w3.org/TR/2008/WD-html5-20080122/</a>
<!-- :ZZZ -->
<dt>Editors:</dt>
@@ -1092,7 +1092,7 @@
client.</dd>
- <dt><a href=#repetition>Repetition Templates</a></dt>
+ <dt><a href=#datatemplate>Data Templates</a></dt>
<dd>A mechanism to support repeating sections in forms.</dd>
@@ -14026,7 +14026,7 @@
<li><p class=note>A number of attributes, including <code title=dom-media-duration><a href=#dom-media-duration>duration</a></code>, <code title=dom-media-buffered><a href=#dom-media-buffered>buffered</a></code>, and <code title=dom-media-played><a href=#dom-media-played>played</a></code>, become
available.</li>
- <li><p class=note>The user agent <a href=#durationUpdate>will</a> <a href=#queue-a-task>queue a task</a> to
+ <li><p class=note>The user agent <a href=#durationChange>will</a> <a href=#queue-a-task>queue a task</a> to
<a href=#fire-a-simple-event>fire a simple event</a> called <code title=event-durationchange><a href=#event-durationchange>durationchange</a></code> at the
element at this point.</li>
Received on Thursday, 9 October 2008 00:20:53 UTC