- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 23 Feb 2010 10:47:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv1766 Modified Files: Overview.html semantics.html spec.html Log Message: Mention window.applicationCache near the <html manifest> definition. (whatwg r4798) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.739 retrieving revision 1.740 diff -u -d -r1.739 -r1.740 --- Overview.html 23 Feb 2010 10:37:26 -0000 1.739 +++ Overview.html 23 Feb 2010 10:47:04 -0000 1.740 @@ -306,7 +306,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3844. +This is revision 1.3845. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/semantics.html,v retrieving revision 1.572 retrieving revision 1.573 diff -u -d -r1.572 -r1.573 --- semantics.html 22 Feb 2010 23:07:05 -0000 1.572 +++ semantics.html 23 Feb 2010 10:47:04 -0000 1.573 @@ -321,7 +321,9 @@ dynamically thus has no effect (and thus, no DOM API is provided for this attribute).</p><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.</p><div class="example"> + 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 that the document's language is English.</p> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.744 retrieving revision 1.745 diff -u -d -r1.744 -r1.745 --- spec.html 23 Feb 2010 10:37:26 -0000 1.744 +++ spec.html 23 Feb 2010 10:47:04 -0000 1.745 @@ -304,7 +304,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3844. +This is revision 1.3845. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -4106,7 +4106,9 @@ dynamically thus has no effect (and thus, no DOM API is provided for this attribute).</p><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.</p><div class=example> + 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 that the document's language is English.</p>
Received on Tuesday, 23 February 2010 10:47:09 UTC