[html5] r4798 - [e] (0) Mention window.applicationCache near the <html manifest> definition. Fix [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Feb 23 02:39:38 PST 2010
Author: ianh
Date: 2010-02-23 02:39:36 -0800 (Tue, 23 Feb 2010)
New Revision: 4798
Modified:
complete.html
index
source
Log:
[e] (0) Mention window.applicationCache near the <html manifest> definition.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9041
Modified: complete.html
===================================================================
--- complete.html 2010-02-23 10:32:35 UTC (rev 4797)
+++ complete.html 2010-02-23 10:39:36 UTC (rev 4798)
@@ -10719,6 +10719,10 @@
later <code><a href=#the-base-element>base</a></code> elements cannot affect the <a href=#resolve-a-url title="resolve a url">resolving of relative URLs</a> in <code title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code> attributes, as the
attributes are processed before those elements are seen.</p>
+ <p class=note>The <code title=dom-applicationCache><a href=#dom-applicationcache>window.applicationCache</a></code> IDL
+ attribute provides scripted access to the offline <a href=#application-cache>application
+ cache</a> mechanism.</p>
+
<div class=example>
<p>The <code><a href=#the-html-element-0>html</a></code> element in the following example declares
Modified: index
===================================================================
--- index 2010-02-23 10:32:35 UTC (rev 4797)
+++ index 2010-02-23 10:39:36 UTC (rev 4798)
@@ -10623,6 +10623,10 @@
later <code><a href=#the-base-element>base</a></code> elements cannot affect the <a href=#resolve-a-url title="resolve a url">resolving of relative URLs</a> in <code title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code> attributes, as the
attributes are processed before those elements are seen.</p>
+ <p class=note>The <code title=dom-applicationCache><a href=#dom-applicationcache>window.applicationCache</a></code> IDL
+ attribute provides scripted access to the offline <a href=#application-cache>application
+ cache</a> mechanism.</p>
+
<div class=example>
<p>The <code><a href=#the-html-element-0>html</a></code> element in the following example declares
Modified: source
===================================================================
--- source 2010-02-23 10:32:35 UTC (rev 4797)
+++ source 2010-02-23 10:39:36 UTC (rev 4798)
@@ -11056,6 +11056,11 @@
title="attr-html-manifest">manifest</code> attributes, as the
attributes are processed before those elements are seen.</p>
+ <p class="note">The <code
+ title="dom-applicationCache">window.applicationCache</code> IDL
+ attribute provides scripted access to the offline <span>application
+ cache</span> mechanism.</p>
+
<div class="example">
<p>The <code>html</code> element in the following example declares
More information about the Commit-Watchers
mailing list