- From: poot <cvsmail@w3.org>
- Date: Sat, 18 Oct 2008 09:07:30 +0900 (JST)
- To: public-html-diffs@w3.org
Appcache: Allow expiring non-manifest files. (whatwg r2351) Editor's Draft 18 October 2008 http://people.w3.org/mike/diffs/html5/spec/Overview.1.1524.html#editor-s-draft-date-zzz-9-june-2008 cache attempt http://people.w3.org/mike/diffs/html5/spec/Overview.1.1524.html#concept-appcache-cache A vocabulary and associated APIs for HTML and XHTML http://people.w3.org/mike/diffs/html5/spec/Overview.1.1524.html#a-vocabulary-and-associated-apis-for-html-and-xhtml Status of this document http://people.w3.org/mike/diffs/html5/spec/Overview.1.1524.html#status-of-this-document http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1523&r2=1.1524&f=h http://html5.org/tools/web-apps-tracker?from=2350&to=2351 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1523 retrieving revision 1.1524 diff -u -d -r1.1523 -r1.1524 --- Overview.html 17 Oct 2008 23:12:25 -0000 1.1523 +++ Overview.html 18 Oct 2008 00:03:48 -0000 1.1524 @@ -8,7 +8,7 @@ <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> <h1>HTML 5</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-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->17 October 2008</h2> + <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->18 October 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> <dd><a href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd> @@ -97,7 +97,7 @@ specification's progress along the W3C Recommendation track. <!--ZZZ:--> - This specification is the 17 October 2008 <!--ZZZ "Working Draft"-->Editor's Draft. + This specification is the 18 October 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--> </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) @@ -27955,7 +27955,20 @@ following steps. These steps may be run in parallel for two or more of the URLs at a time.</p> - <ol><li><p><a href=#fire-a-simple-event>Fire a simple event</a> called <code title=event-progress><a href=#event-progress>progress</a></code> at the + <ol><li> + + <p>If the resource URL being processed was flagged as neither an + "explicit entry" nor or a "fallback entry", then the user agent + may skip this URL.</p> + + <p class=note>This is intended to allow user agents to expire + resources (other than those in the manifest itself) from the + cache. Generally, implementors are urged to use an approach that + expires lesser-used resources first.</p> + + </li> + + <li><p><a href=#fire-a-simple-event>Fire a simple event</a> called <code title=event-progress><a href=#event-progress>progress</a></code> at the <code><a href=#applicationcache>ApplicationCache</a></code> singleton of each <a href=#browsing-context>browsing context</a> whose <a href=#active-document>active document</a> is associated with a cache in <var title="">cache group</var>. The default
Received on Saturday, 18 October 2008 00:08:08 UTC