hixie: Correct a link. (whatwg r4729)

hixie: Correct a link. (whatwg r4729)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3776&r2=1.3777&f=h
http://html5.org/tools/web-apps-tracker?from=4728&to=4729

===================================================================
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:26:28 UTC