- From: poot <cvsmail@w3.org>
- Date: Tue, 22 Sep 2009 19:04:04 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: input 'applies' summary table cleanup. (whatwg r3959) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3120&r2=1.3121&f=h http://html5.org/tools/web-apps-tracker?from=3958&to=3959 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3120 retrieving revision 1.3121 diff -u -d -r1.3120 -r1.3121 --- Overview.html 22 Sep 2009 09:51:40 -0000 1.3120 +++ Overview.html 22 Sep 2009 10:03:45 -0000 1.3121 @@ -27713,12 +27713,17 @@ <td> <a href="#button-state" title="attr-input-type-button">Button</a> <td> n/a <td> A button - </table><p>The <i>missing value default</i> is the <a href="#text-state-and-search-state" title="attr-input-type-text">Text</a> state.<p>Which of the <code title="attr-input-accept"><a href="#attr-input-accept">accept</a></code>, <code title="attr-input-alt"><a href="#attr-input-alt">alt</a></code>, <code title="attr-input-autocomplete"><a href="#attr-input-autocomplete">autocomplete</a></code>, <code title="attr-input-checked"><a href="#attr-input-checked">checked</a></code>, <code title="attr-fs-formaction"><a href="#attr-fs-formaction">formaction</a></code>, <code title="attr-fs-formenctype"><a href="#attr-fs-formenctype">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="#attr-fs-formmethod">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="#attr-fs-formnovalidate">formnovalidate</a></code>, <code title="attr-fs-formtarget"><a href="#attr-fs-formtarget">formtarget</a></code>, <code title="attr-dim-height"><a href="#attr-dim-height">height</a></code>, <code title="att-input-list"><a href="#attr-input-list">list</a></code>, <code title="attr-input-max"><a href="#attr-input-max">max</a></code>, <code title="attr-input-maxlength"><a href="#attr-input-maxlength">maxlength</a></code>, <code title="attr-input-min"><a href="#attr-input-min">min</a></code>, <code title="attr-input-multiple"><a href="#attr-input-multiple">multiple</a></code>, <code title="attr-input-pattern"><a href="#attr-input-pattern">pattern</a></code>, <code title="attr-input-readonly"><a href="#attr-input-readonly">readonly</a></code>, <code title="attr-input-required"><a href="#attr-input-required">required</a></code>, <code title="attr-input-size"><a href="#attr-input-size">size</a></code>, <code title="attr-input-src"><a href="#attr-input-src">src</a></code>, <code title="attr-input-step"><a href="#attr-input-step">step</a></code>, and <code title="attr-dim-width"><a href="#attr-dim-width">width</a></code> attributes apply to an - <code><a href="#the-input-element">input</a></code> element depends on the state of its <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute. Similarly, the <code title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>, <code title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code>, <code title="dom-input-list"><a href="#dom-input-list">list</a></code>, and <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code> IDL - attributes, and the <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> - and <code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> methods, are - specific to certain states. The following table <span class="impl">is non-normative and</span> summarizes which content - attributes, IDL attributes, and methods apply to each state:<table class="applies" id="input-type-attr-summary"><thead><tr><th> + </table><p>The <i>missing value default</i> is the <a href="#text-state-and-search-state" title="attr-input-type-text">Text</a> state.<p>Which of the <code title="attr-input-accept"><a href="#attr-input-accept">accept</a></code>, <code title="attr-input-alt"><a href="#attr-input-alt">alt</a></code>, <code title="attr-input-autocomplete"><a href="#attr-input-autocomplete">autocomplete</a></code>, <code title="attr-input-checked"><a href="#attr-input-checked">checked</a></code>, <code title="attr-fs-formaction"><a href="#attr-fs-formaction">formaction</a></code>, <code title="attr-fs-formenctype"><a href="#attr-fs-formenctype">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="#attr-fs-formmethod">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="#attr-fs-formnovalidate">formnovalidate</a></code>, <code title="attr-fs-formtarget"><a href="#attr-fs-formtarget">formtarget</a></code>, <code title="attr-dim-height"><a href="#attr-dim-height">height</a></code>, <code title="att-input-list"><a href="#attr-input-list">list</a></code>, <code title="attr-input-max"><a href="#attr-input-max">max</a></code>, <code title="attr-input-maxlength"><a href="#attr-input-maxlength">maxlength</a></code>, <code title="attr-input-min"><a href="#attr-input-min">min</a></code>, <code title="attr-input-multiple"><a href="#attr-input-multiple">multiple</a></code>, <code title="attr-input-pattern"><a href="#attr-input-pattern">pattern</a></code>, <code title="attr-input-placeholder"><a href="#attr-input-placeholder">placeholder</a></code>, <code title="attr-input-readonly"><a href="#attr-input-readonly">readonly</a></code>, <code title="attr-input-required"><a href="#attr-input-required">required</a></code>, <code title="attr-input-size"><a href="#attr-input-size">size</a></code>, <code title="attr-input-src"><a href="#attr-input-src">src</a></code>, <code title="attr-input-step"><a href="#attr-input-step">step</a></code>, and <code title="attr-dim-width"><a href="#attr-dim-width">width</a></code> conent attributes, the <code title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>, <code title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code>, <code title="dom-input-list"><a href="#dom-input-list">list</a></code>, and <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code> IDL + attributes, the <code title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code> method, the <code title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code> and + <code title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code> + IDL attributes, the <code title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> + method, the the <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> and + <code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> methods, and the + <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply to an + <code><a href="#the-input-element">input</a></code> element depends on the state of its <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute. The following table + <span class="impl">is non-normative and</span> summarizes which of + those content attributes, IDL attributes, methods, and events apply + to each state:<table class="applies" id="input-type-attr-summary"><thead><tr><th> <th> <span title=""><a href="#hidden-state" title="attr-input-type-hidden">Hidden</a></span> <th> <span title=""><a href="#text-state-and-search-state" title="attr-input-type-text">Text</a>,</span> <span title=""><a href="#text-state-and-search-state" title="attr-input-type-search">Search</a>,</span> @@ -27743,7 +27748,9 @@ <th> <span title=""><a href="#reset-button-state" title="attr-input-type-reset">Reset Button</a>,</span> <span title=""><a href="#button-state" title="attr-input-type-button">Button</a></span> - <tbody><tr><th> <code title="attr-input-accept"><a href="#attr-input-accept">accept</a></code> + <tbody><tr><th colspan="14" scope="rowgroup">Content attributes + + <tr><th> <code title="attr-input-accept"><a href="#attr-input-accept">accept</a></code> <td class="no"> · <!-- Hidden --> <td class="no"> · <!-- Text --> <!-- <td class="no"> · Search --> @@ -28295,7 +28302,33 @@ <td class="no"> · <!-- Reset Button --> <!-- <td class="no"> · Button --> - <tbody><tr><th> <code title="dom-input-files"><a href="#dom-input-files">files</a></code>† + <tbody><tr><th colspan="14" scope="rowgroup">IDL attributes and methods + + <tr><th> <code title="dom-input-checked"><a href="#dom-input-checked">checked</a></code> + <td class="no"> · <!-- Hidden --> + <td class="no"> · <!-- Text --> +<!-- <td class="no"> · Search --> +<!-- <td class="no"> · URL --> + <td class="no"> · <!-- E-mail --> + <td class="no"> · <!-- Password --> + <td class="no"> · <!-- Date and Time --> +<!-- <td class="no"> · Date --> +<!-- <td class="no"> · Month --> +<!-- <td class="no"> · Week --> +<!-- <td class="no"> · Time --> + <td class="no"> · <!-- Local Date and Time --> +<!-- <td class="no"> · Number --> + <td class="no"> · <!-- Range --> + <td class="no"> · <!-- Color --> + <td class="yes"> Yes <!-- Checkbox --> +<!-- <td class="yes"> Yes Radio Button --> + <td class="no"> · <!-- File Upload --> + <td class="no"> · <!-- Submit Button --> + <td class="no"> · <!-- Image Button --> + <td class="no"> · <!-- Reset Button --> +<!-- <td class="no"> · Button --> + + <tr><th> <code title="dom-input-files"><a href="#dom-input-files">files</a></code> <td class="no"> · <!-- Hidden --> <td class="no"> · <!-- Text --> <!-- <td class="no"> · Search --> @@ -28319,7 +28352,7 @@ <td class="no"> · <!-- Reset Button --> <!-- <td class="no"> · Button --> - <tr class="impl"><th> <code title="dom-input-value"><a href="#dom-input-value">value</a></code>† + <tr class="impl"><th> <code title="dom-input-value"><a href="#dom-input-value">value</a></code> <td class="yes"> <a href="#dom-input-value-value" title="dom-input-value-value">value</a> <!-- Hidden --> <td class="yes"> <a href="#dom-input-value-value" title="dom-input-value-value">value</a> <!-- Text --> <!-- <td class="yes"> <span title="dom-input-value-value">value</span> Search --> @@ -28343,7 +28376,7 @@ <td class="yes"> <a href="#dom-input-value-default" title="dom-input-value-default">default</a> <!-- Reset Button --> <!-- <td class="yes"> <span title="dom-input-value-default">default</span> Button --> - <tr><th> <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>† + <tr><th> <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code> <td class="no"> · <!-- Hidden --> <td class="no"> · <!-- Text --> <!-- <td class="no"> · Search --> @@ -28367,7 +28400,7 @@ <td class="no"> · <!-- Reset Button --> <!-- <td class="no"> · Button --> - <tr><th> <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code>† + <tr><th> <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> <td class="no"> · <!-- Hidden --> <td class="no"> · <!-- Text --> <!-- <td class="no"> · Search --> @@ -28391,7 +28424,7 @@ <td class="no"> · <!-- Reset Button --> <!-- <td class="no"> · Button --> - <tr><th> <code title="dom-input-list"><a href="#dom-input-list">list</a></code>† + <tr><th> <code title="dom-input-list"><a href="#dom-input-list">list</a></code> <td class="no"> · <!-- Hidden --> <td class="yes"> Yes <!-- Text --> <!-- <td class="yes"> Yes Search --> @@ -28415,7 +28448,7 @@ <td class="no"> · <!-- Reset Button --> <!-- <td class="no"> · Button --> - <tr><th> <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>† + <tr><th> <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code> <td class="no"> · <!-- Hidden --> <td class="yes"> Yes <!-- Text --> <!-- <td class="yes"> Yes Search --> @@ -28463,7 +28496,7 @@ <td class="no"> · <!-- Reset Button --> <!-- <td class="no"> · Button --> - <tr><th> <code title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>† + <tr><th> <code title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code> <td class="no"> · <!-- Hidden --> <td class="yes"> Yes <!-- Text --> <!-- <td class="yes"> Yes Search --> @@ -28487,7 +28520,7 @@ <td class="no"> · <!-- Reset Button --> <!-- <td class="no"> · Button --> - <tr><th> <code title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>† + <tr><th> <code title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code> <td class="no"> · <!-- Hidden --> <td class="yes"> Yes <!-- Text --> <!-- <td class="yes"> Yes Search --> @@ -28583,6 +28616,8 @@ <td class="no"> · <!-- Reset Button --> <!-- <td class="no"> · Button --> + <tbody><tr><th colspan="14" scope="rowgroup">Events + <tr><th> <span title=""><code title="event-input-input"><a href="#event-input-input">input</a></code> event</span> <td class="no"> · <!-- Hidden --> <td class="yes"> Yes <!-- Text --> @@ -28631,7 +28666,7 @@ <td class="no"> · <!-- Reset Button --> <!-- <td class="no"> · Button --> - </table><p>† indicates IDL attributes.<div class="impl"> + </table><div class="impl"> <p>When an <code><a href="#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute changes state, and when the element is first created, the element's rendering and
Received on Tuesday, 22 September 2009 10:04:42 UTC