- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 Dec 2009 21:31:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv28648 Modified Files: Overview.html Log Message: Clarify that the application cache download process is always run in the background. (whatwg r4450) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3549 retrieving revision 1.3550 diff -u -d -r1.3549 -r1.3550 --- Overview.html 16 Dec 2009 17:22:20 -0000 1.3549 +++ Overview.html 17 Dec 2009 21:31:43 -0000 1.3550 @@ -260,7 +260,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-16-december-2009">Editor's Draft 16 December 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-17-december-2009">Editor's Draft 17 December 2009</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> @@ -353,7 +353,7 @@ specification's progress along the W3C Recommendation track. - This specification is the 16 December 2009 Editor's Draft. + This specification is the 17 December 2009 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) what was previously the HTML4, XHTML1, and DOM2 HTML @@ -45657,7 +45657,8 @@ a <a href="#concept-appcache-manifest" title="concept-appcache-manifest">manifest</a>, or for an <a href="#application-cache-group">application cache group</a>, potentially given a particular <a href="#cache-host">cache host</a>, and potentially given a <a href="#concept-appcache-master" title="concept-appcache-master">master</a> resource, the user - agent must run the steps below.</p> + agent must run the steps below. These steps are always run + asynchronously, in parallel with the <a href="#event-loop">event loop</a> <a href="#concept-task" title="concept-task">tasks</a>.</p> <p>Some of these steps have requirements that only apply if the user agent <dfn id="shows-caching-progress">shows caching progress</dfn>. Support for this is @@ -46407,11 +46408,10 @@ <dd> <p>Associate <var title="">document</var> with the - <a href="#application-cache">application cache</a> from which it was loaded. Invoke - the <a href="#application-cache-download-process">application cache download process</a> for that - <a href="#application-cache">application cache</a>'s <a href="#application-cache-group">application cache - group</a>, with <var title="">document</var> as the <a href="#cache-host">cache - host</a>.</p> + <a href="#application-cache">application cache</a> from which it was loaded. Invoke, + in the background, the <a href="#application-cache-download-process">application cache download + process</a> for that <a href="#application-cache">application cache</a>'s + <a href="#application-cache-group">application cache group</a>, with <var title="">document</var> as the <a href="#cache-host">cache host</a>.</p> </dd> @@ -46425,8 +46425,8 @@ <dd> - <p>Invoke the <a href="#application-cache-download-process">application cache download process</a> for - <var title="">manifest URL</var>, with <var title="">document</var> as the <a href="#cache-host">cache host</a> and with + <p>Invoke, in the background, the <a href="#application-cache-download-process">application cache download + process</a> for <var title="">manifest URL</var>, with <var title="">document</var> as the <a href="#cache-host">cache host</a> and with the resource from which <var title="">document</var> was parsed as the <a href="#concept-appcache-master" title="concept-appcache-master">master</a> resource.</p>
Received on Thursday, 17 December 2009 21:31:49 UTC