[html5] r6890 - [e] (0) Remove some redundancy now that the definitions make more sense. Affecte [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 10 16:06:43 PST 2012


Author: ianh
Date: 2012-01-10 16:06:42 -0800 (Tue, 10 Jan 2012)
New Revision: 6890

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove some redundancy now that the definitions make more sense.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-01-11 00:03:32 UTC (rev 6889)
+++ complete.html	2012-01-11 00:06:42 UTC (rev 6890)
@@ -56379,8 +56379,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>
 
@@ -56396,11 +56396,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>
 

Modified: index
===================================================================
--- index	2012-01-11 00:03:32 UTC (rev 6889)
+++ index	2012-01-11 00:06:42 UTC (rev 6890)
@@ -56379,8 +56379,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>
 
@@ -56396,11 +56396,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>
 

Modified: source
===================================================================
--- source	2012-01-11 00:03:32 UTC (rev 6889)
+++ source	2012-01-11 00:06:42 UTC (rev 6890)
@@ -65790,9 +65790,8 @@
 
      <li><code>form</code> elements that are not the <span>form
      owner</span> of any elements that themselves are <span
-     title="category-submit">submittable elements</span>, <span
      title="candidate for constraint validation">candidates for
-     constraint validation</span>, and do not <span
+     constraint validation</span> but do not <span
      title="concept-fv-valid">satisfy their constraints</span></li>
 
     </ul>
@@ -65813,13 +65812,12 @@
      <li>elements that are <span title="candidate for constraint
      validation">candidates for constraint validation</span> but that
      do not <span title="concept-fv-valid">satisfy their
-     constraints</span></p>
+     constraints</span></li>
 
      <li><code>form</code> elements that are the <span>form
      owner</span> of one or more elements that themselves are <span
-     title="category-submit">submittable elements</span>, <span
      title="candidate for constraint validation">candidates for
-     constraint validation</span>, and do not <span
+     constraint validation</span> but do not <span
      title="concept-fv-valid">satisfy their constraints</span></li>
 
     </ul>




More information about the Commit-Watchers mailing list