[html5] r2261 - [e] (0) WF2: Placeholders and minor rearrangements.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 2 02:12:42 PDT 2008
Author: ianh
Date: 2008-10-02 02:12:41 -0700 (Thu, 02 Oct 2008)
New Revision: 2261
Modified:
index
source
Log:
[e] (0) WF2: Placeholders and minor rearrangements.
Modified: index
===================================================================
--- index 2008-10-02 07:46:11 UTC (rev 2260)
+++ index 2008-10-02 09:12:41 UTC (rev 2261)
@@ -525,14 +525,15 @@
<li><a href=#common-input-element-attributes><span class=secno>4.10.4.2 </span>Common <code>input</code> element attributes</a>
<ol>
<li><a href=#the-autocomplete-attribute><span class=secno>4.10.4.2.1 </span>The <code title=attr-input-autocomplete>autocomplete</code> attribute</a></li>
- <li><a href=#the-maxlength-attribute><span class=secno>4.10.4.2.2 </span>The <code title=attr-input-maxlength>maxlength</code> attribute</a></li>
+ <li><a href=#the-list-attribute><span class=secno>4.10.4.2.2 </span>The <code title=attr-input-list>list</code> attribute</a></li>
<li><a href=#the-readonly-attribute><span class=secno>4.10.4.2.3 </span>The <code title=attr-input-readonly>readonly</code> attribute</a></li>
- <li><a href=#the-min-and-max-attributes><span class=secno>4.10.4.2.4 </span>The <code title=attr-input-min>min</code> and <code title=attr-input-max>max</code> attributes</a></li>
- <li><a href=#the-step-attribute><span class=secno>4.10.4.2.5 </span>The <code title=attr-input-step>step</code> attribute</a></ol></li>
- <li><a href=#common-input-element-apis><span class=secno>4.10.4.3 </span>Common <code>input</code> element APIs</a>
- <ol>
- <li><a href=#value-manipulation><span class=secno>4.10.4.3.1 </span>Value manipulation</a></li>
- <li><a href=#others...><span class=secno>4.10.4.3.2 </span>Others...</a></ol></ol></li>
+ <li><a href=#the-size-attribute><span class=secno>4.10.4.2.4 </span>The <code title=attr-input-size>size</code> attribute</a></li>
+ <li><a href=#the-required-attribute><span class=secno>4.10.4.2.5 </span>The <code title=attr-input-required>required</code> attribute</a></li>
+ <li><a href=#the-maxlength-attribute><span class=secno>4.10.4.2.6 </span>The <code title=attr-input-maxlength>maxlength</code> attribute</a></li>
+ <li><a href=#the-pattern-attribute><span class=secno>4.10.4.2.7 </span>The <code title=attr-input-pattern>pattern</code> attribute</a></li>
+ <li><a href=#the-min-and-max-attributes><span class=secno>4.10.4.2.8 </span>The <code title=attr-input-min>min</code> and <code title=attr-input-max>max</code> attributes</a></li>
+ <li><a href=#the-step-attribute><span class=secno>4.10.4.2.9 </span>The <code title=attr-input-step>step</code> attribute</a></ol></li>
+ <li><a href=#common-input-element-apis><span class=secno>4.10.4.3 </span>Common <code>input</code> element APIs</a></ol></li>
<li><a href=#the-button-element><span class=secno>4.10.5 </span>The <code>button</code> element</a></li>
<li><a href=#the-select-element><span class=secno>4.10.6 </span>The <code>select</code> element</a></li>
<li><a href=#the-datalist-element><span class=secno>4.10.7 </span>The <code>datalist</code> element</a></li>
@@ -22872,24 +22873,24 @@
<dt>Element-specific attributes:</dt>
<dd><code title=attr-input-accept><a href=#attr-input-accept>accept</a></code></dd>
<dd><code title=attr-fs-action><a href=#attr-fs-action>action</a></code></dd>
- <dd><code title=attr-input-alt>alt</code></dd>
+ <dd><code title=attr-input-alt><a href=#attr-input-alt>alt</a></code></dd>
<dd><code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code></dd>
<dd><code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code></dd>
<dd><code title=attr-input-checked><a href=#attr-input-checked>checked</a></code></dd>
<dd><code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code></dd>
<dd><code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code></dd>
<dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code></dd>
- <dd><code title=attr-input-list>list</code></dd>
+ <dd><code title=attr-input-list><a href=#attr-input-list>list</a></code></dd>
<dd><code title=attr-input-max><a href=#attr-input-max>max</a></code></dd>
<dd><code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code></dd>
<dd><code title=attr-fs-method><a href=#attr-fs-method>method</a></code></dd>
<dd><code title=attr-input-min><a href=#attr-input-min>min</a></code></dd>
<dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code></dd>
- <dd><code title=attr-input-pattern>pattern</code></dd>
+ <dd><code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code></dd>
<dd><code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code></dd>
- <dd><code title=attr-input-required>required</code></dd>
- <dd><code title=attr-input-size>size</code></dd>
- <dd><code title=attr-input-src>src</code></dd>
+ <dd><code title=attr-input-required><a href=#attr-input-required>required</a></code></dd>
+ <dd><code title=attr-input-size><a href=#attr-input-size>size</a></code></dd>
+ <dd><code title=attr-input-src><a href=#attr-input-src>src</a></code></dd>
<dd><code title=attr-input-step><a href=#attr-input-step>step</a></code></dd>
<dd><code title=attr-fs-target><a href=#attr-fs-target>target</a></code></dd>
<dd><code title=attr-input-type><a href=#attr-input-type>type</a></code></dd>
@@ -23035,7 +23036,7 @@
<td> A button
</table><p>The <i>missing value default</i> is the <a href=#text-state title=attr-input-type-text>Text</a> state.</p>
- <p>Which of the <code title=attr-input-accept><a href=#attr-input-accept>accept</a></code>, <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>, <code title=attr-input-alt>alt</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-enctype><a href=#attr-fs-enctype>enctype</a></code>, and <code title=attr-input-list>list</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-fs-method><a href=#attr-fs-method>method</a></code>, <code title=attr-input-min><a href=#attr-input-min>min</a></code>, <code title=attr-input-pattern>pattern</code>, <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>, <code title=attr-input-required>required</code>, <code title=attr-input-size>size</code>, <code title=attr-input-src>src</code>, <code title=attr-input-step><a href=#attr-input-step>step</a></code>, and <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> attributes apply to an
+ <p>Which of the <code title=attr-input-accept><a href=#attr-input-accept>accept</a></code>, <code title=attr-fs-action><a href=#attr-fs-action>action</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-enctype><a href=#attr-fs-enctype>enctype</a></code>, and <code title=attr-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-fs-method><a href=#attr-fs-method>method</a></code>, <code title=attr-input-min><a href=#attr-input-min>min</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-fs-target><a href=#attr-fs-target>target</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-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> DOM
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
@@ -23110,7 +23111,7 @@
<td class=no> · <!-- Reset Button -->
<td class=no> · <!-- Button -->
- <tr><th> <code title=attr-input-alt>alt</code>
+ <tr><th> <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code>
<td class=no> · <!-- Text -->
<td class=no> · <!-- E-mail -->
<td class=no> · <!-- URL -->
@@ -23198,7 +23199,7 @@
<td class=no> · <!-- Reset Button -->
<td class=no> · <!-- Button -->
- <tr><th> <code title=attr-input-list>list</code>
+ <tr><th> <code title=attr-input-list><a href=#attr-input-list>list</a></code>
<td class=yes> Yes <!-- Text -->
<td class=yes> Yes <!-- E-mail -->
<td class=yes> Yes <!-- URL -->
@@ -23308,7 +23309,7 @@
<td class=no> · <!-- Reset Button -->
<td class=no> · <!-- Button -->
- <tr><th> <code title=attr-input-pattern>pattern</code>
+ <tr><th> <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>
<td class=yes> Yes <!-- Text -->
<td class=yes> Yes <!-- E-mail -->
<td class=yes> Yes <!-- URL -->
@@ -23352,7 +23353,7 @@
<td class=no> · <!-- Reset Button -->
<td class=no> · <!-- Button -->
- <tr><th> <code title=attr-input-required>required</code>
+ <tr><th> <code title=attr-input-required><a href=#attr-input-required>required</a></code>
<td class=yes> Yes <!-- Text -->
<td class=yes> Yes <!-- E-mail -->
<td class=yes> Yes <!-- URL -->
@@ -23374,7 +23375,7 @@
<td class=no> · <!-- Reset Button -->
<td class=no> · <!-- Button -->
- <tr><th> <code title=attr-input-size>size</code>
+ <tr><th> <code title=attr-input-size><a href=#attr-input-size>size</a></code>
<td class=yes> Yes <!-- Text -->
<td class=yes> Yes <!-- E-mail -->
<td class=yes> Yes <!-- URL -->
@@ -23396,7 +23397,7 @@
<td class=no> · <!-- Reset Button -->
<td class=no> · <!-- Button -->
- <tr><th> <code title=attr-input-src>src</code>
+ <tr><th> <code title=attr-input-src><a href=#attr-input-src>src</a></code>
<td class=no> · <!-- Text -->
<td class=no> · <!-- E-mail -->
<td class=no> · <!-- URL -->
@@ -23780,12 +23781,12 @@
<p>The following common <code><a href=#the-input-element>input</a></code> element content
attributes and DOM attributes apply to the element:
<code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
- <code title=attr-input-list>list</code>,
+ <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
<code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
- <code title=attr-input-pattern>pattern</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>required</code>, and
- <code title=attr-input-size>size</code> content attributes;
+ <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
+ <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
<code title=dom-input-list><a href=#dom-input-list>list</a></code>,
<code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>, and
<code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attributes.
@@ -23794,13 +23795,13 @@
apply to the element:
<code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
<code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
- <code class=no-backref title=attr-input-alt>alt</code>,
+ <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
<code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
<code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
<code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
<code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
<code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
- <code class=no-backref title=attr-input-src>src</code>,
+ <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
<code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
<code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
@@ -23843,12 +23844,12 @@
<p>The following common <code><a href=#the-input-element>input</a></code> element content
attributes and DOM attributes apply to the element:
<code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
- <code title=attr-input-list>list</code>,
+ <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
<code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
- <code title=attr-input-pattern>pattern</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>required</code>, and
- <code title=attr-input-size>size</code> content attributes;
+ <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
+ <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
<code title=dom-input-list><a href=#dom-input-list>list</a></code>,
<code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>, and
<code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attributes.
@@ -23857,13 +23858,13 @@
apply to the element:
<code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
<code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
- <code class=no-backref title=attr-input-alt>alt</code>,
+ <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
<code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
<code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
<code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
<code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
<code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
- <code class=no-backref title=attr-input-src>src</code>,
+ <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
<code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
<code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
@@ -23903,12 +23904,12 @@
<p>The following common <code><a href=#the-input-element>input</a></code> element content
attributes and DOM attributes apply to the element:
<code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
- <code title=attr-input-list>list</code>,
+ <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
<code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
- <code title=attr-input-pattern>pattern</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>required</code>, and
- <code title=attr-input-size>size</code> content attributes;
+ <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
+ <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
<code title=dom-input-list><a href=#dom-input-list>list</a></code>,
<code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>, and
<code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attributes.
@@ -23917,13 +23918,13 @@
apply to the element:
<code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
<code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
- <code class=no-backref title=attr-input-alt>alt</code>,
+ <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
<code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
<code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
<code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
<code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
<code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
- <code class=no-backref title=attr-input-src>src</code>,
+ <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
<code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
<code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
@@ -23958,24 +23959,24 @@
attributes and DOM attributes apply to the element:
<code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
<code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
- <code title=attr-input-pattern>pattern</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>required</code>, and
- <code title=attr-input-size>size</code> content attributes;
+ <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
+ <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
<code title=attr-input-value><a href=#attr-input-value>value</a></code> DOM attribute.</p>
<p>The following content attributes must not be specified and do not
apply to the element:
<code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
<code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
- <code class=no-backref title=attr-input-alt>alt</code>,
+ <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
<code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
<code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
- <code class=no-backref title=attr-input-list>list</code>,
+ <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
<code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
<code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
<code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
- <code class=no-backref title=attr-input-src>src</code>,
+ <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
<code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
<code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
@@ -24066,11 +24067,11 @@
<p>The following common <code><a href=#the-input-element>input</a></code> element content
attributes, DOM attributes, and methods apply to the element:
<code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
- <code title=attr-input-list>list</code>,
+ <code title=attr-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-min><a href=#attr-input-min>min</a></code>,
<code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
- <code title=attr-input-required>required</code>, and
+ <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
<code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
<code title=dom-input-list><a href=#dom-input-list>list</a></code>,
<code title=dom-input-value><a href=#dom-input-value>value</a></code>,
@@ -24083,15 +24084,15 @@
<p>The following content attributes must not be specified and do not
apply to the element:
<code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
- <code class=no-backref title=attr-input-alt>alt</code>,
+ <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
<code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
<code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
<code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
<code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
<code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
- <code class=no-backref title=attr-input-pattern>pattern</code>,
- <code class=no-backref title=attr-input-size>size</code>,
- <code class=no-backref title=attr-input-src>src</code>, and
+ <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+ <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+ <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
<code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
<p>The
@@ -24175,11 +24176,11 @@
<p>The following common <code><a href=#the-input-element>input</a></code> element content
attributes, DOM attributes, and methods apply to the element:
<code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
- <code title=attr-input-list>list</code>,
+ <code title=attr-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-min><a href=#attr-input-min>min</a></code>,
<code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
- <code title=attr-input-required>required</code>, and
+ <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
<code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
<code title=dom-input-list><a href=#dom-input-list>list</a></code>,
<code title=dom-input-value><a href=#dom-input-value>value</a></code>,
@@ -24193,14 +24194,14 @@
apply to the element:
<code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
<code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
- <code class=no-backref title=attr-input-alt>alt</code>,
+ <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
<code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
<code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
<code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
<code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
- <code class=no-backref title=attr-input-pattern>pattern</code>,
- <code class=no-backref title=attr-input-size>size</code>,
- <code class=no-backref title=attr-input-src>src</code>, and
+ <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+ <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+ <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
<code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
<p>The
@@ -24284,11 +24285,11 @@
<p>The following common <code><a href=#the-input-element>input</a></code> element content
attributes, DOM attributes, and methods apply to the element:
<code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
- <code title=attr-input-list>list</code>,
+ <code title=attr-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-min><a href=#attr-input-min>min</a></code>,
<code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
- <code title=attr-input-required>required</code>, and
+ <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
<code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
<code title=dom-input-list><a href=#dom-input-list>list</a></code>,
<code title=dom-input-value><a href=#dom-input-value>value</a></code>,
@@ -24302,14 +24303,14 @@
apply to the element:
<code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
<code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
- <code class=no-backref title=attr-input-alt>alt</code>,
+ <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
<code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
<code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
<code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
<code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
- <code class=no-backref title=attr-input-pattern>pattern</code>,
- <code class=no-backref title=attr-input-size>size</code>,
- <code class=no-backref title=attr-input-src>src</code>, and
+ <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+ <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+ <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
<code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
<p>The
@@ -24393,11 +24394,11 @@
<p>The following common <code><a href=#the-input-element>input</a></code> element content
attributes, DOM attributes, and methods apply to the element:
<code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
- <code title=attr-input-list>list</code>,
+ <code title=attr-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-min><a href=#attr-input-min>min</a></code>,
<code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
- <code title=attr-input-required>required</code>, and
+ <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
<code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
<code title=dom-input-list><a href=#dom-input-list>list</a></code>,
<code title=dom-input-value><a href=#dom-input-value>value</a></code>,
@@ -24411,14 +24412,14 @@
apply to the element:
<code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
<code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
- <code class=no-backref title=attr-input-alt>alt</code>,
+ <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
<code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
<code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
<code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
<code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
- <code class=no-backref title=attr-input-pattern>pattern</code>,
- <code class=no-backref title=attr-input-size>size</code>,
- <code class=no-backref title=attr-input-src>src</code>, and
+ <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+ <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+ <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
<code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
<p>The
@@ -24496,11 +24497,11 @@
<p>The following common <code><a href=#the-input-element>input</a></code> element content
attributes, DOM attributes, and methods apply to the element:
<code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
- <code title=attr-input-list>list</code>,
+ <code title=attr-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-min><a href=#attr-input-min>min</a></code>,
<code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
- <code title=attr-input-required>required</code>, and
+ <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
<code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
<code title=dom-input-list><a href=#dom-input-list>list</a></code>,
<code title=dom-input-value><a href=#dom-input-value>value</a></code>,
@@ -24514,14 +24515,14 @@
apply to the element:
<code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
<code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
- <code class=no-backref title=attr-input-alt>alt</code>,
+ <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
<code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
<code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
<code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
<code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
- <code class=no-backref title=attr-input-pattern>pattern</code>,
- <code class=no-backref title=attr-input-size>size</code>,
- <code class=no-backref title=attr-input-src>src</code>, and
+ <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+ <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+ <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
<code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
<p>The
@@ -24592,11 +24593,11 @@
<p>The following common <code><a href=#the-input-element>input</a></code> element content
attributes, DOM attributes, and methods apply to the element:
<code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
- <code title=attr-input-list>list</code>,
+ <code title=attr-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-min><a href=#attr-input-min>min</a></code>,
<code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
- <code title=attr-input-required>required</code>, and
+ <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
<code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
<code title=dom-input-list><a href=#dom-input-list>list</a></code>,
<code title=dom-input-value><a href=#dom-input-value>value</a></code>,
@@ -24609,14 +24610,14 @@
apply to the element:
<code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
<code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
- <code class=no-backref title=attr-input-alt>alt</code>,
+ <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
<code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
<code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
<code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
<code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
- <code class=no-backref title=attr-input-pattern>pattern</code>,
- <code class=no-backref title=attr-input-size>size</code>,
- <code class=no-backref title=attr-input-src>src</code>, and
+ <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+ <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+ <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
<code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
<p>The following DOM attributes do not apply to the element:
@@ -24681,11 +24682,11 @@
<p>The following common <code><a href=#the-input-element>input</a></code> element content
attributes, DOM attributes, and methods apply to the element:
<code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
- <code title=attr-input-list>list</code>,
+ <code title=attr-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-min><a href=#attr-input-min>min</a></code>,
<code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
- <code title=attr-input-required>required</code>, and
+ <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
<code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
<code title=dom-input-list><a href=#dom-input-list>list</a></code>,
<code title=dom-input-value><a href=#dom-input-value>value</a></code>,
@@ -24698,14 +24699,14 @@
apply to the element:
<code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
<code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
- <code class=no-backref title=attr-input-alt>alt</code>,
+ <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
<code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
<code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
<code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
<code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
- <code class=no-backref title=attr-input-pattern>pattern</code>,
- <code class=no-backref title=attr-input-size>size</code>,
- <code class=no-backref title=attr-input-src>src</code>, and
+ <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+ <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+ <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
<code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
<p>The following DOM attributes do not apply to the element:
@@ -24798,10 +24799,10 @@
<p>The following common <code><a href=#the-input-element>input</a></code> element content
attributes, DOM attributes, and methods apply to the element:
<code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
- <code title=attr-input-list>list</code>,
+ <code title=attr-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-min><a href=#attr-input-min>min</a></code>,
- <code title=attr-input-required>required</code>, and
+ <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
<code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
<code title=dom-input-list><a href=#dom-input-list>list</a></code>,
<code title=dom-input-value><a href=#dom-input-value>value</a></code>,
@@ -24814,15 +24815,15 @@
apply to the element:
<code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
<code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
- <code class=no-backref title=attr-input-alt>alt</code>,
+ <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
<code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
<code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
<code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
<code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
- <code class=no-backref title=attr-input-pattern>pattern</code>,
+ <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
<code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
- <code class=no-backref title=attr-input-size>size</code>,
- <code class=no-backref title=attr-input-src>src</code>, and
+ <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+ <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
<code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
<p>The following DOM attributes do not apply to the element:
@@ -24851,25 +24852,25 @@
<p>The following common <code><a href=#the-input-element>input</a></code> element content
attributes and DOM attributes apply to the element:
<code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>, and
- <code title=attr-input-required>required</code> content attributes;
+ <code title=attr-input-required><a href=#attr-input-required>required</a></code> content attributes;
<code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code> DOM attribute.</p>
<p>The following content attributes must not be specified and do not
apply to the element:
<code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
<code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
- <code class=no-backref title=attr-input-alt>alt</code>,
+ <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
<code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
<code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
- <code class=no-backref title=attr-input-list>list</code>,
+ <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
<code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
<code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
<code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
<code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
- <code class=no-backref title=attr-input-pattern>pattern</code>,
+ <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
<code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
- <code class=no-backref title=attr-input-size>size</code>,
- <code class=no-backref title=attr-input-src>src</code>,
+ <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+ <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
<code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
<code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
@@ -24940,25 +24941,25 @@
<p>The following common <code><a href=#the-input-element>input</a></code> element content
attributes and DOM attributes apply to the element:
<code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> and
- <code title=attr-input-required>required</code> content attributes;
+ <code title=attr-input-required><a href=#attr-input-required>required</a></code> content attributes;
<code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code> DOM attribute.</p>
<p>The following content attributes must not be specified and do not
apply to the element:
<code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
<code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
- <code class=no-backref title=attr-input-alt>alt</code>,
+ <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
<code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
<code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
- <code class=no-backref title=attr-input-list>list</code>,
+ <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
<code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
<code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
<code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
<code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
- <code class=no-backref title=attr-input-pattern>pattern</code>,
+ <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
<code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
- <code class=no-backref title=attr-input-size>size</code>,
- <code class=no-backref title=attr-input-src>src</code>,
+ <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+ <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
<code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
<code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
@@ -25049,6 +25050,10 @@
<p class=big-issue>...</p>
+ <p class=big-issue>... <dfn id=attr-input-alt title=attr-input-alt><code>alt</code></dfn></p>
+
+ <p class=big-issue>... <dfn id=attr-input-src title=attr-input-src><code>src</code></dfn></p>
+
<p class=big-issue>... image: <dfn id=concept-input-type-image-coordinate title=concept-input-type-image-coordinate>selected coordinate</dfn></p>
@@ -25163,8 +25168,38 @@
- <h6 id=the-maxlength-attribute><span class=secno>4.10.4.2.2 </span>The <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code> attribute</h6>
+ <h6 id=the-list-attribute><span class=secno>4.10.4.2.2 </span>The <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute</h6>
+ <p class=big-issue>... <dfn id=attr-input-list title=attr-input-list><code>list</code></dfn></p>
+
+
+
+ <h6 id=the-readonly-attribute><span class=secno>4.10.4.2.3 </span>The <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute</h6>
+
+ <p>The <dfn id=attr-input-readonly title=attr-input-readonly><code>readonly</code></dfn>
+ attribute is a <a href=#boolean-attribute>boolean attribute</a>. When specified, the
+ element is <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i>.</p>
+
+ <p><strong>Constraint validation:</strong> If the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute is specified
+ on an <code><a href=#the-input-element>input</a></code> element, the element is <a href=#barred-from-constraint-validation>barred from
+ constraint validation</a>.</p>
+
+
+
+ <h6 id=the-size-attribute><span class=secno>4.10.4.2.4 </span>The <code title=attr-input-size><a href=#attr-input-size>size</a></code> attribute</h6>
+
+ <p class=big-issue>... <dfn id=attr-input-size title=attr-input-size><code>size</code></dfn></p>
+
+
+
+ <h6 id=the-required-attribute><span class=secno>4.10.4.2.5 </span>The <code title=attr-input-required><a href=#attr-input-required>required</a></code> attribute</h6>
+
+ <p class=big-issue>... <dfn id=attr-input-required title=attr-input-required><code>required</code></dfn></p>
+
+
+
+ <h6 id=the-maxlength-attribute><span class=secno>4.10.4.2.6 </span>The <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code> attribute</h6>
+
<p>The <dfn id=attr-input-maxlength title=attr-input-maxlength><code>maxlength</code></dfn> attribute
allows authors to specify the maximum length allowed for user
input.</p>
@@ -25198,20 +25233,14 @@
- <h6 id=the-readonly-attribute><span class=secno>4.10.4.2.3 </span>The <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute</h6>
+ <h6 id=the-pattern-attribute><span class=secno>4.10.4.2.7 </span>The <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute</h6>
- <p>The <dfn id=attr-input-readonly title=attr-input-readonly><code>readonly</code></dfn>
- attribute is a <a href=#boolean-attribute>boolean attribute</a>. When specified, the
- element is <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i>.</p>
+ <p class=big-issue>... <dfn id=attr-input-pattern title=attr-input-pattern><code>pattern</code></dfn></p>
- <p><strong>Constraint validation:</strong> If the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute is specified
- on an <code><a href=#the-input-element>input</a></code> element, the element is <a href=#barred-from-constraint-validation>barred from
- constraint validation</a>.</p>
+ <h6 id=the-min-and-max-attributes><span class=secno>4.10.4.2.8 </span>The <code title=attr-input-min><a href=#attr-input-min>min</a></code> and <code title=attr-input-max><a href=#attr-input-max>max</a></code> attributes</h6>
- <h6 id=the-min-and-max-attributes><span class=secno>4.10.4.2.4 </span>The <code title=attr-input-min><a href=#attr-input-min>min</a></code> and <code title=attr-input-max><a href=#attr-input-max>max</a></code> attributes</h6>
-
<p>The <dfn id=attr-input-min title=attr-input-min><code>min</code></dfn> and <dfn id=attr-input-max title=attr-input-max><code>max</code></dfn> attributes indicate
the allowed range of values for the element.</p>
@@ -25262,7 +25291,7 @@
overflow</a>.</p>
- <h6 id=the-step-attribute><span class=secno>4.10.4.2.5 </span>The <code title=attr-input-step><a href=#attr-input-step>step</a></code> attribute</h6>
+ <h6 id=the-step-attribute><span class=secno>4.10.4.2.9 </span>The <code title=attr-input-step><a href=#attr-input-step>step</a></code> attribute</h6>
<!-- XXX this is defined to be a floating point number, which is a
little odd for type=date, type=month, and type=week -->
@@ -25325,8 +25354,6 @@
<h5 id=common-input-element-apis><span class=secno>4.10.4.3 </span>Common <code><a href=#the-input-element>input</a></code> element APIs</h5>
- <h6 id=value-manipulation><span class=secno>4.10.4.3.1 </span>Value manipulation</h6>
-
<p>The <dfn id=dom-input-value title=dom-input-value><code>value</code></dfn> DOM
attribute allows scripts to manipulate the <a href=#concept-fe-value title=concept-fe-value>value</a> of an <code><a href=#the-input-element>input</a></code>
element. If the attribute applies, then on getting, it must return
@@ -25444,9 +25471,7 @@
<li><p>Set the <a href=#concept-fe-value title=concept-fe-value>value</a> of the
element to <var title="">value as string</var>.</li>
- </ol><h6 id=others...><span class=secno>4.10.4.3.2 </span>Others...</h6>
-
- <p class=big-issue>... <dfn id=dom-input-list title=dom-input-list><code>list</code></dfn></p>
+ </ol><hr><p class=big-issue>... <dfn id=dom-input-list title=dom-input-list><code>list</code></dfn></p>
<p class=big-issue>... <dfn id=dom-input-selectedoption title=dom-input-selectedOption><code>selectedOption</code></dfn></p>
@@ -26259,7 +26284,7 @@
<ol><li><p>If the <var title="">field</var> element has a <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute specified, then
let <var title="">value</var> be the value of that attribute;
otherwise, let <var title="">value</var> be the string
- "on".</li>
+ "<code title="">on</code>".</li>
<li><p>Append an entry in the <var title="">form data set</var>
with <var title="">name</var> as the name and <var title="">value</var> as the value.</li>
Modified: source
===================================================================
--- source 2008-10-02 07:46:11 UTC (rev 2260)
+++ source 2008-10-02 09:12:41 UTC (rev 2261)
@@ -27891,6 +27891,10 @@
<p class="big-issue">...</p>
+ <p class="big-issue">... <dfn title="attr-input-alt"><code>alt</code></dfn></p>
+
+ <p class="big-issue">... <dfn title="attr-input-src"><code>src</code></dfn></p>
+
<p class="big-issue">... image: <dfn title="concept-input-type-image-coordinate">selected coordinate</dfn></p>
@@ -28019,6 +28023,37 @@
+ <h6>The <code title="attr-input-list">list</code> attribute</h6>
+
+ <p class="big-issue">... <dfn title="attr-input-list"><code>list</code></dfn></p>
+
+
+
+ <h6>The <code title="attr-input-readonly">readonly</code> attribute</h6>
+
+ <p>The <dfn title="attr-input-readonly"><code>readonly</code></dfn>
+ attribute is a <span>boolean attribute</span>. When specified, the
+ element is <i title="concept-input-immutable">immutable</i>.</p>
+
+ <p><strong>Constraint validation:</strong> If the <code
+ title="attr-input-readonly">readonly</code> attribute is specified
+ on an <code>input</code> element, the element is <span>barred from
+ constraint validation</span>.</p>
+
+
+
+ <h6>The <code title="attr-input-size">size</code> attribute</h6>
+
+ <p class="big-issue">... <dfn title="attr-input-size"><code>size</code></dfn></p>
+
+
+
+ <h6>The <code title="attr-input-required">required</code> attribute</h6>
+
+ <p class="big-issue">... <dfn title="attr-input-required"><code>required</code></dfn></p>
+
+
+
<h6>The <code title="attr-input-maxlength">maxlength</code> attribute</h6>
<p>The <dfn
@@ -28058,19 +28093,12 @@
- <h6>The <code title="attr-input-readonly">readonly</code> attribute</h6>
+ <h6>The <code title="attr-input-pattern">pattern</code> attribute</h6>
- <p>The <dfn title="attr-input-readonly"><code>readonly</code></dfn>
- attribute is a <span>boolean attribute</span>. When specified, the
- element is <i title="concept-input-immutable">immutable</i>.</p>
+ <p class="big-issue">... <dfn title="attr-input-pattern"><code>pattern</code></dfn></p>
- <p><strong>Constraint validation:</strong> If the <code
- title="attr-input-readonly">readonly</code> attribute is specified
- on an <code>input</code> element, the element is <span>barred from
- constraint validation</span>.</p>
-
<h6>The <code title="attr-input-min">min</code> and <code
title="attr-input-max">max</code> attributes</h6>
@@ -28226,8 +28254,6 @@
<h5>Common <code>input</code> element APIs</h5>
- <h6>Value manipulation</h6>
-
<p>The <dfn title="dom-input-value"><code>value</code></dfn> DOM
attribute allows scripts to manipulate the <span
title="concept-fe-value">value</span> of an <code>input</code>
@@ -28397,9 +28423,8 @@
</ol>
+ <hr>
- <h6>Others...</h6>
-
<p class="big-issue">... <dfn title="dom-input-list"><code>list</code></dfn></p>
<p class="big-issue">... <dfn title="dom-input-selectedOption"><code>selectedOption</code></dfn></p>
@@ -29354,7 +29379,7 @@
title="attr-input-value">value</code> attribute specified, then
let <var title="">value</var> be the value of that attribute;
otherwise, let <var title="">value</var> be the string
- "on".</p></li>
+ "<code title="">on</code>".</p></li>
<li><p>Append an entry in the <var title="">form data set</var>
with <var title="">name</var> as the name and <var
More information about the Commit-Watchers
mailing list