[html5] r5390 - [e] (0) xref ID. Let me know if I xreffed any that should not have been. Fixing [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 27 21:57:58 PDT 2010


Author: ianh
Date: 2010-08-27 21:57:57 -0700 (Fri, 27 Aug 2010)
New Revision: 5390

Modified:
   complete.html
   index
   source
Log:
[e] (0) xref ID. Let me know if I xreffed any that should not have been.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10062

Modified: complete.html
===================================================================
--- complete.html	2010-08-28 04:42:26 UTC (rev 5389)
+++ complete.html	2010-08-28 04:57:57 UTC (rev 5390)
@@ -9290,7 +9290,7 @@
 
   <p>If the value is not the empty string, user agents must associate
   the element with the given value (exactly, including any space
-  characters) for the purposes of ID matching within the element's
+  characters) for the purposes of <a href=#concept-id title=concept-id>ID</a> matching within the element's
   <a href=#home-subtree>home subtree</a> (e.g. for selectors in CSS or for the
   <code title=dom-Document-getElementById><a href=#dom-document-getelementbyid>getElementById()</a></code>
   method in the DOM).</p>
@@ -9301,7 +9301,7 @@
 
   <p>This specification doesn't preclude an element having multiple
   IDs, if other mechanisms (e.g. DOM Core methods) can set an
-  element's ID in a way that doesn't conflict with the <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute.</p>
+  element's <a href=#concept-id title=concept-id>ID</a> in a way that doesn't conflict with the <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute.</p>
 
   <p>The <dfn id=dom-id title=dom-id><code>id</code></dfn> IDL attribute must
   <a href=#reflect>reflect</a> the <code title=attr-id><a href=#the-id-attribute>id</a></code> content
@@ -35097,14 +35097,14 @@
   attribute specified. The <code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> attribute, if specified,
   must contain a string consisting of an <a href=#unordered-set-of-unique-space-separated-tokens>unordered set of unique
   space-separated tokens</a>, each of which must have the value of
-  an ID of a <code><a href=#the-th-element>th</a></code> element taking part in the same <a href=#concept-table title=concept-table>table</a> as the <code><a href=#the-td-element>td</a></code> or
+  an <a href=#concept-id title=concept-id>ID</a> of a <code><a href=#the-th-element>th</a></code> element taking part in the same <a href=#concept-table title=concept-table>table</a> as the <code><a href=#the-td-element>td</a></code> or
   <code><a href=#the-th-element>th</a></code> element<span class=impl> (as defined by the
   <a href=#table-model>table model</a>)</span>.</p>
 
-  <p>A <code><a href=#the-th-element>th</a></code> element with ID <var title="">id</var> is said
+  <p>A <code><a href=#the-th-element>th</a></code> element with <a href=#concept-id title=concept-id>ID</a> <var title="">id</var> is said
   to be <i>directly targeted</i> by all <code><a href=#the-td-element>td</a></code> and
   <code><a href=#the-th-element>th</a></code> elements in the same <a href=#concept-table title=concept-table>table</a> that have <code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> attributes whose values
-  include as one of their tokens the ID <var title="">id</var>. A
+  include as one of their tokens the <a href=#concept-id title=concept-id>ID</a> <var title="">id</var>. A
   <code><a href=#the-th-element>th</a></code> element <var title="">A</var> is said to be
   <i>targeted</i> by a <code><a href=#the-th-element>th</a></code> or <code><a href=#the-td-element>td</a></code> element
   <var title="">B</var> if either <var title="">A</var> is <i>directly
@@ -35867,7 +35867,7 @@
         <!-- support headers="" to <td> for legacy compat -->
         <!-- note that it's not conforming though -->
         <p>For each token in the <var title="">id list</var>, if the
-        first element in the <code><a href=#document>Document</a></code> with an ID equal to
+        first element in the <code><a href=#document>Document</a></code> with an <a href=#concept-id title=concept-id>ID</a> equal to
         the token is a cell in the same <a href=#concept-table title=concept-table>table</a>, and that cell is not the
         <var title="">principal cell</var>, then add that cell to <var title="">header list</var>.</p>
 
@@ -36928,12 +36928,12 @@
 
    <dd>
 
-    <p>Returns the form control in the form with the given ID or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> (excluding image buttons for
+    <p>Returns the form control in the form with the given <a href=#concept-id title=concept-id>ID</a> or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> (excluding image buttons for
     historical reasons).</p>
 
     <p>Once an element has been referenced using a particular name,
     that name will continue being available as a way to reference that
-    element in this method, even if the element's actual ID or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> changes, for as long as the
+    element in this method, even if the element's actual <a href=#concept-id title=concept-id>ID</a> or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> changes, for as long as the
     element remains in the <code><a href=#document>Document</a></code>.</p>
 
     <p>If there are multiple matching items, then a
@@ -37333,11 +37333,11 @@
   <p>The <dfn id=attr-label-for title=attr-label-for><code>for</code></dfn> attribute
   may be specified to indicate a form control with which the caption
   is to be associated. If the attribute is specified, the attribute's
-  value must be the ID of a <a href=#category-label title=category-label>labelable
+  value must be the <a href=#concept-id title=concept-id>ID</a> of a <a href=#category-label title=category-label>labelable
   form-associated element</a> in the same <code><a href=#document>Document</a></code> as
   the <code><a href=#the-label-element>label</a></code> element. <span class=impl>If the attribute
   is specified and there is an element in the <code><a href=#document>Document</a></code>
-  whose ID is equal to the value of the <code title=attr-label-for><a href=#attr-label-for>for</a></code> attribute, and the first such
+  whose <a href=#concept-id title=concept-id>ID</a> is equal to the value of the <code title=attr-label-for><a href=#attr-label-for>for</a></code> attribute, and the first such
   element is a <a href=#category-label title=category-label>labelable form-associated
   element</a>, then that element is the <code><a href=#the-label-element>label</a></code>
   element's <a href=#labeled-control>labeled control</a>.</span></p>
@@ -41816,16 +41816,16 @@
   attribute is used to identify an element that lists predefined
   options suggested to the user.</p>
 
-  <p>If present, its value must be the ID of a <code><a href=#the-datalist-element>datalist</a></code>
+  <p>If present, its value must be the <a href=#concept-id title=concept-id>ID</a> of a <code><a href=#the-datalist-element>datalist</a></code>
   element in the same document.</p>
 
   <div class=impl>
 
   <p>The <dfn id=concept-input-list title=concept-input-list>suggestions source
   element</dfn> is the first element in the document in <a href=#tree-order>tree
-  order</a> to have an ID equal to the value of the <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute, if that element is a
+  order</a> to have an <a href=#concept-id title=concept-id>ID</a> equal to the value of the <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute, if that element is a
   <code><a href=#the-datalist-element>datalist</a></code> element. If there is no <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute, or if there is no
-  element with that ID, or if the first element with that ID is not a
+  element with that <a href=#concept-id title=concept-id>ID</a>, or if the first element with that <a href=#concept-id title=concept-id>ID</a> is not a
   <code><a href=#the-datalist-element>datalist</a></code> element, then there is no <a href=#concept-input-list title=concept-input-list>suggestions source element</a>.</p>
 
   <p>If there is a <a href=#concept-input-list title=concept-input-list>suggestions source
@@ -43180,9 +43180,9 @@
    <dt><var title="">select</var>[<var title="">name</var>]</dt>
    <dt><var title="">select</var>(<var title="">name</var>)</dt>
    <dd>
-    <p>Returns the item with ID or <code title=attr-option-name><a href=#attr-option-name>name</a></code> <var title="">name</var> from the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>.</p>
+    <p>Returns the item with <a href=#concept-id title=concept-id>ID</a> or <code title=attr-option-name><a href=#attr-option-name>name</a></code> <var title="">name</var> from the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>.</p>
     <p>If there are multiple matching items, then a <code><a href=#nodelist>NodeList</a></code> object containing all those elements is returned.</p>
-    <p>Returns null if no element with that ID could be found.</p>
+    <p>Returns null if no element with that <a href=#concept-id title=concept-id>ID</a> could be found.</p>
    </dd>
 
    <dt><var title="">select</var> . <code title=dom-select-add><a href=#dom-select-add>add</a></code>(<var title="">element</var> [, <var title="">before</var> ])</dt>
@@ -44402,7 +44402,7 @@
   calculation. The <code title=attr-output-for><a href=#attr-output-for>for</a></code> attribute,
   if specified, must contain a string consisting of an <a href=#unordered-set-of-unique-space-separated-tokens>unordered
   set of unique space-separated tokens</a>, each of which must have
-  the value of an ID of an element in the same
+  the value of an <a href=#concept-id title=concept-id>ID</a> of an element in the same
   <code><a href=#document>Document</a></code>.</p>
 
   <p>The <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is used to
@@ -45039,7 +45039,7 @@
   of support for nested <code><a href=#the-form-element>form</a></code> elements.</p>
 
   <p>If a <a href=#form-associated-element>form-associated element</a> has a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute specified, then that
-  attribute's value must be the ID of a <code><a href=#the-form-element>form</a></code> element in
+  attribute's value must be the <a href=#concept-id title=concept-id>ID</a> of a <code><a href=#the-form-element>form</a></code> element in
   the element's owner <code><a href=#document>Document</a></code>.</p>
 
   <div class=impl>
@@ -45068,13 +45068,13 @@
   has its value changed, then the user agent must <a href=#reset-the-form-owner>reset the form
   owner</a> of that element.</p>
 
-  <p>When a <a href=#form-associated-element>form-associated element</a> has a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute and the ID of any of the
+  <p>When a <a href=#form-associated-element>form-associated element</a> has a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute and the <a href=#concept-id title=concept-id>ID</a> of any of the
   elements in the <code><a href=#document>Document</a></code> changes, then the user agent
   must <a href=#reset-the-form-owner>reset the form owner</a> of that <a href=#form-associated-element>form-associated
   element</a>.</p>
 
   <p>When a <a href=#form-associated-element>form-associated element</a> has a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute and an element with an
-  ID is <a href=#insert-an-element-into-a-document title="insert an element into a document">inserted
+  <a href=#concept-id title=concept-id>ID</a> is <a href=#insert-an-element-into-a-document title="insert an element into a document">inserted
   into</a> or <a href=#remove-an-element-from-a-document title="remove an element from a
   document">removed from</a> the <code><a href=#document>Document</a></code>, then the
   user agent must <a href=#reset-the-form-owner>reset the form owner</a> of that
@@ -45100,7 +45100,7 @@
 
     <ol><!-- note that this ignores the name="" attribute and is
      unaffected by quirks mode (it's always case sensitive) --><li><p>If the first element <a href=#in-a-document title="in a Document">in the
-     <code>Document</code></a> to have an ID that is <a href=#case-sensitive title=case-sensitive>case-sensitively</a> equal to the
+     <code>Document</code></a> to have an <a href=#concept-id title=concept-id>ID</a> that is <a href=#case-sensitive title=case-sensitive>case-sensitively</a> equal to the
      element's <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> content
      attribute's value is a <code><a href=#the-form-element>form</a></code> element, then <a href=#concept-form-association title=concept-form-association>associate</a> the
      <a href=#form-associated-element>form-associated element</a> with that <code><a href=#the-form-element>form</a></code>
@@ -49971,7 +49971,7 @@
 
   <p>The <dfn id=attr-contextmenu title=attr-contextmenu><code>contextmenu</code></dfn>
   attribute gives the element's <a href=#context-menus title="context menus">context
-  menu</a>. The value must be the ID of a <code><a href=#menus>menu</a></code> element
+  menu</a>. The value must be the <a href=#concept-id title=concept-id>ID</a> of a <code><a href=#menus>menu</a></code> element
   in the DOM. <span class=impl>If the node that would be obtained by
   the invoking the <code title=dom-Document-getElementById><a href=#dom-document-getelementbyid>getElementById()</a></code> method
   using the attribute's value as the only argument is null or not a
@@ -61112,7 +61112,7 @@
    will <a href=#scroll-to-the-fragment-identifier>scroll to the fragment identifier</a> given in what
    is now <a href="#the-document's-current-address">the document's current address</a>.</li>
 
-  </ol><p class=note>If the scrolling fails because the relevant ID has
+  </ol><p class=note>If the scrolling fails because the relevant <a href=#concept-id title=concept-id>ID</a> has
   not yet been parsed, then the original <a href=#navigate title=navigate>navigation</a> algorithm will take care of the
   scrolling instead, as the last few steps of its <a href=#update-the-session-history-with-the-new-page>update the
   session history with the new page</a> algorithm.</p>
@@ -61153,7 +61153,7 @@
    the next one.</p>
 
    <li><p>If this step was not skipped and there is an element in the
-   DOM that has an ID exactly equal to <var title="">decoded
+   DOM that has an <a href=#concept-id title=concept-id>ID</a> exactly equal to <var title="">decoded
    fragid</var>, then the first such element in tree order is
    <a href=#the-indicated-part-of-the-document>the indicated part of the document</a>; stop the algorithm
    here.</li>
@@ -93714,7 +93714,7 @@
     <tr><th> <code title="">contextmenu</code>
      <td> <a href=#attr-contextmenu title=attr-contextmenu>HTML elements</a>
      <td> The element's context menu
-     <td> ID*
+     <td> <a href=#concept-id title=concept-id>ID</a>*
     <tr><th> <code title="">controls</code>
      <td> <code title=attr-media-controls><a href=#attr-media-controls>audio</a></code>;
           <code title=attr-media-controls><a href=#attr-media-controls>video</a></code>
@@ -93768,7 +93768,7 @@
     <tr><th> <code title="">for</code>
      <td> <code title=attr-label-for><a href=#attr-label-for>label</a></code>
      <td> Associate the label with form control
-     <td> ID*
+     <td> <a href=#concept-id title=concept-id>ID</a>*
     <tr><th> <code title="">for</code>
      <td> <code title=attr-output-for><a href=#attr-output-for>output</a></code>
      <td> Specifies controls from which the output was calculated
@@ -93786,7 +93786,7 @@
           <code title=attr-fae-form><a href=#attr-fae-form>select</a></code>;
           <code title=attr-fae-form><a href=#attr-fae-form>textarea</a></code>
      <td> Associates the control with a <code><a href=#the-form-element>form</a></code> element
-     <td> ID*
+     <td> <a href=#concept-id title=concept-id>ID</a>*
     <tr><th> <code title="">formaction</code>
      <td> <code title=attr-fs-formaction><a href=#attr-fs-formaction>button</a></code>;
           <code title=attr-fs-formaction><a href=#attr-fs-formaction>input</a></code>
@@ -93923,7 +93923,7 @@
     <tr><th> <code title="">list</code>
      <td> <code title=attr-input-list><a href=#attr-input-list>input</a></code>
      <td> List of autocomplete options
-     <td> ID*
+     <td> <a href=#concept-id title=concept-id>ID</a>*
     <tr><th> <code title="">loop</code>
      <td> <code title=attr-media-loop><a href=#attr-media-loop>audio</a></code>;
           <code title=attr-media-loop><a href=#attr-media-loop>video</a></code>

Modified: index
===================================================================
--- index	2010-08-28 04:42:26 UTC (rev 5389)
+++ index	2010-08-28 04:57:57 UTC (rev 5390)
@@ -9212,7 +9212,7 @@
 
   <p>If the value is not the empty string, user agents must associate
   the element with the given value (exactly, including any space
-  characters) for the purposes of ID matching within the element's
+  characters) for the purposes of <a href=#concept-id title=concept-id>ID</a> matching within the element's
   <a href=#home-subtree>home subtree</a> (e.g. for selectors in CSS or for the
   <code title=dom-Document-getElementById><a href=#dom-document-getelementbyid>getElementById()</a></code>
   method in the DOM).</p>
@@ -9223,7 +9223,7 @@
 
   <p>This specification doesn't preclude an element having multiple
   IDs, if other mechanisms (e.g. DOM Core methods) can set an
-  element's ID in a way that doesn't conflict with the <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute.</p>
+  element's <a href=#concept-id title=concept-id>ID</a> in a way that doesn't conflict with the <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute.</p>
 
   <p>The <dfn id=dom-id title=dom-id><code>id</code></dfn> IDL attribute must
   <a href=#reflect>reflect</a> the <code title=attr-id><a href=#the-id-attribute>id</a></code> content
@@ -35022,14 +35022,14 @@
   attribute specified. The <code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> attribute, if specified,
   must contain a string consisting of an <a href=#unordered-set-of-unique-space-separated-tokens>unordered set of unique
   space-separated tokens</a>, each of which must have the value of
-  an ID of a <code><a href=#the-th-element>th</a></code> element taking part in the same <a href=#concept-table title=concept-table>table</a> as the <code><a href=#the-td-element>td</a></code> or
+  an <a href=#concept-id title=concept-id>ID</a> of a <code><a href=#the-th-element>th</a></code> element taking part in the same <a href=#concept-table title=concept-table>table</a> as the <code><a href=#the-td-element>td</a></code> or
   <code><a href=#the-th-element>th</a></code> element<span class=impl> (as defined by the
   <a href=#table-model>table model</a>)</span>.</p>
 
-  <p>A <code><a href=#the-th-element>th</a></code> element with ID <var title="">id</var> is said
+  <p>A <code><a href=#the-th-element>th</a></code> element with <a href=#concept-id title=concept-id>ID</a> <var title="">id</var> is said
   to be <i>directly targeted</i> by all <code><a href=#the-td-element>td</a></code> and
   <code><a href=#the-th-element>th</a></code> elements in the same <a href=#concept-table title=concept-table>table</a> that have <code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> attributes whose values
-  include as one of their tokens the ID <var title="">id</var>. A
+  include as one of their tokens the <a href=#concept-id title=concept-id>ID</a> <var title="">id</var>. A
   <code><a href=#the-th-element>th</a></code> element <var title="">A</var> is said to be
   <i>targeted</i> by a <code><a href=#the-th-element>th</a></code> or <code><a href=#the-td-element>td</a></code> element
   <var title="">B</var> if either <var title="">A</var> is <i>directly
@@ -35792,7 +35792,7 @@
         <!-- support headers="" to <td> for legacy compat -->
         <!-- note that it's not conforming though -->
         <p>For each token in the <var title="">id list</var>, if the
-        first element in the <code><a href=#document>Document</a></code> with an ID equal to
+        first element in the <code><a href=#document>Document</a></code> with an <a href=#concept-id title=concept-id>ID</a> equal to
         the token is a cell in the same <a href=#concept-table title=concept-table>table</a>, and that cell is not the
         <var title="">principal cell</var>, then add that cell to <var title="">header list</var>.</p>
 
@@ -36853,12 +36853,12 @@
 
    <dd>
 
-    <p>Returns the form control in the form with the given ID or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> (excluding image buttons for
+    <p>Returns the form control in the form with the given <a href=#concept-id title=concept-id>ID</a> or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> (excluding image buttons for
     historical reasons).</p>
 
     <p>Once an element has been referenced using a particular name,
     that name will continue being available as a way to reference that
-    element in this method, even if the element's actual ID or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> changes, for as long as the
+    element in this method, even if the element's actual <a href=#concept-id title=concept-id>ID</a> or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> changes, for as long as the
     element remains in the <code><a href=#document>Document</a></code>.</p>
 
     <p>If there are multiple matching items, then a
@@ -37258,11 +37258,11 @@
   <p>The <dfn id=attr-label-for title=attr-label-for><code>for</code></dfn> attribute
   may be specified to indicate a form control with which the caption
   is to be associated. If the attribute is specified, the attribute's
-  value must be the ID of a <a href=#category-label title=category-label>labelable
+  value must be the <a href=#concept-id title=concept-id>ID</a> of a <a href=#category-label title=category-label>labelable
   form-associated element</a> in the same <code><a href=#document>Document</a></code> as
   the <code><a href=#the-label-element>label</a></code> element. <span class=impl>If the attribute
   is specified and there is an element in the <code><a href=#document>Document</a></code>
-  whose ID is equal to the value of the <code title=attr-label-for><a href=#attr-label-for>for</a></code> attribute, and the first such
+  whose <a href=#concept-id title=concept-id>ID</a> is equal to the value of the <code title=attr-label-for><a href=#attr-label-for>for</a></code> attribute, and the first such
   element is a <a href=#category-label title=category-label>labelable form-associated
   element</a>, then that element is the <code><a href=#the-label-element>label</a></code>
   element's <a href=#labeled-control>labeled control</a>.</span></p>
@@ -41741,16 +41741,16 @@
   attribute is used to identify an element that lists predefined
   options suggested to the user.</p>
 
-  <p>If present, its value must be the ID of a <code><a href=#the-datalist-element>datalist</a></code>
+  <p>If present, its value must be the <a href=#concept-id title=concept-id>ID</a> of a <code><a href=#the-datalist-element>datalist</a></code>
   element in the same document.</p>
 
   <div class=impl>
 
   <p>The <dfn id=concept-input-list title=concept-input-list>suggestions source
   element</dfn> is the first element in the document in <a href=#tree-order>tree
-  order</a> to have an ID equal to the value of the <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute, if that element is a
+  order</a> to have an <a href=#concept-id title=concept-id>ID</a> equal to the value of the <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute, if that element is a
   <code><a href=#the-datalist-element>datalist</a></code> element. If there is no <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute, or if there is no
-  element with that ID, or if the first element with that ID is not a
+  element with that <a href=#concept-id title=concept-id>ID</a>, or if the first element with that <a href=#concept-id title=concept-id>ID</a> is not a
   <code><a href=#the-datalist-element>datalist</a></code> element, then there is no <a href=#concept-input-list title=concept-input-list>suggestions source element</a>.</p>
 
   <p>If there is a <a href=#concept-input-list title=concept-input-list>suggestions source
@@ -43105,9 +43105,9 @@
    <dt><var title="">select</var>[<var title="">name</var>]</dt>
    <dt><var title="">select</var>(<var title="">name</var>)</dt>
    <dd>
-    <p>Returns the item with ID or <code title=attr-option-name><a href=#attr-option-name>name</a></code> <var title="">name</var> from the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>.</p>
+    <p>Returns the item with <a href=#concept-id title=concept-id>ID</a> or <code title=attr-option-name><a href=#attr-option-name>name</a></code> <var title="">name</var> from the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>.</p>
     <p>If there are multiple matching items, then a <code><a href=#nodelist>NodeList</a></code> object containing all those elements is returned.</p>
-    <p>Returns null if no element with that ID could be found.</p>
+    <p>Returns null if no element with that <a href=#concept-id title=concept-id>ID</a> could be found.</p>
    </dd>
 
    <dt><var title="">select</var> . <code title=dom-select-add><a href=#dom-select-add>add</a></code>(<var title="">element</var> [, <var title="">before</var> ])</dt>
@@ -44327,7 +44327,7 @@
   calculation. The <code title=attr-output-for><a href=#attr-output-for>for</a></code> attribute,
   if specified, must contain a string consisting of an <a href=#unordered-set-of-unique-space-separated-tokens>unordered
   set of unique space-separated tokens</a>, each of which must have
-  the value of an ID of an element in the same
+  the value of an <a href=#concept-id title=concept-id>ID</a> of an element in the same
   <code><a href=#document>Document</a></code>.</p>
 
   <p>The <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is used to
@@ -44964,7 +44964,7 @@
   of support for nested <code><a href=#the-form-element>form</a></code> elements.</p>
 
   <p>If a <a href=#form-associated-element>form-associated element</a> has a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute specified, then that
-  attribute's value must be the ID of a <code><a href=#the-form-element>form</a></code> element in
+  attribute's value must be the <a href=#concept-id title=concept-id>ID</a> of a <code><a href=#the-form-element>form</a></code> element in
   the element's owner <code><a href=#document>Document</a></code>.</p>
 
   <div class=impl>
@@ -44993,13 +44993,13 @@
   has its value changed, then the user agent must <a href=#reset-the-form-owner>reset the form
   owner</a> of that element.</p>
 
-  <p>When a <a href=#form-associated-element>form-associated element</a> has a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute and the ID of any of the
+  <p>When a <a href=#form-associated-element>form-associated element</a> has a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute and the <a href=#concept-id title=concept-id>ID</a> of any of the
   elements in the <code><a href=#document>Document</a></code> changes, then the user agent
   must <a href=#reset-the-form-owner>reset the form owner</a> of that <a href=#form-associated-element>form-associated
   element</a>.</p>
 
   <p>When a <a href=#form-associated-element>form-associated element</a> has a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute and an element with an
-  ID is <a href=#insert-an-element-into-a-document title="insert an element into a document">inserted
+  <a href=#concept-id title=concept-id>ID</a> is <a href=#insert-an-element-into-a-document title="insert an element into a document">inserted
   into</a> or <a href=#remove-an-element-from-a-document title="remove an element from a
   document">removed from</a> the <code><a href=#document>Document</a></code>, then the
   user agent must <a href=#reset-the-form-owner>reset the form owner</a> of that
@@ -45025,7 +45025,7 @@
 
     <ol><!-- note that this ignores the name="" attribute and is
      unaffected by quirks mode (it's always case sensitive) --><li><p>If the first element <a href=#in-a-document title="in a Document">in the
-     <code>Document</code></a> to have an ID that is <a href=#case-sensitive title=case-sensitive>case-sensitively</a> equal to the
+     <code>Document</code></a> to have an <a href=#concept-id title=concept-id>ID</a> that is <a href=#case-sensitive title=case-sensitive>case-sensitively</a> equal to the
      element's <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> content
      attribute's value is a <code><a href=#the-form-element>form</a></code> element, then <a href=#concept-form-association title=concept-form-association>associate</a> the
      <a href=#form-associated-element>form-associated element</a> with that <code><a href=#the-form-element>form</a></code>
@@ -49896,7 +49896,7 @@
 
   <p>The <dfn id=attr-contextmenu title=attr-contextmenu><code>contextmenu</code></dfn>
   attribute gives the element's <a href=#context-menus title="context menus">context
-  menu</a>. The value must be the ID of a <code><a href=#menus>menu</a></code> element
+  menu</a>. The value must be the <a href=#concept-id title=concept-id>ID</a> of a <code><a href=#menus>menu</a></code> element
   in the DOM. <span class=impl>If the node that would be obtained by
   the invoking the <code title=dom-Document-getElementById><a href=#dom-document-getelementbyid>getElementById()</a></code> method
   using the attribute's value as the only argument is null or not a
@@ -61037,7 +61037,7 @@
    will <a href=#scroll-to-the-fragment-identifier>scroll to the fragment identifier</a> given in what
    is now <a href="#the-document's-current-address">the document's current address</a>.</li>
 
-  </ol><p class=note>If the scrolling fails because the relevant ID has
+  </ol><p class=note>If the scrolling fails because the relevant <a href=#concept-id title=concept-id>ID</a> has
   not yet been parsed, then the original <a href=#navigate title=navigate>navigation</a> algorithm will take care of the
   scrolling instead, as the last few steps of its <a href=#update-the-session-history-with-the-new-page>update the
   session history with the new page</a> algorithm.</p>
@@ -61078,7 +61078,7 @@
    the next one.</p>
 
    <li><p>If this step was not skipped and there is an element in the
-   DOM that has an ID exactly equal to <var title="">decoded
+   DOM that has an <a href=#concept-id title=concept-id>ID</a> exactly equal to <var title="">decoded
    fragid</var>, then the first such element in tree order is
    <a href=#the-indicated-part-of-the-document>the indicated part of the document</a>; stop the algorithm
    here.</li>
@@ -86804,7 +86804,7 @@
     <tr><th> <code title="">contextmenu</code>
      <td> <a href=#attr-contextmenu title=attr-contextmenu>HTML elements</a>
      <td> The element's context menu
-     <td> ID*
+     <td> <a href=#concept-id title=concept-id>ID</a>*
     <tr><th> <code title="">controls</code>
      <td> <code title=attr-media-controls><a href=#attr-media-controls>audio</a></code>;
           <code title=attr-media-controls><a href=#attr-media-controls>video</a></code>
@@ -86858,7 +86858,7 @@
     <tr><th> <code title="">for</code>
      <td> <code title=attr-label-for><a href=#attr-label-for>label</a></code>
      <td> Associate the label with form control
-     <td> ID*
+     <td> <a href=#concept-id title=concept-id>ID</a>*
     <tr><th> <code title="">for</code>
      <td> <code title=attr-output-for><a href=#attr-output-for>output</a></code>
      <td> Specifies controls from which the output was calculated
@@ -86876,7 +86876,7 @@
           <code title=attr-fae-form><a href=#attr-fae-form>select</a></code>;
           <code title=attr-fae-form><a href=#attr-fae-form>textarea</a></code>
      <td> Associates the control with a <code><a href=#the-form-element>form</a></code> element
-     <td> ID*
+     <td> <a href=#concept-id title=concept-id>ID</a>*
     <tr><th> <code title="">formaction</code>
      <td> <code title=attr-fs-formaction><a href=#attr-fs-formaction>button</a></code>;
           <code title=attr-fs-formaction><a href=#attr-fs-formaction>input</a></code>
@@ -87013,7 +87013,7 @@
     <tr><th> <code title="">list</code>
      <td> <code title=attr-input-list><a href=#attr-input-list>input</a></code>
      <td> List of autocomplete options
-     <td> ID*
+     <td> <a href=#concept-id title=concept-id>ID</a>*
     <tr><th> <code title="">loop</code>
      <td> <code title=attr-media-loop><a href=#attr-media-loop>audio</a></code>;
           <code title=attr-media-loop><a href=#attr-media-loop>video</a></code>

Modified: source
===================================================================
--- source	2010-08-28 04:42:26 UTC (rev 5389)
+++ source	2010-08-28 04:57:57 UTC (rev 5390)
@@ -9324,7 +9324,7 @@
 
   <p>If the value is not the empty string, user agents must associate
   the element with the given value (exactly, including any space
-  characters) for the purposes of ID matching within the element's
+  characters) for the purposes of <span title="concept-id">ID</span> matching within the element's
   <span>home subtree</span> (e.g. for selectors in CSS or for the
   <code title="dom-Document-getElementById">getElementById()</code>
   method in the DOM).</p>
@@ -9335,7 +9335,7 @@
 
   <p>This specification doesn't preclude an element having multiple
   IDs, if other mechanisms (e.g. DOM Core methods) can set an
-  element's ID in a way that doesn't conflict with the <code
+  element's <span title="concept-id">ID</span> in a way that doesn't conflict with the <code
   title="attr-id">id</code> attribute.</p>
 
   <p>The <dfn title="dom-id"><code>id</code></dfn> IDL attribute must
@@ -38820,17 +38820,17 @@
   title="attr-tdth-headers">headers</code> attribute, if specified,
   must contain a string consisting of an <span>unordered set of unique
   space-separated tokens</span>, each of which must have the value of
-  an ID of a <code>th</code> element taking part in the same <span
+  an <span title="concept-id">ID</span> of a <code>th</code> element taking part in the same <span
   title="concept-table">table</span> as the <code>td</code> or
   <code>th</code> element<span class="impl"> (as defined by the
   <span>table model</span>)</span>.</p>
 
-  <p>A <code>th</code> element with ID <var title="">id</var> is said
+  <p>A <code>th</code> element with <span title="concept-id">ID</span> <var title="">id</var> is said
   to be <i>directly targeted</i> by all <code>td</code> and
   <code>th</code> elements in the same <span
   title="concept-table">table</span> that have <code
   title="attr-tdth-headers">headers</code> attributes whose values
-  include as one of their tokens the ID <var title="">id</var>. A
+  include as one of their tokens the <span title="concept-id">ID</span> <var title="">id</var>. A
   <code>th</code> element <var title="">A</var> is said to be
   <i>targeted</i> by a <code>th</code> or <code>td</code> element
   <var title="">B</var> if either <var title="">A</var> is <i>directly
@@ -39784,7 +39784,7 @@
         <!-- support headers="" to <td> for legacy compat -->
         <!-- note that it's not conforming though -->
         <p>For each token in the <var title="">id list</var>, if the
-        first element in the <code>Document</code> with an ID equal to
+        first element in the <code>Document</code> with an <span title="concept-id">ID</span> equal to
         the token is a cell in the same <span
         title="concept-table">table</span>, and that cell is not the
         <var title="">principal cell</var>, then add that cell to <var
@@ -41032,13 +41032,13 @@
 
    <dd>
 
-    <p>Returns the form control in the form with the given ID or <code
+    <p>Returns the form control in the form with the given <span title="concept-id">ID</span> or <code
     title="attr-fe-name">name</code> (excluding image buttons for
     historical reasons).</p>
 
     <p>Once an element has been referenced using a particular name,
     that name will continue being available as a way to reference that
-    element in this method, even if the element's actual ID or <code
+    element in this method, even if the element's actual <span title="concept-id">ID</span> or <code
     title="attr-fe-name">name</code> changes, for as long as the
     element remains in the <code>Document</code>.</p>
 
@@ -41509,11 +41509,11 @@
   <p>The <dfn title="attr-label-for"><code>for</code></dfn> attribute
   may be specified to indicate a form control with which the caption
   is to be associated. If the attribute is specified, the attribute's
-  value must be the ID of a <span title="category-label">labelable
+  value must be the <span title="concept-id">ID</span> of a <span title="category-label">labelable
   form-associated element</span> in the same <code>Document</code> as
   the <code>label</code> element. <span class="impl">If the attribute
   is specified and there is an element in the <code>Document</code>
-  whose ID is equal to the value of the <code
+  whose <span title="concept-id">ID</span> is equal to the value of the <code
   title="attr-label-for">for</code> attribute, and the first such
   element is a <span title="category-label">labelable form-associated
   element</span>, then that element is the <code>label</code>
@@ -46601,18 +46601,18 @@
   attribute is used to identify an element that lists predefined
   options suggested to the user.</p>
 
-  <p>If present, its value must be the ID of a <code>datalist</code>
+  <p>If present, its value must be the <span title="concept-id">ID</span> of a <code>datalist</code>
   element in the same document.</p>
 
   <div class="impl">
 
   <p>The <dfn title="concept-input-list">suggestions source
   element</dfn> is the first element in the document in <span>tree
-  order</span> to have an ID equal to the value of the <code
+  order</span> to have an <span title="concept-id">ID</span> equal to the value of the <code
   title="attr-input-list">list</code> attribute, if that element is a
   <code>datalist</code> element. If there is no <code
   title="attr-input-list">list</code> attribute, or if there is no
-  element with that ID, or if the first element with that ID is not a
+  element with that <span title="concept-id">ID</span>, or if the first element with that <span title="concept-id">ID</span> is not a
   <code>datalist</code> element, then there is no <span
   title="concept-input-list">suggestions source element</span>.</p>
 
@@ -48242,9 +48242,9 @@
    <dt><var title="">select</var>[<var title="">name</var>]</dt>
    <dt><var title="">select</var>(<var title="">name</var>)</dt>
    <dd>
-    <p>Returns the item with ID or <code title="attr-option-name">name</code> <var title="">name</var> from the <span title="concept-select-option-list">list of options</span>.</p>
+    <p>Returns the item with <span title="concept-id">ID</span> or <code title="attr-option-name">name</code> <var title="">name</var> from the <span title="concept-select-option-list">list of options</span>.</p>
     <p>If there are multiple matching items, then a <code>NodeList</code> object containing all those elements is returned.</p>
-    <p>Returns null if no element with that ID could be found.</p>
+    <p>Returns null if no element with that <span title="concept-id">ID</span> could be found.</p>
    </dd>
 
    <dt><var title="">select</var> . <code title="dom-select-add">add</code>(<var title="">element</var> [, <var title="">before</var> ])</dt>
@@ -49711,7 +49711,7 @@
   calculation. The <code title="attr-output-for">for</code> attribute,
   if specified, must contain a string consisting of an <span>unordered
   set of unique space-separated tokens</span>, each of which must have
-  the value of an ID of an element in the same
+  the value of an <span title="concept-id">ID</span> of an element in the same
   <code>Document</code>.</p>
 
   <p>The <code title="attr-fae-form">form</code> attribute is used to
@@ -50427,7 +50427,7 @@
 
   <p>If a <span>form-associated element</span> has a <code
   title="attr-fae-form">form</code> attribute specified, then that
-  attribute's value must be the ID of a <code>form</code> element in
+  attribute's value must be the <span title="concept-id">ID</span> of a <code>form</code> element in
   the element's owner <code>Document</code>.</p>
 
   <div class="impl">
@@ -50461,14 +50461,14 @@
   owner</span> of that element.</p>
 
   <p>When a <span>form-associated element</span> has a <code
-  title="attr-fae-form">form</code> attribute and the ID of any of the
+  title="attr-fae-form">form</code> attribute and the <span title="concept-id">ID</span> of any of the
   elements in the <code>Document</code> changes, then the user agent
   must <span>reset the form owner</span> of that <span>form-associated
   element</span>.</p>
 
   <p>When a <span>form-associated element</span> has a <code
   title="attr-fae-form">form</code> attribute and an element with an
-  ID is <span title="insert an element into a document">inserted
+  <span title="concept-id">ID</span> is <span title="insert an element into a document">inserted
   into</span> or <span title="remove an element from a
   document">removed from</span> the <code>Document</code>, then the
   user agent must <span>reset the form owner</span> of that
@@ -50499,7 +50499,7 @@
      <!-- note that this ignores the name="" attribute and is
      unaffected by quirks mode (it's always case sensitive) -->
      <li><p>If the first element <span title="in a Document">in the
-     <code>Document</code></span> to have an ID that is <span
+     <code>Document</code></span> to have an <span title="concept-id">ID</span> that is <span
      title="case-sensitive">case-sensitively</span> equal to the
      element's <code title="attr-fae-form">form</code> content
      attribute's value is a <code>form</code> element, then <span
@@ -55822,7 +55822,7 @@
 
   <p>The <dfn title="attr-contextmenu"><code>contextmenu</code></dfn>
   attribute gives the element's <span title="context menus">context
-  menu</span>. The value must be the ID of a <code>menu</code> element
+  menu</span>. The value must be the <span title="concept-id">ID</span> of a <code>menu</code> element
   in the DOM. <span class="impl">If the node that would be obtained by
   the invoking the <code
   title="dom-Document-getElementById">getElementById()</code> method
@@ -68995,7 +68995,7 @@
 
   </ol>
 
-  <p class="note">If the scrolling fails because the relevant ID has
+  <p class="note">If the scrolling fails because the relevant <span title="concept-id">ID</span> has
   not yet been parsed, then the original <span
   title="navigate">navigation</span> algorithm will take care of the
   scrolling instead, as the last few steps of its <span>update the
@@ -69044,7 +69044,7 @@
    the next one.</p>
 
    <li><p>If this step was not skipped and there is an element in the
-   DOM that has an ID exactly equal to <var title="">decoded
+   DOM that has an <span title="concept-id">ID</span> exactly equal to <var title="">decoded
    fragid</var>, then the first such element in tree order is
    <span>the indicated part of the document</span>; stop the algorithm
    here.</p></li>
@@ -107136,7 +107136,7 @@
      <th> <code title="">contextmenu</code>
      <td> <span title="attr-contextmenu">HTML elements</span>
      <td> The element's context menu
-     <td> ID*
+     <td> <span title="concept-id">ID</span>*
     <tr>
      <th> <code title="">controls</code>
      <td> <code title="attr-media-controls">audio</code>;
@@ -107201,7 +107201,7 @@
      <th> <code title="">for</code>
      <td> <code title="attr-label-for">label</code>
      <td> Associate the label with form control
-     <td> ID*
+     <td> <span title="concept-id">ID</span>*
     <tr>
      <th> <code title="">for</code>
      <td> <code title="attr-output-for">output</code>
@@ -107221,7 +107221,7 @@
           <code title="attr-fae-form">select</code>;
           <code title="attr-fae-form">textarea</code>
      <td> Associates the control with a <code>form</code> element
-     <td> ID*
+     <td> <span title="concept-id">ID</span>*
     <tr>
      <th> <code title="">formaction</code>
      <td> <code title="attr-fs-formaction">button</code>;
@@ -107385,7 +107385,7 @@
      <th> <code title="">list</code>
      <td> <code title="attr-input-list">input</code>
      <td> List of autocomplete options
-     <td> ID*
+     <td> <span title="concept-id">ID</span>*
     <tr>
      <th> <code title="">loop</code>
      <td> <code title="attr-media-loop">audio</code>;




More information about the Commit-Watchers mailing list