- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 27 Jun 2008 01:56:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7263
Modified Files:
Overview.html
Log Message:
URLification of offline application cache and of session history. (whatwg r1812)
Index: Overview.html
===================================================================
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 01:56:52 UTC