- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 10:25:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv28626 Modified Files: Overview.html Log Message: Correct a link. (whatwg r4729) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3776 retrieving revision 1.3777 diff -u -d -r1.3776 -r1.3777 --- Overview.html 14 Feb 2010 10:18:52 -0000 1.3776 +++ Overview.html 14 Feb 2010 10:25:45 -0000 1.3777 @@ -927,7 +927,7 @@ <li><a href="#expiring-application-caches"><span class="secno">5.6.7 </span>Expiring application caches</a></li> <li><a href="#application-cache-api"><span class="secno">5.6.8 </span>Application cache API</a></li> <li><a href="#browser-state"><span class="secno">5.6.9 </span>Browser state</a></ol></ol></li> - <li><a href="#web-application-apis"><span class="secno">6 </span>Web application APIs</a> + <li><a href="#webappapis"><span class="secno">6 </span>Web application APIs</a> <ol> <li><a href="#scripting"><span class="secno">6.1 </span>Scripting</a> <ol> @@ -1423,7 +1423,7 @@ defines many of the features that affect environments that deal with multiple pages.</dd> - <dt><a href="#browsers">Web application APIs</a></dt> + <dt><a href="#webappapis">Web application APIs</a></dt> <dd>This section introduces basic features for scripting of applications in HTML.</dd> @@ -44102,7 +44102,7 @@ source</a>.</p> </div><p class="note">This attribute is inherently unreliable. A computer - can be connected to a network without having Internet access.<h2 id="web-application-apis"><span class="secno">6 </span>Web application APIs</h2><h3 id="scripting"><span class="secno">6.1 </span>Scripting</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h4 id="introduction-2"><span class="secno">6.1.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>Various mechanisms can cause author-provided executable code to + can be connected to a network without having Internet access.<h2 id="webappapis"><span class="secno">6 </span>Web application APIs</h2><h3 id="scripting"><span class="secno">6.1 </span>Scripting</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h4 id="introduction-2"><span class="secno">6.1.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>Various mechanisms can cause author-provided executable code to run in the context of a document. These mechanisms include, but are probably not limited to:<ul><li>Processing of <code><a href="#script">script</a></code> elements.</li>
Received on Sunday, 14 February 2010 10:25:51 UTC