hixie: Move Links up to the Elements section, where it makes more sense. (whatwg r4666)

hixie: Move Links up to the Elements section, where it makes more sense.
(whatwg r4666)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3719&r2=1.3720&f=h
http://html5.org/tools/web-apps-tracker?from=4665&to=4666

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3719
retrieving revision 1.3720
diff -u -d -r1.3719 -r1.3720
--- Overview.html 5 Feb 2010 23:09:59 -0000 1.3719
+++ Overview.html 5 Feb 2010 23:16:46 -0000 1.3720
@@ -812,18 +812,53 @@
        <li><a href="#using-the-accesskey-attribute-on-a-label-element-to-define-a-command"><span class="secno">4.11.5.6 </span>Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>label</code> element to define a command</a></li>
        <li><a href="#using-the-accesskey-attribute-on-a-legend-element-to-define-a-command"><span class="secno">4.11.5.7 </span>Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>legend</code> element to define a command</a></li>
        <li><a href="#using-the-accesskey-attribute-to-define-a-command-on-other-elements"><span class="secno">4.11.5.8 </span>Using the <code title="attr-accesskey">accesskey</code> attribute to define a command on other elements</a></ol></ol></li>
-   <li><a href="#common-idioms-without-dedicated-elements"><span class="secno">4.12 </span>Common idioms without dedicated elements</a>
+   <li><a href="#links"><span class="secno">4.12 </span>Links</a>
     <ol>
-     <li><a href="#tag-clouds"><span class="secno">4.12.1 </span>Tag clouds</a></li>
-     <li><a href="#conversations"><span class="secno">4.12.2 </span>Conversations</a></li>
-     <li><a href="#footnotes"><span class="secno">4.12.3 </span>Footnotes</a></ol></li>
-   <li><a href="#matching-html-elements-using-selectors"><span class="secno">4.13 </span>Matching HTML elements using selectors</a>
+     <li><a href="#hyperlink-elements"><span class="secno">4.12.1 </span>Hyperlink elements</a></li>
[...2147 lines suppressed...]
-  marked as "discontinued" or not listed in either this specification
-  or on the aforementioned page must be rejected as invalid.
-  Conformance checkers may cache this information (e.g. for
-  performance reasons or to avoid the use of unreliable network
-  connectivity).</p>
-
-  <p>When an author uses a new type not defined by either this
-  specification or the Wiki page, conformance checkers should offer to
-  add the value to the Wiki, with the details described above, with
-  the "proposed" status.</p>
-
-  </div><p>Types defined as extensions in the <a href="http://wiki.whatwg.org/wiki/RelExtensions">WHATWG Wiki
-  RelExtensions page</a> with the status "proposed" or "ratified" may
-  be used with the <code title="">rel</code> attribute on
-  <code><a href="#the-link-element">link</a></code>, <code><a href="#the-a-element">a</a></code>, and <code><a href="#the-area-element">area</a></code> elements in
-  accordance to the "Effect on..." field. <a href="#refsWHATWGWIKI">[WHATWGWIKI]</a><h2 id="editing"><span class="secno">6 </span><dfn>User Interaction</dfn></h2><p>This section describes various features that allow authors to
+  </div><h2 id="editing"><span class="secno">6 </span><dfn>User Interaction</dfn></h2><p>This section describes various features that allow authors to
   enable users to edit documents and parts of documents
   interactively.<h3 id="the-hidden-attribute"><span class="secno">6.1 </span>The <dfn title="attr-hidden"><code>hidden</code></dfn> attribute</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>All <a href="#html-elements">HTML elements</a> may have the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> content attribute set. The <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute is a <a href="#boolean-attribute">boolean
   attribute</a>. When specified on an element, it indicates that

Received on Friday, 5 February 2010 23:17:27 UTC