Short URL: http://html5.org/r/2200
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2200 | WF2: mentioned attributes in the <input type=text> section; plus some editorial fixes. | 2008-09-17 00:08 |
Index: source =================================================================== --- source (revision 2199) +++ source (revision 2200) @@ -24543,32 +24543,58 @@ - <h5><dfn title="attr-input-type-text">Text</dfn> State</h5> + <h5><dfn title="attr-input-type-text">Text</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute is absent, has the value <code title="attr-input-type-text-keyword">text</code>, - or has an invalid value, the element is in the <span + or has an invalid value, it is in the <span title="attr-input-type-text">Text</span> state.</p> - <p class="big-issue">...</p> + <p class="big-issue">... + <code title="attr-input-autocomplete">autocomplete</code> + <code title="attr-input-inputmode">inputmode</code> + <code title="attr-input-list">list</code> + <code title="attr-input-maxlength">maxlength</code> + <code title="attr-input-pattern">pattern</code> + <code title="attr-input-readonly">readonly</code> + <code title="attr-input-required">required</code> + <code title="attr-input-size">size</code> + <code title="attr-input-value">value</code> + </p> + <p>When an <code>input</code> element's <code + title="attr-input-type">type</code> attribute is in the <span + title="attr-input-type-text">Text</span> state, the following + attributes must not be specified: + <code title="attr-input-accept">accept</code>, + <code title="attr-input-alt">alt</code>, + <code title="attr-input-checked">checked</code>, + <code title="attr-input-max">max</code>, + <code title="attr-input-min">min</code>, + <code title="attr-input-src">src</code>, + <code title="attr-input-step">step</code>, + <code title="attr-fs-target">target</code>, + <code title="attr-fs-method">method</code>, + <code title="attr-fs-enctype">enctype</code>, and + <code title="attr-fs-action">action</code>.</p> - <h5><dfn title="attr-input-type-password">Password</dfn> State</h5> + <h5><dfn title="attr-input-type-password">Password</dfn> state</h5> + <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-password-keyword">password</code>, - the element is in the <span title="attr-input-type-password">Password</span> state.</p> + it is in the <span title="attr-input-type-password">Password</span> state.</p> <p class="big-issue">...</p> - <h5><dfn title="attr-input-type-image">Image Button</dfn> State</h5> + <h5><dfn title="attr-input-type-image">Image Button</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-image-keyword">image</code>, - the element is in the <span title="attr-input-type-image">Image Button</span> state.</p> + it is in the <span title="attr-input-type-image">Image Button</span> state.</p> <p class="big-issue">...</p> @@ -24576,111 +24602,111 @@ - <h5><dfn title="attr-input-type-datetime">Date and Time</dfn> State</h5> + <h5><dfn title="attr-input-type-datetime">Date and Time</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-datetime-keyword">datetime</code>, - the element is in the <span title="attr-input-type-datetime">Date and Time</span> state.</p> + it is in the <span title="attr-input-type-datetime">Date and Time</span> state.</p> <p class="big-issue">...</p> - <h5><dfn title="attr-input-type-datetime-local">Local Date and Time</dfn> State</h5> + <h5><dfn title="attr-input-type-datetime-local">Local Date and Time</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-datetime-local-keyword">datetime-local</code>, - the element is in the <span title="attr-input-type-datetime-local">Local Date and Time</span> state.</p> + it is in the <span title="attr-input-type-datetime-local">Local Date and Time</span> state.</p> <p class="big-issue">...</p> - <h5><dfn title="attr-input-type-date">Date</dfn> State</h5> + <h5><dfn title="attr-input-type-date">Date</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-date-keyword">date</code>, - the element is in the <span title="attr-input-type-date">Date</span> state.</p> + it is in the <span title="attr-input-type-date">Date</span> state.</p> <p class="big-issue">...</p> - <h5><dfn title="attr-input-type-month">Month</dfn> State</h5> + <h5><dfn title="attr-input-type-month">Month</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-month-keyword">month</code>, - the element is in the <span title="attr-input-type-month">Month</span> state.</p> + it is in the <span title="attr-input-type-month">Month</span> state.</p> <p class="big-issue">...</p> - <h5><dfn title="attr-input-type-week">Week</dfn> State</h5> + <h5><dfn title="attr-input-type-week">Week</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-week-keyword">week</code>, - the element is in the <span title="attr-input-type-week">Week</span> state.</p> + it is in the <span title="attr-input-type-week">Week</span> state.</p> <p class="big-issue">...</p> - <h5><dfn title="attr-input-type-time">Time</dfn> State</h5> + <h5><dfn title="attr-input-type-time">Time</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-time-keyword">time</code>, - the element is in the <span title="attr-input-type-time">Time</span> state.</p> + it is in the <span title="attr-input-type-time">Time</span> state.</p> <p class="big-issue">...</p> - <h5><dfn title="attr-input-type-number">Number</dfn> State</h5> + <h5><dfn title="attr-input-type-number">Number</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-number-keyword">number</code>, - the element is in the <span title="attr-input-type-number">Number</span> state.</p> + it is in the <span title="attr-input-type-number">Number</span> state.</p> <p class="big-issue">...</p> - <h5><dfn title="attr-input-type-range">Range</dfn> State</h5> + <h5><dfn title="attr-input-type-range">Range</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-range-keyword">range</code>, - the element is in the <span title="attr-input-type-range">Range</span> state.</p> + it is in the <span title="attr-input-type-range">Range</span> state.</p> <p class="big-issue">...</p> - <h5><dfn title="attr-input-type-email">E-mail</dfn> State</h5> + <h5><dfn title="attr-input-type-email">E-mail</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-email-keyword">email</code>, - the element is in the <span title="attr-input-type-email">E-mail</span> state.</p> + it is in the <span title="attr-input-type-email">E-mail</span> state.</p> <p class="big-issue">...</p> - <h5><dfn title="attr-input-type-url">URL</dfn> State</h5> + <h5><dfn title="attr-input-type-url">URL</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-url-keyword">url</code>, - the element is in the <span title="attr-input-type-url">URL</span> state.</p> + it is in the <span title="attr-input-type-url">URL</span> state.</p> <p class="big-issue">...</p> - <h5><dfn title="attr-input-type-checkbox">Checkbox</dfn> State</h5> + <h5><dfn title="attr-input-type-checkbox">Checkbox</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-checkbox-keyword">checkbox</code>, - the element is in the <span title="attr-input-type-checkbox">Checkbox</span> state.</p> + it is in the <span title="attr-input-type-checkbox">Checkbox</span> state.</p> <p class="big-issue">...</p> @@ -24688,11 +24714,11 @@ - <h5><dfn title="attr-input-type-radio">Radio Button</dfn> State</h5> + <h5><dfn title="attr-input-type-radio">Radio Button</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-radio-keyword">radio</code>, - the element is in the <span title="attr-input-type-radio">Radio Button</span> state.</p> + it is in the <span title="attr-input-type-radio">Radio Button</span> state.</p> <p class="big-issue">...</p> @@ -24700,11 +24726,11 @@ - <h5><dfn title="attr-input-type-file">File</dfn> State</h5> + <h5><dfn title="attr-input-type-file">File</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-file-keyword">file</code>, - the element is in the <span title="attr-input-type-file">File</span> state.</p> + it is in the <span title="attr-input-type-file">File</span> state.</p> <p class="big-issue">...</p> @@ -24712,21 +24738,21 @@ - <h5><dfn title="attr-input-type-hidden">Hidden</dfn> State</h5> + <h5><dfn title="attr-input-type-hidden">Hidden</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-hidden-keyword">hidden</code>, - the element is in the <span title="attr-input-type-hidden">Hidden</span> state.</p> + it is in the <span title="attr-input-type-hidden">Hidden</span> state.</p> <p class="big-issue">...</p> - <h5><dfn title="attr-input-type-submit">Submit Button</dfn> State</h5> + <h5><dfn title="attr-input-type-submit">Submit Button</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-submit-keyword">submit</code>, - the element is in the <span title="attr-input-type-submit">Submit Button</span> state.</p> + it is in the <span title="attr-input-type-submit">Submit Button</span> state.</p> <p class="big-issue">...</p> @@ -24736,21 +24762,21 @@ - <h5><dfn title="attr-input-type-reset">Reset Button</dfn> State</h5> + <h5><dfn title="attr-input-type-reset">Reset Button</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-reset-keyword">reset</code>, - the element is in the <span title="attr-input-type-reset">Reset Button</span> state.</p> + it is in the <span title="attr-input-type-reset">Reset Button</span> state.</p> <p class="big-issue">...</p> - <h5><dfn title="attr-input-type-button">Button</dfn> State</h5> + <h5><dfn title="attr-input-type-button">Button</dfn> state</h5> <p>When an <code>input</code> element's <code title="attr-input-type">type</code> attribute has the value <code title="attr-input-type-button-keyword">button</code>, - the element is in the <span title="attr-input-type-button">Button</span> state.</p> + it is in the <span title="attr-input-type-button">Button</span> state.</p> <p class="big-issue">...</p>