- From: poot <cvsmail@w3.org>
- Date: Thu, 1 Apr 2010 14:35:24 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: categories should be nouns (whatwg r4913) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3933&r2=1.3934&f=h http://html5.org/tools/web-apps-tracker?from=4912&to=4913 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3933 retrieving revision 1.3934 diff -u -d -r1.3933 -r1.3934 --- Overview.html 30 Mar 2010 22:57:32 -0000 1.3933 +++ Overview.html 30 Mar 2010 23:09:08 -0000 1.3934 @@ -5654,7 +5654,7 @@ ASCII lowercase</a>.</p> </div><h5 id="htmlformcontrolscollection-0"><span class="secno">2.7.2.3 </span>HTMLFormControlsCollection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><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.<pre class="idl">interface <dfn id="htmlformcontrolscollection">HTMLFormControlsCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> { // inherits <a href="#dom-htmlcollection-length" title="dom-HTMLCollection-length">length</a> and <a href="#dom-htmlcollection-item" title="dom-HTMLCollection-item">item</a>() caller getter object <a href="#dom-htmlformcontrolscollection-nameditem" title="dom-HTMLFormControlsCollection-namedItem">namedItem</a>(in DOMString name); // overrides inherited namedItem() @@ -25568,7 +25568,7 @@ <li><code><a href="#the-select-element">select</a></code></li> <li><code><a href="#the-textarea-element">textarea</a></code></li> </ul><p>The <a href="#form-associated-element" title="form-associated element">form-associated - elements</a> fall into several subcategories:<dl><dt><dfn id="category-listed" title="category-listed">Listed</dfn></dt> + elements</a> fall into several subcategories:<dl><dt><dfn id="category-listed" title="category-listed">Listed elements</dfn></dt> <dd> @@ -25586,7 +25586,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> @@ -25812,7 +25812,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 @@ -26010,7 +26010,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> @@ -33188,7 +33188,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> @@ -33575,7 +33575,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> @@ -34255,10 +34255,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, @@ -34273,7 +34273,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 @@ -55159,7 +55159,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 @@ -67289,7 +67289,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>; @@ -67302,7 +67302,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>;
Received on Thursday, 1 April 2010 05:36:08 UTC