html5/spec Overview.html,1.3844,1.3845

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv457

Modified Files:
	Overview.html 
Log Message:
Mention window.applicationCache near the <html manifest> definition. (whatwg r4798)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3844
retrieving revision 1.3845
diff -u -d -r1.3844 -r1.3845
--- Overview.html	23 Feb 2010 10:32:41 -0000	1.3844
+++ Overview.html	23 Feb 2010 10:39:41 -0000	1.3845
@@ -9242,7 +9242,9 @@
   dynamically thus has no effect (and thus, no DOM API is provided for
   this attribute).<p class="note">For the purposes of <a href="#concept-appcache-init" title="concept-appcache-init">application cache selection</a>,
   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.<div class="example">
+  attributes are processed before those elements are seen.<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.<div class="example">
 
    <p>The <code><a href="#the-html-element-0">html</a></code> element in the following example declares
    that the document's language is English.</p>

Received on Tuesday, 23 February 2010 10:39:46 UTC