HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/4798

SVNBugCommentTime (UTC)
47989041Mention window.applicationCache near the <html manifest> definition.2010-02-23 10:39
Index: source
===================================================================
--- source	(revision 4797)
+++ source	(revision 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

|