html5/spec Overview.html,1.5145,1.5146

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

Modified Files:
	Overview.html 
Log Message:
copy-pasta (whatwg r6445)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5145
retrieving revision 1.5146
diff -u -d -r1.5145 -r1.5146
--- Overview.html	13 Aug 2011 05:38:34 -0000	1.5145
+++ Overview.html	14 Aug 2011 06:19:22 -0000	1.5146
@@ -320,7 +320,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-13-august-2011">Editor's Draft 13 August 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-14-august-2011">Editor's Draft 14 August 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>
@@ -466,7 +466,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 13 August 2011 Editor's Draft.
+  This specification is the 14 August 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
@@ -48051,12 +48051,12 @@
      attribute must be set to true, the <code title="dom-ProgressEvents-total">total</code> attribute must be
      set to the number of files in <var title="">file list</var>, and
      the <code title="dom-ProgressEvents-loaded">loaded</code>
-     attribute must be set to the number of number of files in <var title="">file list</var> that have been either downloaded or
+     attribute must be set to the number of files in <var title="">file list</var> that have been either downloaded or
      skipped so far. The default action of these events must be, if
      the user agent <a href="#shows-caching-progress">shows caching progress</a>, the display
      of some sort of user interface indicating to the user that a file
-     is being downloaded in preparation for updating the
-     application. <a href="#refsPROGRESS">[PROGRESS]</a></li>
+     is being downloaded in preparation for updating the application.
+     <a href="#refsPROGRESS">[PROGRESS]</a></li>
 
      <li>
 
@@ -48200,11 +48200,11 @@
    <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
    host</a>. The <code title="dom-ProgressEvents-lengthComputable">lengthComputable</code>
    attribute must be set to true, the <code title="dom-ProgressEvents-total">total</code> and the <code title="dom-ProgressEvents-loaded">loaded</code> attributes must be
-   set to the number of number of files in <var title="">file
-   list</var>. The default action of these events must be, if the user
-   agent <a href="#shows-caching-progress">shows caching progress</a>, the display of some sort
-   of user interface indicating to the user that all the files have
-   been downloaded. <a href="#refsPROGRESS">[PROGRESS]</a></li>
+   set to the number of files in <var title="">file list</var>. The
+   default action of these events must be, if the user agent
+   <a href="#shows-caching-progress">shows caching progress</a>, the display of some sort of
+   user interface indicating to the user that all the files have been
+   downloaded. <a href="#refsPROGRESS">[PROGRESS]</a></li>
 
    <li><p>Store the list of <a href="#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">fallback namespaces</a>,
    and the URLs of the <a href="#concept-appcache-fallback" title="concept-appcache-fallback">fallback entries</a> that they

Received on Sunday, 14 August 2011 06:19:33 UTC