- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 28 Mar 2009 01:24:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv23666 Modified Files: Overview.html Log Message: Define the interaction of the appcache feature and the workers feature. (whatwg r2920) Index: Overview.html =================================================================== 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:24:09 UTC