Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) Oddly, :valid somehow didn't apply to fieldset but :invali…
…d did. let us fix that...

Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8089 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 25, 2013
1 parent da9bac5 commit 0c00826
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 4 additions & 1 deletion complete.html
Expand Up @@ -60871,6 +60871,9 @@ <h4 id=pseudo-classes><span class=secno>4.15.2 </span>Pseudo-classes</h4>
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>


Expand All @@ -60892,7 +60895,7 @@ <h4 id=pseudo-classes><span class=secno>4.15.2 </span>Pseudo-classes</h4>
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>

Expand Down
5 changes: 4 additions & 1 deletion index
Expand Up @@ -60871,6 +60871,9 @@ Demos:
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>


Expand All @@ -60892,7 +60895,7 @@ Demos:
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>

Expand Down
6 changes: 5 additions & 1 deletion source
Expand Up @@ -67526,6 +67526,10 @@ Demos:
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>
Expand Down Expand Up @@ -67553,7 +67557,7 @@ Demos:
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>
Expand Down

0 comments on commit 0c00826

Please sign in to comment.