[html5] r3480 - [] (0) appcache: make sure to strip the fragment component from manifest='' when [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jul 28 14:35:24 PDT 2009
Author: ianh
Date: 2009-07-28 14:35:23 -0700 (Tue, 28 Jul 2009)
New Revision: 3480
Modified:
index
source
Log:
[] (0) appcache: make sure to strip the fragment component from manifest='' when init'ing the appcache.
Modified: index
===================================================================
--- index 2009-07-28 00:57:11 UTC (rev 3479)
+++ index 2009-07-28 21:35:23 UTC (rev 3480)
@@ -51969,8 +51969,9 @@
into the document</a>, the user agent must <a href=#resolve-a-url title="resolve a
url">resolve</a> the value of that attribute relative to that
element, and if that is successful, must run the <a href=#concept-appcache-init title=concept-appcache-init>application cache selection
- algorithm</a> with the resulting <a href=#absolute-url>absolute URL</a> as the
- manifest URL, and passing in the newly-created
+ algorithm</a> with the resulting <a href=#absolute-url>absolute URL</a> with
+ any <a href=#url-fragment title=url-fragment><fragment></a> component
+ removed as the manifest URL, and passing in the newly-created
<code>Document</code>. Otherwise, if the attribute is absent or
resolving it fails, then as soon as the root element is <a href=#insert-an-element-into-a-document title="insert an element into a document">inserted into the
document</a>, the user agent must run the <a href=#concept-appcache-init title=concept-appcache-init>application cache selection
@@ -61965,11 +61966,12 @@
then <a href=#resolve-a-url title="resolve a url">resolve</a> the value of that
attribute to an <a href=#absolute-url>absolute URL</a>, relative to the newly
created element, and if that is successful, run the <a href=#concept-appcache-init title=concept-appcache-init>application cache selection
- algorithm</a> with the resulting <a href=#absolute-url>absolute URL</a>;
- otherwise, if there is no such attribute or resolving it fails,
- run the <a href=#concept-appcache-init title=concept-appcache-init>application cache
- selection algorithm</a> with no manifest. The algorithm must be
- passed the <code>Document</code> object.</p>
+ algorithm</a> with the resulting <a href=#absolute-url>absolute URL</a> with
+ any <a href=#url-fragment title=url-fragment><fragment></a> component
+ removed; otherwise, if there is no such attribute or resolving it
+ fails, run the <a href=#concept-appcache-init title=concept-appcache-init>application
+ cache selection algorithm</a> with no manifest. The algorithm
+ must be passed the <code>Document</code> object.</p>
<p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#the-before-head-insertion-mode title="insertion mode: before head">before head</a>".</p>
Modified: source
===================================================================
--- source 2009-07-28 00:57:11 UTC (rev 3479)
+++ source 2009-07-28 21:35:23 UTC (rev 3480)
@@ -59222,8 +59222,9 @@
url">resolve</span> the value of that attribute relative to that
element, and if that is successful, must run the <span
title="concept-appcache-init">application cache selection
- algorithm</span> with the resulting <span>absolute URL</span> as the
- manifest URL, and passing in the newly-created
+ algorithm</span> with the resulting <span>absolute URL</span> with
+ any <span title="url-fragment"><fragment></span> component
+ removed as the manifest URL, and passing in the newly-created
<code>Document</code>. Otherwise, if the attribute is absent or
resolving it fails, then as soon as the root element is <span
title="insert an element into a document">inserted into the
@@ -76074,11 +76075,12 @@
attribute to an <span>absolute URL</span>, relative to the newly
created element, and if that is successful, run the <span
title="concept-appcache-init">application cache selection
- algorithm</span> with the resulting <span>absolute URL</span>;
- otherwise, if there is no such attribute or resolving it fails,
- run the <span title="concept-appcache-init">application cache
- selection algorithm</span> with no manifest. The algorithm must be
- passed the <code>Document</code> object.</p>
+ algorithm</span> with the resulting <span>absolute URL</span> with
+ any <span title="url-fragment"><fragment></span> component
+ removed; otherwise, if there is no such attribute or resolving it
+ fails, run the <span title="concept-appcache-init">application
+ cache selection algorithm</span> with no manifest. The algorithm
+ must be passed the <code>Document</code> object.</p>
<p>Switch the <span>insertion mode</span> to "<span
title="insertion mode: before head">before head</span>".</p>
More information about the Commit-Watchers
mailing list