[html5] r2270 - [] (0) WF2: <input type=reset>

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 2 15:23:10 PDT 2008


Author: ianh
Date: 2008-10-02 15:23:09 -0700 (Thu, 02 Oct 2008)
New Revision: 2270

Modified:
   index
   source
Log:
[] (0) WF2: <input type=reset>

Modified: index
===================================================================
--- index	2008-10-02 21:45:14 UTC (rev 2269)
+++ index	2008-10-02 22:23:09 UTC (rev 2270)
@@ -25208,15 +25208,61 @@
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#reset-button-state title=attr-input-type-reset>Reset Button</a> state, the rules
   in this section apply.</p>
 
-  <p class=XXX>...</p>
+  <p>The <code><a href=#the-input-element>input</a></code> element represents a button that, when
+  activated, resets the form. If the element has a <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, the button's label
+  must be the value of that attribute; otherwise, it must be an
+  implementation-defined string that means "Reset" or some such.</p>
 
-  <p><strong>Constraint validation:</strong> If an <code><a href=#the-input-element>input</a></code>
-  element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in
-  the <a href=#reset-button-state title=attr-input-type-reset>Reset Button</a> state,
-  it is <a href=#barred-from-constraint-validation>barred from constraint validation</a>.</p>
+  <p>If the element is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>,
+  the user should allow the user to activate the element.</p>
 
+  <!-- XXX event timing; activation behavior -->
 
+  <p>When the element is activated, if the element has a <a href=#form-owner>form
+  owner</a>, the element must <a href=#concept-form-reset title=concept-form-reset>reset</a> the <a href=#form-owner>form
+  owner</a>.</p>
 
+  <p><strong>The <a href=#value-sanitization-algorithm>value sanitization algorithm</a> is as
+  follows:</strong> Do nothing.</p>
+
+  <p><strong>Constraint validation:</strong> The element is
+  <a href=#barred-from-constraint-validation>barred from constraint validation</a>.</p>
+
+  <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute
+  applies to this element and is in mode <a href=#dom-input-value-default title=dom-input-value-default>default</a>.</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><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-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><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><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-required><a href=#attr-input-required>required</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>,
+  <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>
+
+  <p>The following DOM attributes and methods do not apply to the element:
+  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
+  <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
+  <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
+  <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
+  <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
+  <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
+  <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
+
+
+
   <h6 id=button-state><span class=secno>4.10.4.1.20 </span><dfn title=attr-input-type-button>Button</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#button-state title=attr-input-type-button>Button</a> state, the rules in

Modified: source
===================================================================
--- source	2008-10-02 21:45:14 UTC (rev 2269)
+++ source	2008-10-02 22:23:09 UTC (rev 2270)
@@ -28052,15 +28052,64 @@
   title="attr-input-type-reset">Reset Button</span> state, the rules
   in this section apply.</p>
 
-  <p class="XXX">...</p>
+  <p>The <code>input</code> element represents a button that, when
+  activated, resets the form. If the element has a <code
+  title="attr-input-value">value</code> attribute, the button's label
+  must be the value of that attribute; otherwise, it must be an
+  implementation-defined string that means "Reset" or some such.</p>
 
-  <p><strong>Constraint validation:</strong> If an <code>input</code>
-  element's <code title="attr-input-type">type</code> attribute is in
-  the <span title="attr-input-type-reset">Reset Button</span> state,
-  it is <span>barred from constraint validation</span>.</p>
+  <p>If the element is <i title="concept-input-mutable">mutable</i>,
+  the user should allow the user to activate the element.</p>
 
+  <!-- XXX event timing; activation behavior -->
 
+  <p>When the element is activated, if the element has a <span>form
+  owner</span>, the element must <span
+  title="concept-form-reset">reset</span> the <span>form
+  owner</span>.</p>
 
+  <p><strong>The <span>value sanitization algorithm</span> is as
+  follows:</strong> Do nothing.</p>
+
+  <p><strong>Constraint validation:</strong> The element is
+  <span>barred from constraint validation</span>.</p>
+
+  <p>The <code title="dom-input-value">value</code> DOM attribute
+  applies to this element and is in mode <span
+  title="dom-input-value-default">default</span>.</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">accept</code>,
+  <code class="no-backref" title="attr-fs-action">action</code>,
+  <code class="no-backref" title="attr-input-alt">alt</code>,
+  <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
+  <code class="no-backref" title="attr-input-checked">checked</code>,
+  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+  <code class="no-backref" title="attr-input-list">list</code>,
+  <code class="no-backref" title="attr-input-max">max</code>,
+  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+  <code class="no-backref" title="attr-fs-method">method</code>,
+  <code class="no-backref" title="attr-input-min">min</code>,
+  <code class="no-backref" title="attr-input-pattern">pattern</code>,
+  <code class="no-backref" title="attr-input-readonly">readonly</code>,
+  <code class="no-backref" title="attr-input-required">required</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-step">step</code>, and
+  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+
+  <p>The following DOM attributes and methods do not apply to the element:
+  <code class="no-backref" title="dom-input-checked">checked</code>,
+  <code class="no-backref" title="dom-input-list">list</code>,
+  <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
+  <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
+  <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
+  <code class="no-backref" title="dom-input-stepDown">stepDown()</code> and
+  <code class="no-backref" title="dom-input-stepUp">stepUp()</code> methods.</p>
+
+
+
   <h6><dfn title="attr-input-type-button">Button</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code




More information about the Commit-Watchers mailing list