Skip to content

Commit

Permalink
[e] (0) Mention window.applicationCache near the <html manifest> defi…
Browse files Browse the repository at this point in the history
…nition.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9041

git-svn-id: http://svn.whatwg.org/webapps@4798 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 23, 2010
1 parent 6c11522 commit 26f6070
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions complete.html
Expand Up @@ -10719,6 +10719,10 @@ <h4 id=the-html-element-0><span class=secno>4.1.1 </span>The <dfn><code>html</co
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
Expand Down
4 changes: 4 additions & 0 deletions index
Expand Up @@ -10623,6 +10623,10 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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
Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -11056,6 +11056,11 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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
Expand Down

0 comments on commit 26f6070

Please sign in to comment.