hixie: Remove some redundancy now that the definitions make more sense. (whatwg r6890)

hixie: Remove some redundancy now that the definitions make more sense.
(whatwg r6890)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5487&r2=1.5488&f=h
http://html5.org/tools/web-apps-tracker?from=6889&to=6890

===================================================================
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:08:12 UTC