[html5] r7823 - [giow] (3) Make :invalid match <fieldset>s that contain invalid controls. Fixing [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Apr 12 16:03:59 PDT 2013


Author: ianh
Date: 2013-04-12 16:03:58 -0700 (Fri, 12 Apr 2013)
New Revision: 7823

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Make :invalid match <fieldset>s that contain invalid controls.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20585
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-04-12 22:55:48 UTC (rev 7822)
+++ complete.html	2013-04-12 23:03:58 UTC (rev 7823)
@@ -59615,6 +59615,7 @@
 
   <div class=impl>
 
+<!--CLEANUP-->
   <h3 id=selectors><span class=secno>4.15 </span>Matching HTML elements using selectors</h3>
 
   <h4 id=case-sensitivity><span class=secno>4.15.1 </span>Case-sensitivity</h4>
@@ -59948,6 +59949,9 @@
      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>
 
+     <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>
+
     </ul></dd>
 
 

Modified: index
===================================================================
--- index	2013-04-12 22:55:48 UTC (rev 7822)
+++ index	2013-04-12 23:03:58 UTC (rev 7823)
@@ -59615,6 +59615,7 @@
 
   <div class=impl>
 
+<!--CLEANUP-->
   <h3 id=selectors><span class=secno>4.15 </span>Matching HTML elements using selectors</h3>
 
   <h4 id=case-sensitivity><span class=secno>4.15.1 </span>Case-sensitivity</h4>
@@ -59948,6 +59949,9 @@
      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>
 
+     <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>
+
     </ul></dd>
 
 

Modified: source
===================================================================
--- source	2013-04-12 22:55:48 UTC (rev 7822)
+++ source	2013-04-12 23:03:58 UTC (rev 7823)
@@ -70573,6 +70573,7 @@
 
   <div class="impl">
 
+<!--CLEANUP-->
   <h3 id="selectors">Matching HTML elements using selectors</h3>
 
   <h4>Case-sensitivity</h4>
@@ -71003,6 +71004,10 @@
      constraint validation</span> but do not <span
      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
+     title="concept-fv-valid">satisfy their constraints</span></li>
+
     </ul>
 
    </dd>




More information about the Commit-Watchers mailing list