- From: poot <cvsmail@w3.org>
- Date: Sun, 14 Aug 2011 02:19:47 -0400
- To: public-html-diffs@w3.org
hixie: copy-pasta (whatwg r6445) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5145&r2=1.5146&f=h http://html5.org/tools/web-apps-tracker?from=6444&to=6445 =================================================================== 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:52 UTC