Skip to content

Commit

Permalink
[e] (0) xref typos
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2373 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 28, 2008
1 parent d0b5a12 commit 1537ac8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -25252,7 +25252,7 @@ function AddCloud(data, x, y) { ... }</pre>
event</a> called <code title=event-change>change</code> at the
element.</p>

<p><strong>Constraint validation:</strong> If the element is <i title=concept-input-required><a href=#concept-input-required>required</a></i> and its <span title=concept-fe-checkedness>checkedness</span> is false, then the
<p><strong>Constraint validation:</strong> If the element is <i title=concept-input-required><a href=#concept-input-required>required</a></i> and its <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> is false, then the
element is <a href=#suffering-from-being-missing>suffering from being missing</a>.</p>

<div class=bookkeeping>
Expand Down Expand Up @@ -25359,7 +25359,7 @@ function AddCloud(data, x, y) { ... }</pre>

<p><strong>Constraint validation:</strong> If the element is <i title=concept-input-required><a href=#concept-input-required>required</a></i> and all of the
<code><a href=#the-input-element>input</a></code> elements in the <i><a href=#radio-button-group>radio button group</a></i> have a
<span title=concept-fe-checkedness>checkedness</span> that is
<a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> that is
false, then the element is <a href=#suffering-from-being-missing>suffering from being
missing</a>.</p>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -28137,7 +28137,7 @@ function AddCloud(data, x, y) { ... }</pre>

<p><strong>Constraint validation:</strong> If the element is <i
title="concept-input-required">required</i> and its <span
title="concept-fe-checkedness">checkedness</span> is false, then the
title="concept-fe-checked">checkedness</span> is false, then the
element is <span>suffering from being missing</span>.</p>

<div class="bookkeeping">
Expand Down Expand Up @@ -28263,7 +28263,7 @@ function AddCloud(data, x, y) { ... }</pre>
<p><strong>Constraint validation:</strong> If the element is <i
title="concept-input-required">required</i> and all of the
<code>input</code> elements in the <i>radio button group</i> have a
<span title="concept-fe-checkedness">checkedness</span> that is
<span title="concept-fe-checked">checkedness</span> that is
false, then the element is <span>suffering from being
missing</span>.</p>

Expand Down

0 comments on commit 1537ac8

Please sign in to comment.