[html5] r1556 - /
whatwg at whatwg.org
whatwg at whatwg.org
Wed May 7 17:40:14 PDT 2008
Author: ianh
Date: 2008-05-07 17:40:13 -0700 (Wed, 07 May 2008)
New Revision: 1556
Modified:
header-whatwg
index
source
Log:
[e] (0) also note that we have to resolve urls for remove() in appcaches
Modified: header-whatwg
===================================================================
--- header-whatwg 2008-05-08 00:37:13 UTC (rev 1555)
+++ header-whatwg 2008-05-08 00:40:13 UTC (rev 1556)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en-US-x-hixie">
<head>
<title>HTML 5</title>
Modified: index
===================================================================
--- index 2008-05-08 00:37:13 UTC (rev 1555)
+++ index 2008-05-08 00:40:13 UTC (rev 1556)
@@ -1,9 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<html>
- <body>
- <p>>
-
<html lang=en-US-x-hixie>
<head>
<title>HTML 5</title>
@@ -30552,9 +30548,10 @@
categorisation of any entry with the address <var title="">uri</var> in
the <a href="#application0">application cache</a> with which the <code><a
href="#applicationcache">ApplicationCache</a></code> object is associated.
- If this removes the last categorisation of an entry in that cache, then
- the entry must be removed entirely (such that if it is re-added, it will
- be loaded from the network again). If the <code><a
+ <span class=big-issue>Resolve relative URIs... (ignore syntax
+ errors)</span> If this removes the last categorisation of an entry in that
+ cache, then the entry must be removed entirely (such that if it is
+ re-added, it will be loaded from the network again). If the <code><a
href="#applicationcache">ApplicationCache</a></code> object is not
associated with any application cache, then the method must raise an
<code>INVALID_STATE_ERR</code> exception instead.
Modified: source
===================================================================
--- source 2008-05-08 00:37:13 UTC (rev 1555)
+++ source 2008-05-08 00:40:13 UTC (rev 1556)
@@ -28411,12 +28411,14 @@
title="concept-appcache-dynamic">dynamic entry</span> categorisation
of any entry with the address <var title="">uri</var> in the
<span>application cache</span> with which the
- <code>ApplicationCache</code> object is associated. If this removes
- the last categorisation of an entry in that cache, then the entry
- must be removed entirely (such that if it is re-added, it will be
- loaded from the network again). If the <code>ApplicationCache</code>
- object is not associated with any application cache, then the method
- must raise an <code>INVALID_STATE_ERR</code> exception instead.</p>
+ <code>ApplicationCache</code> object is associated. <span
+ class="big-issue">Resolve relative URIs... (ignore syntax
+ errors)</span> If this removes the last categorisation of an entry
+ in that cache, then the entry must be removed entirely (such that if
+ it is re-added, it will be loaded from the network again). If the
+ <code>ApplicationCache</code> object is not associated with any
+ application cache, then the method must raise an
+ <code>INVALID_STATE_ERR</code> exception instead.</p>
<p>If the <dfn
title="dom-appcache-update"><code>update()</code></dfn> method is
More information about the Commit-Watchers
mailing list