- From: poot <cvsmail@w3.org>
- Date: Fri, 27 Jun 2008 10:58:34 +0900 (JST)
- To: public-html-diffs@w3.org
URLification of offline application cache and of session history. (whatwg r1812) (changed by: Ian Hickson) Diff: http://people.w3.org/mike/diffs/html5/spec/Overview.1.1001.html Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1000&r2=1.1001&f=h http://dev.w3.org/html5/spec/Overview.html http://html5.org/tools/web-apps-tracker?from=1811&to=1812 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1000 retrieving revision 1.1001 diff -u -d -r1.1000 -r1.1001 --- Overview.html 27 Jun 2008 00:21:38 -0000 1.1000 +++ Overview.html 27 Jun 2008 01:56:09 -0000 1.1001 @@ -2960,6 +2960,14 @@ script. (Such scripts would not be conforming, however, as <code title=attr-xml-base><a href="#xmlbase">xml:base</a></code> attributes are not allowed in <a href="#html-">HTML documents</a>.)</p> + + <dt>If the URL to be resolved was found in an offline application cache + manifest + + <dd> + <p>The base URL is the URL of the <a href="#application0">application + cache</a> <a href="#the-manifest" + title=concept-appcache-manifest>manifest</a>. [...1079 lines suppressed...] + + <li> + <p>Set this new entry as being the <a href="#last-activated">last + activated entry</a> for the <code>Document</code>. + + <li> + <p>Update the <a href="#current1">current entry</a> to be the this newly + added entry. + </ol> <p class=note>The <var title="">title</var> is purely advisory. User agents might use the title in the user interface. @@ -34152,6 +34088,7 @@ bubbles but is not cancelable and has no default action. </ol> <!-- XXX onpopstate should be defined somewhere --> + <!-- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXURL \(url\|uri\|iri\) --> <!-- XXXURL check with DOM3 Events --> <pre
Received on Friday, 27 June 2008 02:00:18 UTC