[html5] r4976 - [giow] (0) Make even form controls that don't get submitted be checked for valid [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Apr 5 17:52:18 PDT 2010
Author: ianh
Date: 2010-04-05 17:52:16 -0700 (Mon, 05 Apr 2010)
New Revision: 4976
Modified:
complete.html
index
source
Log:
[giow] (0) Make even form controls that don't get submitted be checked 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)
Modified: complete.html
===================================================================
--- complete.html 2010-04-06 00:43:10 UTC (rev 4975)
+++ complete.html 2010-04-06 00:52:16 UTC (rev 4976)
@@ -40861,10 +40861,6 @@
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>
@@ -40880,12 +40876,6 @@
<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 -->
Modified: index
===================================================================
--- index 2010-04-06 00:43:10 UTC (rev 4975)
+++ index 2010-04-06 00:52:16 UTC (rev 4976)
@@ -40762,10 +40762,6 @@
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>
@@ -40781,12 +40777,6 @@
<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 -->
Modified: source
===================================================================
--- source 2010-04-06 00:43:10 UTC (rev 4975)
+++ source 2010-04-06 00:52:16 UTC (rev 4976)
@@ -45505,10 +45505,6 @@
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>
@@ -45525,12 +45521,6 @@
<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 -->
More information about the Commit-Watchers
mailing list