Skip to content

Commit

Permalink
[giow] (3) Make :invalid match <fieldset>s that contain invalid contr…
Browse files Browse the repository at this point in the history
…ols.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20585
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7823 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 12, 2013
1 parent f407537 commit f38af77
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions complete.html
Expand Up @@ -59615,6 +59615,7 @@ <h3 id=disabled-elements><span class=secno>4.14 </span>Disabled elements</h3>

<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>
Expand Down Expand Up @@ -59948,6 +59949,9 @@ <h4 id=pseudo-classes><span class=secno>4.15.2 </span>Pseudo-classes</h4>
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>


Expand Down
4 changes: 4 additions & 0 deletions index
Expand Up @@ -59615,6 +59615,7 @@ contradict people?

<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>
Expand Down Expand Up @@ -59948,6 +59949,9 @@ Demos:
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>


Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -70573,6 +70573,7 @@ contradict people?

<div class="impl">

<!--CLEANUP-->
<h3 id="selectors">Matching HTML elements using selectors</h3>

<h4>Case-sensitivity</h4>
Expand Down Expand Up @@ -71003,6 +71004,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 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>
Expand Down

0 comments on commit f38af77

Please sign in to comment.