Skip to content

Commit

Permalink
[e] (0) categories should be nouns
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9226

git-svn-id: http://svn.whatwg.org/webapps@4913 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 30, 2010
1 parent d734cbd commit 9dca5f8
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
26 changes: 13 additions & 13 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -6481,7 +6481,7 @@ <h5 id=htmlallcollection-0><span class=secno>2.7.2.2 </span>HTMLAllCollection</h
<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> {
Expand Down Expand Up @@ -32240,7 +32240,7 @@ <h4 id=categories><span class=secno>4.10.2 </span>Categories</h4>
</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>

Expand All @@ -32258,7 +32258,7 @@ <h4 id=categories><span class=secno>4.10.2 </span>Categories</h4>
<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>

Expand Down Expand Up @@ -32501,7 +32501,7 @@ <h4 id=the-form-element><span class=secno>4.10.3 </span>The <dfn><code>form</cod

<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
Expand Down Expand Up @@ -32716,7 +32716,7 @@ <h4 id=the-fieldset-element><span class=secno>4.10.4 </span>The <dfn><code>field
<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>
Expand Down Expand Up @@ -40918,7 +40918,7 @@ <h5 id=constraint-validation><span class=secno>4.10.20.2 </span>Constraint valid
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>

Expand Down Expand Up @@ -41352,7 +41352,7 @@ <h5 id=form-submission-algorithm><span class=secno>4.10.21.3 </span>Form submiss

<!-- 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>

Expand Down Expand Up @@ -42047,10 +42047,10 @@ <h4 id=resetting-a-form><span class=secno>4.10.22 </span>Resetting a form</h4>
<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,
Expand All @@ -42069,7 +42069,7 @@ <h4 id=event-dispatch><span class=secno>4.10.23 </span>Event dispatch</h4>
<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
Expand Down Expand Up @@ -76871,7 +76871,7 @@ <h5 id=creating-and-inserting-elements><span class=secno>12.2.5.1 </span>Creatin
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
Expand Down Expand Up @@ -89439,7 +89439,7 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<td>
&mdash;

<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>;
Expand All @@ -89452,7 +89452,7 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<td>
&mdash;

<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>;
Expand Down
26 changes: 13 additions & 13 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -6379,7 +6379,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<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> {
Expand Down Expand Up @@ -32141,7 +32141,7 @@ the cell that corresponds to the values of the two dice.
</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>

Expand All @@ -32159,7 +32159,7 @@ the cell that corresponds to the values of the two dice.
<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>

Expand Down Expand Up @@ -32402,7 +32402,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<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
Expand Down Expand Up @@ -32617,7 +32617,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<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>
Expand Down Expand Up @@ -40819,7 +40819,7 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
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>

Expand Down Expand Up @@ -41253,7 +41253,7 @@ fur

<!-- 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>

Expand Down Expand Up @@ -41948,10 +41948,10 @@ fur
<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,
Expand All @@ -41970,7 +41970,7 @@ fur
<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
Expand Down Expand Up @@ -70143,7 +70143,7 @@ document.body.appendChild(text);
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
Expand Down Expand Up @@ -82711,7 +82711,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<td>
&mdash;

<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>;
Expand All @@ -82724,7 +82724,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<td>
&mdash;

<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>;
Expand Down
Loading

0 comments on commit 9dca5f8

Please sign in to comment.