Skip to content

Commit

Permalink
[e] (0) WF2: fix xref typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2224 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 19, 2008
1 parent 24db9d9 commit 4a2fcce
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 26 deletions.
52 changes: 27 additions & 25 deletions index
Expand Up @@ -27836,8 +27836,8 @@ function AddCloud(data, x, y) { ... }</pre>
of the <a href="#constraint0">constraint validation API</a>.

<p><strong>Constraint validation:</strong> <code><a
href="#fieldset">fieldset</a></code> elements are always <span>barred from
constraint validation</span>.
href="#fieldset">fieldset</a></code> elements are always <a
href="#barred">barred from constraint validation</a>.

<h4 id=the-label><span class=secno>4.10.3 </span>The <dfn
id=label><code>label</code></dfn> element</h4>
Expand Down Expand Up @@ -29946,8 +29946,8 @@ function AddCloud(data, x, y) { ... }</pre>
<p><strong>Constraint validation:</strong> If an <code><a
href="#input0">input</a></code> element's <code title=attr-input-type><a
href="#type14">type</a></code> attribute is in the <a href="#hidden1"
title=attr-input-type-hidden>Hidden</a> state, it is <span>barred from
constraint validation</span>.
title=attr-input-type-hidden>Hidden</a> state, it is <a
href="#barred">barred from constraint validation</a>.

<h6 id=submit><span class=secno>4.10.4.1.17. </span><dfn id=submit2
title=attr-input-type-submit>Submit Button</dfn> state</h6>
Expand Down Expand Up @@ -29991,8 +29991,8 @@ rel="" on submit buttons?
<p><strong>Constraint validation:</strong> If an <code><a
href="#input0">input</a></code> element's <code title=attr-input-type><a
href="#type14">type</a></code> attribute is in the <a href="#reset2"
title=attr-input-type-reset>Reset Button</a> state, it is <span>barred
from constraint validation</span>.
title=attr-input-type-reset>Reset Button</a> state, it is <a
href="#barred">barred from constraint validation</a>.

<h6 id=button><span class=secno>4.10.4.1.20. </span><dfn id=button1
title=attr-input-type-button>Button</dfn> state</h6>
Expand All @@ -30008,8 +30008,8 @@ rel="" on submit buttons?
<p><strong>Constraint validation:</strong> If an <code><a
href="#input0">input</a></code> element's <code title=attr-input-type><a
href="#type14">type</a></code> attribute is in the <a href="#button1"
title=attr-input-type-button>Button</a> state, it is <span>barred from
constraint validation</span>.
title=attr-input-type-button>Button</a> state, it is <a
href="#barred">barred from constraint validation</a>.

<h6 id=common3><span class=secno>4.10.4.1.21. </span>Common algorithms</h6>

Expand Down Expand Up @@ -30102,7 +30102,8 @@ rel="" on submit buttons?
<p><strong>Constraint validation:</strong> If the <code
title=attr-input-readonly><a href="#readonly0">readonly</a></code>
attribute is specified on an <code><a href="#input0">input</a></code>
element, the element is <span>barred from constraint validation</span>.
element, the element is <a href="#barred">barred from constraint
validation</a>.

<h5 id=common5><span class=secno>4.10.4.3. </span>Common <code><a
href="#input0">input</a></code> element APIs</h5>
Expand Down Expand Up @@ -30412,8 +30413,8 @@ rel="" on submit buttons?
<p class=big-issue>...

<p><strong>Constraint validation:</strong> If an element has a <code><a
href="#datalist">datalist</a></code> element ancestor, it is <span>barred
from constraint validation</span>.
href="#datalist">datalist</a></code> element ancestor, it is <a
href="#barred">barred from constraint validation</a>.

<h4 id=the-optgroup><span class=secno>4.10.8 </span>The <dfn
id=optgroup><code>optgroup</code></dfn> element</h4>
Expand Down Expand Up @@ -30624,8 +30625,8 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href="#htmlelem

<p><strong>Constraint validation:</strong> If the <code
title=attr-textarea-readonly>readonly</code> attribute is specified on a
<code><a href="#textarea">textarea</a></code> element, the element is
<span>barred from constraint validation</span>.
<code><a href="#textarea">textarea</a></code> element, the element is <a
href="#barred">barred from constraint validation</a>.

<h4 id=the-output><span class=secno>4.10.11 </span>The <dfn
id=output><code>output</code></dfn> element</h4>
Expand Down Expand Up @@ -30696,8 +30697,8 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href="#htmlelem
of the <a href="#constraint0">constraint validation API</a>.

<p><strong>Constraint validation:</strong> <code><a
href="#output">output</a></code> elements are always <span>barred from
constraint validation</span>.
href="#output">output</a></code> elements are always <a
href="#barred">barred from constraint validation</a>.

<h4 id=association><span class=secno>4.10.12 </span>Association of controls
and forms</h4>
Expand Down Expand Up @@ -30802,8 +30803,8 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href="#htmlelem
or null if there isn't one.

<p><strong>Constraint validation:</strong> If an element has no <a
href="#form-owner">form owner</a>, it is <span>barred from constraint
validation</span>.
href="#form-owner">form owner</a>, it is <a href="#barred">barred from
constraint validation</a>.

<h4 id=attributes1><span class=secno>4.10.13 </span><dfn
id=attributes4>Attributes common to form controls</dfn></h4>
Expand All @@ -30820,7 +30821,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href="#htmlelem
<code title=attr-fe-name><a href="#name11">name</a></code> attribute
specified, or its <code title=attr-fe-name><a
href="#name11">name</a></code> attribute's value is the empty string, then
it is <span>barred from constraint validation</span>.
it is <a href="#barred">barred from constraint validation</a>.

<h5 id=enabling><span class=secno>4.10.13.2. </span>Enabling and disabling
form controls</h5>
Expand All @@ -30837,8 +30838,8 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href="#htmlelem
title=dom-fe-disabled>disabled</dfn> DOM attribute

<p><strong>Constraint validation:</strong> If an element is <a
href="#disabled4" title=concept-fe-disabled>disabled</a>, it is
<span>barred from constraint validation</span>.
href="#disabled4" title=concept-fe-disabled>disabled</a>, it is <a
href="#barred">barred from constraint validation</a>.

<h5 id=a-form><span class=secno>4.10.13.3. </span>A form control's value</h5>

Expand Down Expand Up @@ -30949,9 +30950,10 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href="#htmlelem
<p>A <a href="#listed" title=category-listed>listed form-associated
element</a> is a <dfn id=candidate>candidate for constraint
validation</dfn> unless a condition has <dfn id=barred title="barred from
constrain validation">barred the element from constraint validation</dfn>.
(For example, an element is <span>barred from constraint validation</span>
if it is an <code><a href="#output">output</a></code> or <code><a
constraint validation">barred the element from constraint
validation</dfn>. (For example, an element is <a href="#barred">barred
from constraint validation</a> if it is an <code><a
href="#output">output</a></code> or <code><a
href="#fieldset">fieldset</a></code> element.)

<p class=big-issue>An element <dfn id=satisfies
Expand Down Expand Up @@ -31066,8 +31068,8 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href="#htmlelem
title=dom-cva-willValidate><code>willValidate</code></dfn> attribute must
return true if an element is a <a href="#candidate">candidate for
constraint validation</a>, and false otherwise (i.e. false if any
conditions are <span title="barred from constraint validation">barring it
from constraint validation</span>).
conditions are <a href="#barred" title="barred from constraint
validation">barring it from constraint validation</a>).

<p class=big-issue> <dfn id=validity
title=dom-cva-validity><code>validity</code></dfn> <dfn
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -27290,7 +27290,7 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {

<p>A <span title="category-listed">listed form-associated
element</span> is a <dfn>candidate for constraint validation</dfn>
unless a condition has <dfn title="barred from constrain
unless a condition has <dfn title="barred from constraint
validation">barred the element from constraint
validation</dfn>. (For example, an element is <span>barred from
constraint validation</span> if it is an <code>output</code> or
Expand Down

0 comments on commit 4a2fcce

Please sign in to comment.