- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Jan 2012 00:06:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6071
Modified Files:
Overview.html
Log Message:
Remove some redundancy now that the definitions make more sense. (whatwg r6890)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5487
retrieving revision 1.5488
diff -u -d -r1.5487 -r1.5488
--- Overview.html 11 Jan 2012 00:03:37 -0000 1.5487
+++ Overview.html 11 Jan 2012 00:06:46 -0000 1.5488
@@ -45083,8 +45083,8 @@
constraints</a></li>
<li><code><a href="#the-form-element">form</a></code> elements that are not the <a href="#form-owner">form
- owner</a> of any elements that themselves are <a href="#category-submit" title="category-submit">submittable elements</a>, <a href="#candidate-for-constraint-validation" title="candidate for constraint validation">candidates for
- constraint validation</a>, and do not <a href="#concept-fv-valid" title="concept-fv-valid">satisfy their constraints</a></li>
+ owner</a> of any elements that themselves are <a href="#candidate-for-constraint-validation" title="candidate for constraint validation">candidates for
+ constraint validation</a> but do not <a href="#concept-fv-valid" title="concept-fv-valid">satisfy their constraints</a></li>
</ul></dd>
@@ -45100,11 +45100,11 @@
<ul><li>elements that are <a href="#candidate-for-constraint-validation" title="candidate for constraint
validation">candidates for constraint validation</a> but that
do not <a href="#concept-fv-valid" title="concept-fv-valid">satisfy their
- constraints</a>
+ constraints</a></li>
<li><code><a href="#the-form-element">form</a></code> elements that are the <a href="#form-owner">form
- owner</a> of one or more elements that themselves are <a href="#category-submit" title="category-submit">submittable elements</a>, <a href="#candidate-for-constraint-validation" title="candidate for constraint validation">candidates for
- constraint validation</a>, and do not <a href="#concept-fv-valid" title="concept-fv-valid">satisfy their constraints</a></li>
+ owner</a> of one or more elements that themselves are <a href="#candidate-for-constraint-validation" title="candidate for constraint validation">candidates for
+ constraint validation</a> but do not <a href="#concept-fv-valid" title="concept-fv-valid">satisfy their constraints</a></li>
</ul></dd>
Received on Wednesday, 11 January 2012 00:06:56 UTC