[html5] r2200 - [] (0) WF2: mentioned attributes in the <input type=text> section; plus some edi [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 16 17:08:18 PDT 2008


Author: ianh
Date: 2008-09-16 17:08:18 -0700 (Tue, 16 Sep 2008)
New Revision: 2200

Modified:
   index
   source
Log:
[] (0) WF2: mentioned attributes in the <input type=text> section; plus some editorial fixes.

Modified: index
===================================================================
--- index	2008-09-16 23:41:37 UTC (rev 2199)
+++ index	2008-09-17 00:08:18 UTC (rev 2200)
@@ -29,7 +29,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 16
+   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 17
     September 2008</h2>
 
    <p>You can take part in this work. <a
@@ -1037,64 +1037,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
@@ -27492,34 +27492,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>...
@@ -27528,124 +27553,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>...
 
@@ -27653,12 +27678,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>...
@@ -27667,12 +27692,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>...
@@ -27681,24 +27706,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
@@ -27706,24 +27731,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>...
 

Modified: source
===================================================================
--- source	2008-09-16 23:41:37 UTC (rev 2199)
+++ source	2008-09-17 00:08:18 UTC (rev 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>
 




More information about the Commit-Watchers mailing list