spec/Overview.html 1.1480 2307 update some broken links (credit: jcr) (

update some broken links (credit: jcr) (whatwg r2307)

Editor's Draft 9 October 2008
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1480.html#editor-s-draft-date-zzz-9-june-2008
If the media data can be fetched but has non-fatal errors or uses, in part, codecs that are unsupported, preventing the user agent from rendering the content completely correctly but not preventing playback altogether
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1480.html#non-fatal-media-error
1.6 Structure of this specification
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1480.html#structure-of-this-specification

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1479&r2=1.1480&f=h
http://html5.org/tools/web-apps-tracker?from=2306&to=2307

===================================================================
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:24:07 UTC