[html5] r8089 - [giow] (2) Oddly, :valid somehow didn't apply to fieldset but :invalid did. let [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 25 16:54:25 PDT 2013


Author: ianh
Date: 2013-07-25 16:54:24 -0700 (Thu, 25 Jul 2013)
New Revision: 8089

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Oddly, :valid somehow didn't apply to fieldset but :invalid did. let us fix that...
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-07-25 23:45:52 UTC (rev 8088)
+++ complete.html	2013-07-25 23:54:24 UTC (rev 8089)
@@ -60871,6 +60871,9 @@
      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>
 
+     <li><code><a href=#the-fieldset-element>fieldset</a></code> elements that have no descendant 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>
 
 
@@ -60892,7 +60895,7 @@
      constraint validation</a> but do not <a href=#concept-fv-valid title=concept-fv-valid>satisfy their constraints</a></li>
 
      <li><code><a href=#the-fieldset-element>fieldset</a></code> elements that have of one or more descendant elements that themselves
-     are <span>candidates for constraint validation</span> but do not <a href=#concept-fv-valid title=concept-fv-valid>satisfy their constraints</a></li>
+     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	2013-07-25 23:45:52 UTC (rev 8088)
+++ index	2013-07-25 23:54:24 UTC (rev 8089)
@@ -60871,6 +60871,9 @@
      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>
 
+     <li><code><a href=#the-fieldset-element>fieldset</a></code> elements that have no descendant 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>
 
 
@@ -60892,7 +60895,7 @@
      constraint validation</a> but do not <a href=#concept-fv-valid title=concept-fv-valid>satisfy their constraints</a></li>
 
      <li><code><a href=#the-fieldset-element>fieldset</a></code> elements that have of one or more descendant elements that themselves
-     are <span>candidates for constraint validation</span> but do not <a href=#concept-fv-valid title=concept-fv-valid>satisfy their constraints</a></li>
+     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	2013-07-25 23:45:52 UTC (rev 8088)
+++ source	2013-07-25 23:54:24 UTC (rev 8089)
@@ -67526,6 +67526,10 @@
      constraint validation</span> but do not <span
      title="concept-fv-valid">satisfy their constraints</span></li>
 
+     <li><code>fieldset</code> elements that have no descendant elements that themselves
+     are <span title="candidate for constraint validation">candidates for constraint validation</span> but do not <span
+     title="concept-fv-valid">satisfy their constraints</span></li>
+
     </ul>
 
    </dd>
@@ -67553,7 +67557,7 @@
      title="concept-fv-valid">satisfy their constraints</span></li>
 
      <li><code>fieldset</code> elements that have of one or more descendant elements that themselves
-     are <span>candidates for constraint validation</span> but do not <span
+     are <span title="candidate for constraint validation">candidates for 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