- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Sep 2008 00:08:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv2728 Modified Files: Overview.html Log Message: WF2: mentioned attributes in the <input type=text> section; plus some editorial fixes. (whatwg r2200) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1372 retrieving revision 1.1373 diff -u -d -r1.1372 -r1.1373 --- Overview.html 16 Sep 2008 23:41:41 -0000 1.1372 +++ Overview.html 17 Sep 2008 00:08:22 -0000 1.1373 @@ -27,7 +27,7 @@ for HTML and XHTML</h2> <h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" --> - Editor's Draft <!--ZZZ-->16 September 2008</h2> + Editor's Draft <!--ZZZ-->17 September 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> @@ -199,7 +199,7 @@ <p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is the W3C working group responsible for this specification's progress along - the W3C Recommendation track. <!--ZZZ:--> This specification is the 16 + the W3C Recommendation track. <!--ZZZ:--> This specification is the 17 September 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p> <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> <!-- relationship to other work (required) --> @@ -1044,64 +1044,64 @@ <code>input</code> element</a> <ul class=toc> <li><a href="#text-state"><span class=secno>4.9.4.1. </span>Text - State</a> + state</a> <li><a href="#password"><span class=secno>4.9.4.2. </span>Password - State</a> + state</a> <li><a href="#image"><span class=secno>4.9.4.3. </span>Image Button - State</a> + state</a> <li><a href="#date-and"><span class=secno>4.9.4.4. </span>Date and - Time State</a> + Time state</a> <li><a href="#local"><span class=secno>4.9.4.5. </span>Local Date - and Time State</a> + and Time state</a> <li><a href="#date-state"><span class=secno>4.9.4.6. </span>Date - State</a> + state</a> <li><a href="#month"><span class=secno>4.9.4.7. </span>Month - State</a> + state</a> <li><a href="#week-state"><span class=secno>4.9.4.8. </span>Week - State</a> + state</a> <li><a href="#time-state"><span class=secno>4.9.4.9. </span>Time - State</a> + state</a> <li><a href="#number"><span class=secno>4.9.4.10. </span>Number - State</a> + state</a> <li><a href="#range"><span class=secno>4.9.4.11. </span>Range - State</a> + state</a> <li><a href="#e-mail"><span class=secno>4.9.4.12. </span>E-mail - State</a> + state</a> <li><a href="#url-state"><span class=secno>4.9.4.13. </span>URL - State</a> + state</a> <li><a href="#checkbox"><span class=secno>4.9.4.14. </span>Checkbox - State</a> + state</a> <li><a href="#radio"><span class=secno>4.9.4.15. </span>Radio Button - State</a> + state</a> <li><a href="#file-state"><span class=secno>4.9.4.16. </span>File - State</a> + state</a> <li><a href="#hidden"><span class=secno>4.9.4.17. </span>Hidden - State</a> + state</a> <li><a href="#submit"><span class=secno>4.9.4.18. </span>Submit - Button State</a> + Button state</a> <li><a href="#reset"><span class=secno>4.9.4.19. </span>Reset Button - State</a> + state</a> <li><a href="#button"><span class=secno>4.9.4.20. </span>Button - State</a> + state</a> </ul> <li><a href="#the-button"><span class=secno>4.9.5 </span>The @@ -27499,34 +27499,59 @@ of the <a href="#constraint0">constraint validation API</a>. <h5 id=text-state><span class=secno>4.9.4.1. </span><dfn id=text2 - title=attr-input-type-text>Text</dfn> State</h5> + title=attr-input-type-text>Text</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute is absent, has the value <code title=attr-input-type-text-keyword><a - href="#text1">text</a></code>, or has an invalid value, the element is in - the <a href="#text2" title=attr-input-type-text>Text</a> state. + href="#text1">text</a></code>, or has an invalid value, it is in the <a + href="#text2" title=attr-input-type-text>Text</a> state. - <p class=big-issue>... + <p class=big-issue>... <code title=attr-input-autocomplete><a + href="#autocomplete">autocomplete</a></code> <code + title=attr-input-inputmode><a href="#inputmode">inputmode</a></code> <code + title=attr-input-list><a href="#list">list</a></code> <code + title=attr-input-maxlength><a href="#maxlength">maxlength</a></code> <code + title=attr-input-pattern><a href="#pattern">pattern</a></code> <code + title=attr-input-readonly><a href="#readonly">readonly</a></code> <code + title=attr-input-required><a href="#required">required</a></code> <code + title=attr-input-size><a href="#size">size</a></code> <code + title=attr-input-value><a href="#value7">value</a></code> + + <p>When an <code><a href="#input0">input</a></code> element's <code + title=attr-input-type><a href="#type12">type</a></code> attribute is in + the <a href="#text2" title=attr-input-type-text>Text</a> state, the + following attributes must not be specified: <code + title=attr-input-accept><a href="#accept">accept</a></code>, <code + title=attr-input-alt><a href="#alt4">alt</a></code>, <code + title=attr-input-checked><a href="#checked">checked</a></code>, <code + title=attr-input-max><a href="#max3">max</a></code>, <code + title=attr-input-min><a href="#min1">min</a></code>, <code + title=attr-input-src><a href="#src9">src</a></code>, <code + title=attr-input-step><a href="#step">step</a></code>, <code + title=attr-fs-target><a href="#target3">target</a></code>, <code + title=attr-fs-method><a href="#method">method</a></code>, <code + title=attr-fs-enctype><a href="#enctype">enctype</a></code>, and <code + title=attr-fs-action><a href="#action">action</a></code>. <h5 id=password><span class=secno>4.9.4.2. </span><dfn id=password1 - title=attr-input-type-password>Password</dfn> State</h5> + title=attr-input-type-password>Password</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-password-keyword><a - href="#password0">password</a></code>, the element is in the <a - href="#password1" title=attr-input-type-password>Password</a> state. + href="#password0">password</a></code>, it is in the <a href="#password1" + title=attr-input-type-password>Password</a> state. <p class=big-issue>... <h5 id=image><span class=secno>4.9.4.3. </span><dfn id=image5 - title=attr-input-type-image>Image Button</dfn> State</h5> + title=attr-input-type-image>Image Button</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-image-keyword><a - href="#image4">image</a></code>, the element is in the <a href="#image5" + href="#image4">image</a></code>, it is in the <a href="#image5" title=attr-input-type-image>Image Button</a> state. <p class=big-issue>... @@ -27535,124 +27560,124 @@ title=concept-input-type-image-coordinate>selected coordinate</dfn> <h5 id=date-and><span class=secno>4.9.4.4. </span><dfn id=date-and0 - title=attr-input-type-datetime>Date and Time</dfn> State</h5> + title=attr-input-type-datetime>Date and Time</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-datetime-keyword><a - href="#datetime3">datetime</a></code>, the element is in the <a - href="#date-and0" title=attr-input-type-datetime>Date and Time</a> state. + href="#datetime3">datetime</a></code>, it is in the <a href="#date-and0" + title=attr-input-type-datetime>Date and Time</a> state. <p class=big-issue>... <h5 id=local><span class=secno>4.9.4.5. </span><dfn id=local0 - title=attr-input-type-datetime-local>Local Date and Time</dfn> State</h5> + title=attr-input-type-datetime-local>Local Date and Time</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-datetime-local-keyword><a - href="#datetime-local">datetime-local</a></code>, the element is in the <a + href="#datetime-local">datetime-local</a></code>, it is in the <a href="#local0" title=attr-input-type-datetime-local>Local Date and Time</a> state. <p class=big-issue>... <h5 id=date-state><span class=secno>4.9.4.6. </span><dfn id=date2 - title=attr-input-type-date>Date</dfn> State</h5> + title=attr-input-type-date>Date</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-date-keyword><a - href="#date1">date</a></code>, the element is in the <a href="#date2" + href="#date1">date</a></code>, it is in the <a href="#date2" title=attr-input-type-date>Date</a> state. <p class=big-issue>... <h5 id=month><span class=secno>4.9.4.7. </span><dfn id=month1 - title=attr-input-type-month>Month</dfn> State</h5> + title=attr-input-type-month>Month</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-month-keyword><a - href="#month0">month</a></code>, the element is in the <a href="#month1" + href="#month0">month</a></code>, it is in the <a href="#month1" title=attr-input-type-month>Month</a> state. <p class=big-issue>... <h5 id=week-state><span class=secno>4.9.4.8. </span><dfn id=week0 - title=attr-input-type-week>Week</dfn> State</h5> + title=attr-input-type-week>Week</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-week-keyword><a - href="#week">week</a></code>, the element is in the <a href="#week0" + href="#week">week</a></code>, it is in the <a href="#week0" title=attr-input-type-week>Week</a> state. <p class=big-issue>... <h5 id=time-state><span class=secno>4.9.4.9. </span><dfn id=time3 - title=attr-input-type-time>Time</dfn> State</h5> + title=attr-input-type-time>Time</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-time-keyword><a - href="#time2">time</a></code>, the element is in the <a href="#time3" + href="#time2">time</a></code>, it is in the <a href="#time3" title=attr-input-type-time>Time</a> state. <p class=big-issue>... <h5 id=number><span class=secno>4.9.4.10. </span><dfn id=number2 - title=attr-input-type-number>Number</dfn> State</h5> + title=attr-input-type-number>Number</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-number-keyword><a - href="#number1">number</a></code>, the element is in the <a - href="#number2" title=attr-input-type-number>Number</a> state. + href="#number1">number</a></code>, it is in the <a href="#number2" + title=attr-input-type-number>Number</a> state. <p class=big-issue>... <h5 id=range><span class=secno>4.9.4.11. </span><dfn id=range1 - title=attr-input-type-range>Range</dfn> State</h5> + title=attr-input-type-range>Range</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-range-keyword><a - href="#range0">range</a></code>, the element is in the <a href="#range1" + href="#range0">range</a></code>, it is in the <a href="#range1" title=attr-input-type-range>Range</a> state. <p class=big-issue>... <h5 id=e-mail><span class=secno>4.9.4.12. </span><dfn id=e-mail0 - title=attr-input-type-email>E-mail</dfn> State</h5> + title=attr-input-type-email>E-mail</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-email-keyword><a - href="#email">email</a></code>, the element is in the <a href="#e-mail0" + href="#email">email</a></code>, it is in the <a href="#e-mail0" title=attr-input-type-email>E-mail</a> state. <p class=big-issue>... <h5 id=url-state><span class=secno>4.9.4.13. </span><dfn id=url2 - title=attr-input-type-url>URL</dfn> State</h5> + title=attr-input-type-url>URL</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-url-keyword><a - href="#url1">url</a></code>, the element is in the <a href="#url2" + href="#url1">url</a></code>, it is in the <a href="#url2" title=attr-input-type-url>URL</a> state. <p class=big-issue>... <h5 id=checkbox><span class=secno>4.9.4.14. </span><dfn id=checkbox1 - title=attr-input-type-checkbox>Checkbox</dfn> State</h5> + title=attr-input-type-checkbox>Checkbox</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-checkbox-keyword><a - href="#checkbox0">checkbox</a></code>, the element is in the <a - href="#checkbox1" title=attr-input-type-checkbox>Checkbox</a> state. + href="#checkbox0">checkbox</a></code>, it is in the <a href="#checkbox1" + title=attr-input-type-checkbox>Checkbox</a> state. <p class=big-issue>... @@ -27660,12 +27685,12 @@ title=concept-input-checked-checkbox>checked</dfn> <h5 id=radio><span class=secno>4.9.4.15. </span><dfn id=radio1 - title=attr-input-type-radio>Radio Button</dfn> State</h5> + title=attr-input-type-radio>Radio Button</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-radio-keyword><a - href="#radio0">radio</a></code>, the element is in the <a href="#radio1" + href="#radio0">radio</a></code>, it is in the <a href="#radio1" title=attr-input-type-radio>Radio Button</a> state. <p class=big-issue>... @@ -27674,12 +27699,12 @@ title=concept-input-checked-radio>checked</dfn> <h5 id=file-state><span class=secno>4.9.4.16. </span><dfn id=file0 - title=attr-input-type-file>File</dfn> State</h5> + title=attr-input-type-file>File</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-file-keyword><a - href="#file">file</a></code>, the element is in the <a href="#file0" + href="#file">file</a></code>, it is in the <a href="#file0" title=attr-input-type-file>File</a> state. <p class=big-issue>... @@ -27688,24 +27713,24 @@ title=concept-input-type-file-selected>selected file</dfn> <h5 id=hidden><span class=secno>4.9.4.17. </span><dfn id=hidden1 - title=attr-input-type-hidden>Hidden</dfn> State</h5> + title=attr-input-type-hidden>Hidden</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-hidden-keyword><a - href="#hidden0">hidden</a></code>, the element is in the <a - href="#hidden1" title=attr-input-type-hidden>Hidden</a> state. + href="#hidden0">hidden</a></code>, it is in the <a href="#hidden1" + title=attr-input-type-hidden>Hidden</a> state. <p class=big-issue>... <h5 id=submit><span class=secno>4.9.4.18. </span><dfn id=submit2 - title=attr-input-type-submit>Submit Button</dfn> State</h5> + title=attr-input-type-submit>Submit Button</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-submit-keyword><a - href="#submit1">submit</a></code>, the element is in the <a - href="#submit2" title=attr-input-type-submit>Submit Button</a> state. + href="#submit1">submit</a></code>, it is in the <a href="#submit2" + title=attr-input-type-submit>Submit Button</a> state. <p class=big-issue>...</p> <!--XXX @@ -27713,24 +27738,24 @@ --> <h5 id=reset><span class=secno>4.9.4.19. </span><dfn id=reset2 - title=attr-input-type-reset>Reset Button</dfn> State</h5> + title=attr-input-type-reset>Reset Button</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-reset-keyword><a - href="#reset1">reset</a></code>, the element is in the <a href="#reset2" + href="#reset1">reset</a></code>, it is in the <a href="#reset2" title=attr-input-type-reset>Reset Button</a> state. <p class=big-issue>... <h5 id=button><span class=secno>4.9.4.20. </span><dfn id=button1 - title=attr-input-type-button>Button</dfn> State</h5> + title=attr-input-type-button>Button</dfn> state</h5> <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute has the value <code title=attr-input-type-button-keyword><a - href="#button0">button</a></code>, the element is in the <a - href="#button1" title=attr-input-type-button>Button</a> state. + href="#button0">button</a></code>, it is in the <a href="#button1" + title=attr-input-type-button>Button</a> state. <p class=big-issue>...
Received on Wednesday, 17 September 2008 00:08:58 UTC