html5/spec offline.html,1.1044,1.1045 spec.html,1.1618,1.1619

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

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

[updated by splitter]


Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec/offline.html,v
retrieving revision 1.1044
retrieving revision 1.1045
diff -u -d -r1.1044 -r1.1045
--- offline.html	9 Aug 2011 22:46:28 -0000	1.1044
+++ offline.html	14 Aug 2011 06:46:24 -0000	1.1045
@@ -1478,12 +1478,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="references.html#refsPROGRESS">[PROGRESS]</a></p></li>
+     is being downloaded in preparation for updating the application.
+     <a href="references.html#refsPROGRESS">[PROGRESS]</a></p></li>
 
      <li>
 
@@ -1627,11 +1627,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="references.html#refsPROGRESS">[PROGRESS]</a></p></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="references.html#refsPROGRESS">[PROGRESS]</a></p></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

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1618
retrieving revision 1.1619
diff -u -d -r1.1618 -r1.1619
--- spec.html	13 Aug 2011 05:46:23 -0000	1.1618
+++ spec.html	14 Aug 2011 06:46:25 -0000	1.1619
@@ -324,7 +324,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>
@@ -349,7 +349,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.5145.
+This is revision 1.5146.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -470,7 +470,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

Received on Sunday, 14 August 2011 06:46:28 UTC