Skip to content

Commit

Permalink
[giow] (0) Make even form controls that don't get submitted be checke…
Browse files Browse the repository at this point in the history
…d for validity when the form is submitted. Also, make controls that aren't in a form at all be validatable (e.g. using :valid/:invalid)

git-svn-id: http://svn.whatwg.org/webapps@4976 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 6, 2010
1 parent 2b730f8 commit f5a3370
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
10 changes: 0 additions & 10 deletions complete.html
Expand Up @@ -40861,10 +40861,6 @@ <h4 id=association-of-controls-and-forms><span class=secno>4.10.18 </span>Associ
on getting, must return the element's <a href=#form-owner>form owner</a>, or
null if there isn't one.</p>

<p><strong>Constraint validation</strong>: If an element has no
<a href=#form-owner>form owner</a>, it is <a href=#barred-from-constraint-validation>barred from constraint
validation</a>.</p>

</div>


Expand All @@ -40880,12 +40876,6 @@ <h5 id=naming-form-controls><span class=secno>4.10.19.1 </span>Naming form contr

<div class=impl>

<p><strong>Constraint validation</strong>: If an element does not
have a <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute specified,
or its <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute's value is
the empty string, then it is <a href=#barred-from-constraint-validation>barred from constraint
validation</a>.</p>

<!-- XXX should mention dom-fe-name in the various sections
defining elements that have it -->

Expand Down
10 changes: 0 additions & 10 deletions index
Expand Up @@ -40762,10 +40762,6 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
on getting, must return the element's <a href=#form-owner>form owner</a>, or
null if there isn't one.</p>

<p><strong>Constraint validation</strong>: If an element has no
<a href=#form-owner>form owner</a>, it is <a href=#barred-from-constraint-validation>barred from constraint
validation</a>.</p>

</div>


Expand All @@ -40781,12 +40777,6 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>

<div class=impl>

<p><strong>Constraint validation</strong>: If an element does not
have a <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute specified,
or its <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute's value is
the empty string, then it is <a href=#barred-from-constraint-validation>barred from constraint
validation</a>.</p>

<!-- XXX should mention dom-fe-name in the various sections
defining elements that have it -->

Expand Down
10 changes: 0 additions & 10 deletions source
Expand Up @@ -45505,10 +45505,6 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>
on getting, must return the element's <span>form owner</span>, or
null if there isn't one.</p>

<p><strong>Constraint validation</strong>: If an element has no
<span>form owner</span>, it is <span>barred from constraint
validation</span>.</p>

</div>


Expand All @@ -45525,12 +45521,6 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>

<div class="impl">

<p><strong>Constraint validation</strong>: If an element does not
have a <code title="attr-fe-name">name</code> attribute specified,
or its <code title="attr-fe-name">name</code> attribute's value is
the empty string, then it is <span>barred from constraint
validation</span>.</p>

<!-- XXX should mention dom-fe-name in the various sections
defining elements that have it -->

Expand Down

0 comments on commit f5a3370

Please sign in to comment.