[html5] r1571 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu May 8 23:05:20 PDT 2008


Author: ianh
Date: 2008-05-08 23:05:19 -0700 (Thu, 08 May 2008)
New Revision: 1571

Modified:
   index
   source
Log:
[e] (0) add a placeholder for lists of elements, attributes, interfaces, events (anything else?)

Modified: index
===================================================================
--- index	2008-05-09 00:10:46 UTC (rev 1570)
+++ index	2008-05-09 06:05:19 UTC (rev 1571)
@@ -1807,6 +1807,8 @@
      <li><a href="#timers"><span class=secno>10.4 </span>Timers</a>
     </ul>
 
+   <li class=no-num><a href="#index">Index</a>
+
    <li class=no-num><a href="#references">References</a>
 
    <li class=no-num><a href="#acknowledgements">Acknowledgements</a>
@@ -34338,7 +34340,7 @@
      <td>Imports an icon to represent the current document.
 
     <tr>
-     <td><code title=rel-index><a href="#index">index</a></code></td>
+     <td><code title=rel-index><a href="#index0">index</a></code></td>
      <!-- used more than "top" and "contents" on <link> (though on <a>, "contents" wins) -->
 
      <td><a href="#hyperlink1" title="hyperlink link">Hyperlink</a>
@@ -35078,15 +35080,15 @@
   <p>A document may be part of multiple hierarchies.
 
   <h6 id=link-type16><span class=secno>4.12.3.19.1. </span>Link type "<dfn
-   id=index title=rel-index><code>index</code></dfn>"</h6>
+   id=index0 title=rel-index><code>index</code></dfn>"</h6>
 
-  <p>The <code title=rel-index><a href="#index">index</a></code> keyword may
+  <p>The <code title=rel-index><a href="#index0">index</a></code> keyword may
    be used with <code><a href="#link">link</a></code>, <code><a
    href="#a">a</a></code>, and <code><a href="#area">area</a></code>
    elements. For <code><a href="#link">link</a></code> elements, it creates a
    <a href="#hyperlink1" title="hyperlink link">hyperlink</a>.
 
-  <p>The <code title=rel-index><a href="#index">index</a></code> keyword
+  <p>The <code title=rel-index><a href="#index0">index</a></code> keyword
    indicates that the document is part of a hierarchical structure, and that
    the link is leading to the document that is the top of the hierarchy. It
    conveys more information when used with the <code title=rel-up><a
@@ -35095,7 +35097,7 @@
   <p><strong>Synonyms</strong>: For historical reasons, user agents must also
    treat the keywords "<code title="">top</code>", "<code
    title="">contents</code>", and "<code title="">toc</code>" like the <code
-   title=rel-index><a href="#index">index</a></code> keyword.
+   title=rel-index><a href="#index0">index</a></code> keyword.
 
   <h6 id=link-type17><span class=secno>4.12.3.19.2. </span>Link type "<dfn
    id=up title=rel-up><code>up</code></dfn>"</h6>
@@ -35115,22 +35117,23 @@
    href="#rel3">rel</a></code> attribute to indicate the hierarchical
    distance from the current document to the referenced document. Each
    occurance of the keyword represents one further level. If the <code
-   title=rel-index><a href="#index">index</a></code> keyword is also present,
-   then the number of <code title=rel-up><a href="#up">up</a></code> keywords
-   is the depth of the current page relative to the top of the hierarchy.
+   title=rel-index><a href="#index0">index</a></code> keyword is also
+   present, then the number of <code title=rel-up><a href="#up">up</a></code>
+   keywords is the depth of the current page relative to the top of the
+   hierarchy.
 
   <p>If the page is part of multiple hierarchies, then they should be
    described in different <a href="#paragraph"
    title=paragraph>paragraphs</a>. User agents must scope any interpretation
    of the <code title=rel-up><a href="#up">up</a></code> and <code
-   title=rel-index><a href="#index">index</a></code> keywords together
+   title=rel-index><a href="#index0">index</a></code> keywords together
    indicating the depth of the hierarchy to the <a
    href="#paragraph">paragraph</a> in which the link finds itself, if any, or
    to the document otherwise.
 
   <p>When two links have both the <code title=rel-up><a
    href="#up">up</a></code> and <code title=rel-index><a
-   href="#index">index</a></code> keywords specified together in the same
+   href="#index0">index</a></code> keywords specified together in the same
    scope and contradict each other by having a different number of <code
    title=rel-up><a href="#up">up</a></code> keywords, the link with the
    greater number of <code title=rel-up><a href="#up">up</a></code> keywords
@@ -49952,6 +49955,18 @@
   <p>Timeouts must never fire while another script is executing. (Thus the
    HTML scripting model is strictly single-threaded and not reentrant.)
 
+  <h2 class=no-num id=index>Index</h2>
+
+  <p><em>This section is non-normative.</em>
+
+  <p class=big-issue>List of elements
+
+  <p class=big-issue>List of attributes
+
+  <p class=big-issue>List of interfaces
+
+  <p class=big-issue>List of events
+
   <h2 class=no-num id=references>References</h2>
 
   <p class=big-issue>This section will be written in a future

Modified: source
===================================================================
--- source	2008-05-09 00:10:46 UTC (rev 1570)
+++ source	2008-05-09 06:05:19 UTC (rev 1571)
@@ -45221,8 +45221,19 @@
 
 
 
+  <h2 class="no-num">Index</h2>
 
+  <p><em>This section is non-normative.</em></p>
 
+  <p class="big-issue">List of elements</p>
+
+  <p class="big-issue">List of attributes</p>
+
+  <p class="big-issue">List of interfaces</p>
+
+  <p class="big-issue">List of events</p>
+
+
   <h2 class="no-num" id="references">References</h2>
 
   <p class="big-issue">This section will be written in a future




More information about the Commit-Watchers mailing list