- From: poot <cvsmail@w3.org>
- Date: Sat, 28 Mar 2009 10:24:47 +0900 (JST)
- To: public-html-diffs@w3.org
Define the interaction of the appcache feature and the workers feature. (whatwg r2920) application cache selection algorithm http://people.w3.org/mike/diffs/html5/spec/Overview.1.2085.html#concept-appcache-init onobsolete http://people.w3.org/mike/diffs/html5/spec/Overview.1.2085.html#handler-appcache-onobsolete 5.8.7 Changes to the networking model http://people.w3.org/mike/diffs/html5/spec/Overview.1.2085.html#changesToNetworkingModel 5.8.8 Application cache API http://people.w3.org/mike/diffs/html5/spec/Overview.1.2085.html#application-cache-api 5.8.9 Browser state http://people.w3.org/mike/diffs/html5/spec/Overview.1.2085.html#browser-state applicationCache http://people.w3.org/mike/diffs/html5/spec/Overview.1.2085.html#dom-sharedworkerglobalscope-applicationcache applicationCache http://people.w3.org/mike/diffs/html5/spec/Overview.1.2085.html#dom-applicationcache http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2084&r2=1.2085&f=h http://html5.org/tools/web-apps-tracker?from=2919&to=2920 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2084 retrieving revision 1.2085 diff -u -d -r1.2084 -r1.2085 --- Overview.html 28 Mar 2009 00:35:13 -0000 1.2084 +++ Overview.html 28 Mar 2009 01:23:58 -0000 1.2085 @@ -779,11 +779,10 @@ <li><a href=#parsing-cache-manifests><span class=secno>5.8.3.3 </span>Parsing cache manifests</a></ol></li> <li><a href=#updating-an-application-cache><span class=secno>5.8.4 </span>Updating an application cache</a></li> <li><a href=#matching-a-fallback-namespace><span class=secno>5.8.5 </span>Matching a fallback namespace</a></li> - <li><a href=#the-application-cache-selection-algorithm><span class=secno>5.8.6 </span>The application cache selection algorithm</a> - <ol> - <li><a href=#changesToNetworkingModel><span class=secno>5.8.6.1 </span>Changes to the networking model</a></ol></li> - <li><a href=#application-cache-api><span class=secno>5.8.7 </span>Application cache API</a></li> - <li><a href=#browser-state><span class=secno>5.8.8 </span>Browser state</a></ol></li> + <li><a href=#the-application-cache-selection-algorithm><span class=secno>5.8.6 </span>The application cache selection algorithm</a></li> + <li><a href=#changesToNetworkingModel><span class=secno>5.8.7 </span>Changes to the networking model</a></li> + <li><a href=#application-cache-api><span class=secno>5.8.8 </span>Application cache API</a></li> + <li><a href=#browser-state><span class=secno>5.8.9 </span>Browser state</a></ol></li> <li><a href=#history><span class=secno>5.9 </span>Session history and navigation</a> <ol> <li><a href=#the-session-history-of-browsing-contexts><span class=secno>5.9.1 </span>The session history of browsing contexts</a></li> @@ -38775,7 +38774,7 @@ </dd> - </dl><h5 id=changesToNetworkingModel><span class=secno>5.8.6.1 </span>Changes to the networking model</h5> + </dl><h4 id=changesToNetworkingModel><span class=secno>5.8.7 </span>Changes to the networking model</h4> <p>When a <a href=#cache-host>cache host</a> is associated with an <a href=#application-cache>application cache</a> whose <a href=#concept-appcache-completeness title=concept-appcache-completeness>completeness flag</a> is @@ -38830,7 +38829,7 @@ primed the first time), making the testing of offline applications simpler.</p> - </div><h4 id=application-cache-api><span class=secno>5.8.7 </span>Application cache API</h4><pre class=idl>interface <dfn id=applicationcache>ApplicationCache</dfn> { + </div><h4 id=application-cache-api><span class=secno>5.8.8 </span>Application cache API</h4><pre class=idl>interface <dfn id=applicationcache>ApplicationCache</dfn> { // <a href=#concept-appcache-status title=concept-appcache-status>update status</a> const unsigned short <a href=#dom-appcache-uncached title=dom-appcache-UNCACHED>UNCACHED</a> = 0; @@ -38901,7 +38900,7 @@ hosts</a> to <code><a href=#applicationcache>ApplicationCache</a></code> objects. The <dfn id=dom-applicationcache title=dom-applicationCache><code>applicationCache</code></dfn> attribute on <code><a href=#window>Window</a></code> objects must return the <code><a href=#applicationcache>ApplicationCache</a></code> object associated with the - <code><a href=#window>Window</a></code> object's <a href=#active-document>active document</a>. The <dfn id=dom-worker-applicationcache title=dom-worker-applicationCache><code>applicationCache</code></dfn> + <code><a href=#window>Window</a></code> object's <a href=#active-document>active document</a>. The <dfn id=dom-sharedworkerglobalscope-applicationcache title=dom-SharedWorkerGlobalScope-applicationCache><code>applicationCache</code></dfn> attribute on <code>SharedWorkerGlobalScope</code> objects must return the <code><a href=#applicationcache>ApplicationCache</a></code> object associated with the worker.</p> @@ -39064,7 +39063,7 @@ <dd><p>Must be invoked whenever an <code title=event-obsolete>obsolete</code> event is targeted at or bubbles through the <code><a href=#applicationcache>ApplicationCache</a></code> object.</dd> - </dl></div><h4 id=browser-state><span class=secno>5.8.8 </span>Browser state</h4><dl class=domintro><dt><var title="">window</var> . <code title=dom-navigator><a href=#dom-navigator>navigator</a></code> . <code title=dom-navigator-onLine><a href=#dom-navigator-online>onLine</a></code></dt> + </dl></div><h4 id=browser-state><span class=secno>5.8.9 </span>Browser state</h4><dl class=domintro><dt><var title="">window</var> . <code title=dom-navigator><a href=#dom-navigator>navigator</a></code> . <code title=dom-navigator-onLine><a href=#dom-navigator-online>onLine</a></code></dt> <dd>
Received on Saturday, 28 March 2009 01:25:31 UTC