Skip to content

Commit

Permalink
[e] (0) Remove some redundancy now that the definitions make more sense.
Browse files Browse the repository at this point in the history
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@6890 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 11, 2012
1 parent a9a9c56 commit 3888729
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -56379,8 +56379,8 @@ <h4 id=pseudo-classes><span class=secno>4.14.2 </span>Pseudo-classes</h4>
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>

Expand All @@ -56396,11 +56396,11 @@ <h4 id=pseudo-classes><span class=secno>4.14.2 </span>Pseudo-classes</h4>
<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>

Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -56379,8 +56379,8 @@ contradict people?
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>

Expand All @@ -56396,11 +56396,11 @@ contradict people?
<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>

Expand Down
8 changes: 3 additions & 5 deletions source
Expand Up @@ -65790,9 +65790,8 @@ contradict people?

<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>
Expand All @@ -65813,13 +65812,12 @@ contradict people?
<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>
Expand Down

0 comments on commit 3888729

Please sign in to comment.