[html5] r4913 - [e] (0) categories should be nouns Fixing http://www.w3.org/Bugs/Public/show_bug [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 30 16:08:34 PDT 2010


Author: ianh
Date: 2010-03-30 16:08:32 -0700 (Tue, 30 Mar 2010)
New Revision: 4913

Modified:
   complete.html
   index
   source
Log:
[e] (0) categories should be nouns
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9226

Modified: complete.html
===================================================================
--- complete.html	2010-03-30 22:57:28 UTC (rev 4912)
+++ complete.html	2010-03-30 23:08:32 UTC (rev 4913)
@@ -6481,7 +6481,7 @@
   <h5 id=htmlformcontrolscollection-0><span class=secno>2.7.2.3 </span>HTMLFormControlsCollection</h5>
 
   <p>The <code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code> interface represents
-  a <a href=#collections title=collections>collection</a> of <a href=#category-listed title=category-listed>listed</a> elements in <code><a href=#the-form-element>form</a></code>
+  a <a href=#collections title=collections>collection</a> of <a href=#category-listed title=category-listed>listed elements</a> in <code><a href=#the-form-element>form</a></code>
   and <code><a href=#the-fieldset-element>fieldset</a></code> elements.</p>
 
   <pre class=idl>interface <dfn id=htmlformcontrolscollection>HTMLFormControlsCollection</dfn> : <a href=#htmlcollection>HTMLCollection</a> {
@@ -32240,7 +32240,7 @@
   </ul><p>The <a href=#form-associated-element title="form-associated element">form-associated
   elements</a> fall into several subcategories:</p>
 
-  <dl><dt><dfn id=category-listed title=category-listed>Listed</dfn></dt>
+  <dl><dt><dfn id=category-listed title=category-listed>Listed elements</dfn></dt>
 
    <dd>
 
@@ -32258,7 +32258,7 @@
      <li><code><a href=#the-textarea-element>textarea</a></code></li>
     </ul></dd>
 
-   <dt><dfn id=category-label title=category-label>Labelable</dfn></dt>
+   <dt><dfn id=category-label title=category-label>Labelable elements</dfn></dt>
 
    <dd>
 
@@ -32501,7 +32501,7 @@
 
   <hr><p>The <dfn id=dom-form-elements title=dom-form-elements><code>elements</code></dfn>
   IDL attribute must return an <code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code>
-  rooted at the <code><a href=#document>Document</a></code> node, whose filter matches <a href=#category-listed title=category-listed>listed</a> elements whose <a href=#form-owner>form
+  rooted at the <code><a href=#document>Document</a></code> node, whose filter matches <a href=#category-listed title=category-listed>listed elements</a> whose <a href=#form-owner>form
   owner</a> is the <code><a href=#the-form-element>form</a></code> element, with the exception of
   <code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#image-button-state title=attr-input-type-image>Image Button</a> state, which must,
   for historical reasons, be excluded from this particular
@@ -32716,7 +32716,7 @@
   <p>The <dfn id=dom-fieldset-elements title=dom-fieldset-elements><code>elements</code></dfn> IDL
   attribute must return an <code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code>
   rooted at the <code><a href=#the-fieldset-element>fieldset</a></code> element, whose filter matches
-  <a href=#category-listed title=category-listed>listed</a> elements.</p>
+  <a href=#category-listed title=category-listed>listed elements</a>.</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>,
   <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
@@ -40918,7 +40918,7 @@
   along with a (possibly empty) list of elements that are invalid and
   for which no script has claimed responsibility:</p>
 
-  <ol><li><p>Let <var title="">controls</var> be a list of all the <a href=#category-submit title=category-submit>submittable</a> elements whose
+  <ol><li><p>Let <var title="">controls</var> be a list of all the <a href=#category-submit title=category-submit>submittable elements</a> whose
    <a href=#form-owner>form owner</a> is <var title="">form</var>, in <a href=#tree-order>tree
    order</a>.</li>
 
@@ -41352,7 +41352,7 @@
 
    <!-- unlock -->
 
-   <li><p>Let <var title="">controls</var> be a list of all the <a href=#category-submit title=category-submit>submittable</a> elements whose
+   <li><p>Let <var title="">controls</var> be a list of all the <a href=#category-submit title=category-submit>submittable elements</a> whose
    <a href=#form-owner>form owner</a> is <var title="">form</var>, in <a href=#tree-order>tree
    order</a>.</li>
 
@@ -42047,10 +42047,10 @@
   <p>When a form <var title="">form</var> is <dfn id=concept-form-reset title=concept-form-reset>reset</dfn>, the user agent must
   <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-reset>reset</code>, that is cancelable, at <var title="">form</var>, and then, if that event is not canceled, must
   invoke the <a href=#concept-form-reset-control title=concept-form-reset-control>reset
-  algorithm</a> of each <a href=#category-reset title=category-reset>resettable</a> elements whose <a href=#form-owner>form
+  algorithm</a> of each <a href=#category-reset title=category-reset>resettable elements</a> whose <a href=#form-owner>form
   owner</a> is <var title="">form</var>, and <a href=#broadcast-formchange-events>broadcast <code title=event-formchange>formchange</code> events</a> from <var title="">form</var>.</p>
 
-  <p>Each <a href=#category-reset title=category-reset>resettable</a> element
+  <p>Each <a href=#category-reset title=category-reset>resettable element</a>
   defines its own <dfn id=concept-form-reset-control title=concept-form-reset-control>reset
   algorithm</dfn>. Changes made to form controls as part of these
   algorithms do not count as changes caused by the user (and thus,
@@ -42069,7 +42069,7 @@
   <dfn id=broadcast-formchange-events>broadcast <code title=event-formchange>formchange</code>
   events</dfn> from a <code><a href=#the-form-element>form</a></code> element <var title="">form</var>, it must run the following steps:</p>
 
-  <ol><li><p>Let <var title="">controls</var> be a list of all the <a href=#category-reset title=category-reset>resettable</a> elements whose <a href=#form-owner>form
+  <ol><li><p>Let <var title="">controls</var> be a list of all the <a href=#category-reset title=category-reset>resettable elements</a> whose <a href=#form-owner>form
    owner</a> is <var title="">form</var>.</li>
 
    <li>If the user agent was to <a href=#broadcast-forminput-events>broadcast <code title=event-forminput>forminput</code> events</a>, let <var title="">event name</var> be <code title=event-forminput>forminput</code>. Otherwise the user agent
@@ -76871,7 +76871,7 @@
   interface is not defined by that namespace's specification must use
   the interface <code><a href=#element>Element</a></code>.</p>
 
-  <p>When a <a href=#category-reset title=category-reset>resettable</a> element is
+  <p>When a <a href=#category-reset title=category-reset>resettable element</a> is
   created in this manner, its <a href=#concept-form-reset-control title=concept-form-reset-control>reset algorithm</a> must be
   invoked once the attributes are set. (This initializes the element's
   <a href=#concept-fe-value title=concept-fe-value>value</a> and <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> based on the element's
@@ -89439,7 +89439,7 @@
      <td>
       —
 
-    <tr><td> <a href=#category-listed title=category-listed>Listed</a>
+    <tr><td> <a href=#category-listed title=category-listed>Listed elements</a>
      <td>
       <code><a href=#the-button-element>button</a></code>;
       <code><a href=#the-fieldset-element>fieldset</a></code>;
@@ -89452,7 +89452,7 @@
      <td>
       —
 
-    <tr><td> <a href=#category-label title=category-label>Labelable</a>
+    <tr><td> <a href=#category-label title=category-label>Labelable elements</a>
      <td>
       <code><a href=#the-button-element>button</a></code>;
       <code><a href=#the-input-element>input</a></code>;

Modified: index
===================================================================
--- index	2010-03-30 22:57:28 UTC (rev 4912)
+++ index	2010-03-30 23:08:32 UTC (rev 4913)
@@ -6379,7 +6379,7 @@
   <h5 id=htmlformcontrolscollection-0><span class=secno>2.7.2.3 </span>HTMLFormControlsCollection</h5>
 
   <p>The <code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code> interface represents
-  a <a href=#collections title=collections>collection</a> of <a href=#category-listed title=category-listed>listed</a> elements in <code><a href=#the-form-element>form</a></code>
+  a <a href=#collections title=collections>collection</a> of <a href=#category-listed title=category-listed>listed elements</a> in <code><a href=#the-form-element>form</a></code>
   and <code><a href=#the-fieldset-element>fieldset</a></code> elements.</p>
 
   <pre class=idl>interface <dfn id=htmlformcontrolscollection>HTMLFormControlsCollection</dfn> : <a href=#htmlcollection>HTMLCollection</a> {
@@ -32141,7 +32141,7 @@
   </ul><p>The <a href=#form-associated-element title="form-associated element">form-associated
   elements</a> fall into several subcategories:</p>
 
-  <dl><dt><dfn id=category-listed title=category-listed>Listed</dfn></dt>
+  <dl><dt><dfn id=category-listed title=category-listed>Listed elements</dfn></dt>
 
    <dd>
 
@@ -32159,7 +32159,7 @@
      <li><code><a href=#the-textarea-element>textarea</a></code></li>
     </ul></dd>
 
-   <dt><dfn id=category-label title=category-label>Labelable</dfn></dt>
+   <dt><dfn id=category-label title=category-label>Labelable elements</dfn></dt>
 
    <dd>
 
@@ -32402,7 +32402,7 @@
 
   <hr><p>The <dfn id=dom-form-elements title=dom-form-elements><code>elements</code></dfn>
   IDL attribute must return an <code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code>
-  rooted at the <code><a href=#document>Document</a></code> node, whose filter matches <a href=#category-listed title=category-listed>listed</a> elements whose <a href=#form-owner>form
+  rooted at the <code><a href=#document>Document</a></code> node, whose filter matches <a href=#category-listed title=category-listed>listed elements</a> whose <a href=#form-owner>form
   owner</a> is the <code><a href=#the-form-element>form</a></code> element, with the exception of
   <code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#image-button-state title=attr-input-type-image>Image Button</a> state, which must,
   for historical reasons, be excluded from this particular
@@ -32617,7 +32617,7 @@
   <p>The <dfn id=dom-fieldset-elements title=dom-fieldset-elements><code>elements</code></dfn> IDL
   attribute must return an <code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code>
   rooted at the <code><a href=#the-fieldset-element>fieldset</a></code> element, whose filter matches
-  <a href=#category-listed title=category-listed>listed</a> elements.</p>
+  <a href=#category-listed title=category-listed>listed elements</a>.</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>,
   <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
@@ -40819,7 +40819,7 @@
   along with a (possibly empty) list of elements that are invalid and
   for which no script has claimed responsibility:</p>
 
-  <ol><li><p>Let <var title="">controls</var> be a list of all the <a href=#category-submit title=category-submit>submittable</a> elements whose
+  <ol><li><p>Let <var title="">controls</var> be a list of all the <a href=#category-submit title=category-submit>submittable elements</a> whose
    <a href=#form-owner>form owner</a> is <var title="">form</var>, in <a href=#tree-order>tree
    order</a>.</li>
 
@@ -41253,7 +41253,7 @@
 
    <!-- unlock -->
 
-   <li><p>Let <var title="">controls</var> be a list of all the <a href=#category-submit title=category-submit>submittable</a> elements whose
+   <li><p>Let <var title="">controls</var> be a list of all the <a href=#category-submit title=category-submit>submittable elements</a> whose
    <a href=#form-owner>form owner</a> is <var title="">form</var>, in <a href=#tree-order>tree
    order</a>.</li>
 
@@ -41948,10 +41948,10 @@
   <p>When a form <var title="">form</var> is <dfn id=concept-form-reset title=concept-form-reset>reset</dfn>, the user agent must
   <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-reset>reset</code>, that is cancelable, at <var title="">form</var>, and then, if that event is not canceled, must
   invoke the <a href=#concept-form-reset-control title=concept-form-reset-control>reset
-  algorithm</a> of each <a href=#category-reset title=category-reset>resettable</a> elements whose <a href=#form-owner>form
+  algorithm</a> of each <a href=#category-reset title=category-reset>resettable elements</a> whose <a href=#form-owner>form
   owner</a> is <var title="">form</var>, and <a href=#broadcast-formchange-events>broadcast <code title=event-formchange>formchange</code> events</a> from <var title="">form</var>.</p>
 
-  <p>Each <a href=#category-reset title=category-reset>resettable</a> element
+  <p>Each <a href=#category-reset title=category-reset>resettable element</a>
   defines its own <dfn id=concept-form-reset-control title=concept-form-reset-control>reset
   algorithm</dfn>. Changes made to form controls as part of these
   algorithms do not count as changes caused by the user (and thus,
@@ -41970,7 +41970,7 @@
   <dfn id=broadcast-formchange-events>broadcast <code title=event-formchange>formchange</code>
   events</dfn> from a <code><a href=#the-form-element>form</a></code> element <var title="">form</var>, it must run the following steps:</p>
 
-  <ol><li><p>Let <var title="">controls</var> be a list of all the <a href=#category-reset title=category-reset>resettable</a> elements whose <a href=#form-owner>form
+  <ol><li><p>Let <var title="">controls</var> be a list of all the <a href=#category-reset title=category-reset>resettable elements</a> whose <a href=#form-owner>form
    owner</a> is <var title="">form</var>.</li>
 
    <li>If the user agent was to <a href=#broadcast-forminput-events>broadcast <code title=event-forminput>forminput</code> events</a>, let <var title="">event name</var> be <code title=event-forminput>forminput</code>. Otherwise the user agent
@@ -70143,7 +70143,7 @@
   interface is not defined by that namespace's specification must use
   the interface <code><a href=#element>Element</a></code>.</p>
 
-  <p>When a <a href=#category-reset title=category-reset>resettable</a> element is
+  <p>When a <a href=#category-reset title=category-reset>resettable element</a> is
   created in this manner, its <a href=#concept-form-reset-control title=concept-form-reset-control>reset algorithm</a> must be
   invoked once the attributes are set. (This initializes the element's
   <a href=#concept-fe-value title=concept-fe-value>value</a> and <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> based on the element's
@@ -82711,7 +82711,7 @@
      <td>
       —
 
-    <tr><td> <a href=#category-listed title=category-listed>Listed</a>
+    <tr><td> <a href=#category-listed title=category-listed>Listed elements</a>
      <td>
       <code><a href=#the-button-element>button</a></code>;
       <code><a href=#the-fieldset-element>fieldset</a></code>;
@@ -82724,7 +82724,7 @@
      <td>
       —
 
-    <tr><td> <a href=#category-label title=category-label>Labelable</a>
+    <tr><td> <a href=#category-label title=category-label>Labelable elements</a>
      <td>
       <code><a href=#the-button-element>button</a></code>;
       <code><a href=#the-input-element>input</a></code>;

Modified: source
===================================================================
--- source	2010-03-30 22:57:28 UTC (rev 4912)
+++ source	2010-03-30 23:08:32 UTC (rev 4913)
@@ -6084,7 +6084,7 @@
 
   <p>The <code>HTMLFormControlsCollection</code> interface represents
   a <span title="collections">collection</span> of <span
-  title="category-listed">listed</span> elements in <code>form</code>
+  title="category-listed">listed elements</span> in <code>form</code>
   and <code>fieldset</code> elements.</p>
 
   <pre class="idl">interface <dfn>HTMLFormControlsCollection</dfn> : <span>HTMLCollection</span> {
@@ -35546,7 +35546,7 @@
 
   <dl>
 
-   <dt><dfn title="category-listed">Listed</dfn></dt>
+   <dt><dfn title="category-listed">Listed elements</dfn></dt>
 
    <dd>
 
@@ -35569,7 +35569,7 @@
 
    </dd>
 
-   <dt><dfn title="category-label">Labelable</dfn></dt>
+   <dt><dfn title="category-label">Labelable elements</dfn></dt>
 
    <dd>
 
@@ -35858,7 +35858,7 @@
   <p>The <dfn title="dom-form-elements"><code>elements</code></dfn>
   IDL attribute must return an <code>HTMLFormControlsCollection</code>
   rooted at the <code>Document</code> node, whose filter matches <span
-  title="category-listed">listed</span> elements whose <span>form
+  title="category-listed">listed elements</span> whose <span>form
   owner</span> is the <code>form</code> element, with the exception of
   <code>input</code> elements whose <code
   title="attr-input-type">type</code> attribute is in the <span
@@ -36116,7 +36116,7 @@
   title="dom-fieldset-elements"><code>elements</code></dfn> IDL
   attribute must return an <code>HTMLFormControlsCollection</code>
   rooted at the <code>fieldset</code> element, whose filter matches
-  <span title="category-listed">listed</span> elements.</p>
+  <span title="category-listed">listed elements</span>.</p>
 
   <p>The <code title="dom-cva-willValidate">willValidate</code>,
   <code title="dom-cva-validity">validity</code>, and <code
@@ -45600,7 +45600,7 @@
   <ol>
 
    <li><p>Let <var title="">controls</var> be a list of all the <span
-   title="category-submit">submittable</span> elements whose
+   title="category-submit">submittable elements</span> whose
    <span>form owner</span> is <var title="">form</var>, in <span>tree
    order</span>.</p></li>
 
@@ -46091,7 +46091,7 @@
    <!-- unlock -->
 
    <li><p>Let <var title="">controls</var> be a list of all the <span
-   title="category-submit">submittable</span> elements whose
+   title="category-submit">submittable elements</span> whose
    <span>form owner</span> is <var title="">form</var>, in <span>tree
    order</span>.</p></li>
 
@@ -46957,12 +46957,12 @@
   title="">form</var>, and then, if that event is not canceled, must
   invoke the <span title="concept-form-reset-control">reset
   algorithm</span> of each <span
-  title="category-reset">resettable</span> elements whose <span>form
+  title="category-reset">resettable elements</span> whose <span>form
   owner</span> is <var title="">form</var>, and <span>broadcast <code
   title="event-formchange">formchange</code> events</span> from <var
   title="">form</var>.</p>
 
-  <p>Each <span title="category-reset">resettable</span> element
+  <p>Each <span title="category-reset">resettable element</span>
   defines its own <dfn title="concept-form-reset-control">reset
   algorithm</dfn>. Changes made to form controls as part of these
   algorithms do not count as changes caused by the user (and thus,
@@ -46986,7 +46986,7 @@
   <ol>
 
    <li><p>Let <var title="">controls</var> be a list of all the <span
-   title="category-reset">resettable</span> elements whose <span>form
+   title="category-reset">resettable elements</span> whose <span>form
    owner</span> is <var title="">form</var>.</p></li>
 
    <li>If the user agent was to <span>broadcast <code
@@ -87674,7 +87674,7 @@
   interface is not defined by that namespace's specification must use
   the interface <code>Element</code>.</p>
 
-  <p>When a <span title="category-reset">resettable</span> element is
+  <p>When a <span title="category-reset">resettable element</span> is
   created in this manner, its <span
   title="concept-form-reset-control">reset algorithm</span> must be
   invoked once the attributes are set. (This initializes the element's
@@ -99665,7 +99665,7 @@
       —
 
     <tr>
-     <td> <span title="category-listed">Listed</span>
+     <td> <span title="category-listed">Listed elements</span>
      <td>
       <code>button</code>;
       <code>fieldset</code>;
@@ -99679,7 +99679,7 @@
       —
 
     <tr>
-     <td> <span title="category-label">Labelable</span>
+     <td> <span title="category-label">Labelable elements</span>
      <td>
       <code>button</code>;
       <code>input</code>;




More information about the Commit-Watchers mailing list