- From: poot <cvsmail@w3.org>
- Date: Tue, 23 Feb 2010 19:39:53 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Mention window.applicationCache near the <html manifest> definition. (whatwg r4798) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3844&r2=1.3845&f=h http://html5.org/tools/web-apps-tracker?from=4797&to=4798 =================================================================== 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:40:21 UTC