Skip to content

Commit

Permalink
[e] (0) minor cleanup of XXX issues
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5068 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 4, 2010
1 parent a183c89 commit 247fd55
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 102 deletions.
67 changes: 33 additions & 34 deletions complete.html
Expand Up @@ -22785,11 +22785,11 @@ <h4 id=the-object-element><span class=secno>4.8.4 </span>The <dfn><code>object</
<code><a href=#the-object-element>object</a></code> element's <a href=#nested-browsing-context>nested browsing context</a>,
if it has one; otherwise, it must return null.</p>

<p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>,
<code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and
<code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>.</p>
<p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
<code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute is part of the
element's forms API.</p>

</div>

Expand Down Expand Up @@ -33441,11 +33441,11 @@ <h4 id=the-fieldset-element><span class=secno>4.10.4 </span>The <dfn><code>field
rooted at the <code><a href=#the-fieldset-element>fieldset</a></code> element, whose filter matches
<a href=#category-listed title=category-listed>listed elements</a>.</p>

<p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>,
<code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and
<code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>.</p>
<p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
<code title=dom-fae-form><a href=#dom-fae-form>form</a></code> and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
element's forms API.</p>

<p><strong>Constraint validation</strong>: <code><a href=#the-fieldset-element>fieldset</a></code>
elements are always <a href=#barred-from-constraint-validation>barred from constraint
Expand Down Expand Up @@ -33643,6 +33643,9 @@ <h4 id=the-label-element><span class=secno>4.10.6 </span>The <dfn><code>label</c
elements</a>, on getting, must return that <code><a href=#nodelist>NodeList</a></code>
object.</p>

<p>The <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute is part
of the element's forms API.</p>

</div>

<div class=example>
Expand Down Expand Up @@ -34957,7 +34960,9 @@ <h4 id=the-input-element><span class=secno>4.10.7 </span>The <dfn><code>input</c
of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-textarea/input-select><a href=#dom-textarea/input-select>select()</a></code>, <code title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
<code title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
and <code title=dom-textarea/input-setSelectionRange><a href=#dom-textarea/input-setselectionrange>setSelectionRange()</a></code>
methods and attributes expose the element's text selection.</p>
methods and attributes expose the element's text selection. The
<code title=dom-fe-autofocus><a href=#dom-fe-autofocus>autofocus</a></code>, <code title=dom-fe-disabled><a href=#dom-fe-disabled>disabled</a></code>, <code title=dom-fae-form><a href=#dom-fae-form>form</a></code>, and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
element's forms API.</p>

</div>

Expand Down Expand Up @@ -39074,7 +39079,8 @@ <h4 id=the-button-element><span class=secno>4.10.8 </span>The <dfn><code>button<
attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
<code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides a list
of the element's <code><a href=#the-label-element>label</a></code>s.</p>
of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fe-autofocus><a href=#dom-fe-autofocus>autofocus</a></code>, <code title=dom-fe-disabled><a href=#dom-fe-disabled>disabled</a></code>, <code title=dom-fae-form><a href=#dom-fae-form>form</a></code>, and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
element's forms API.</p>

</div>

Expand Down Expand Up @@ -39458,7 +39464,8 @@ <h4 id=the-select-element><span class=secno>4.10.9 </span>The <dfn><code>select<
attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
<code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides a list
of the element's <code><a href=#the-label-element>label</a></code>s.</p>
of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fe-autofocus><a href=#dom-fe-autofocus>autofocus</a></code>, <code title=dom-fe-disabled><a href=#dom-fe-disabled>disabled</a></code>, <code title=dom-fae-form><a href=#dom-fae-form>form</a></code>, and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
element's forms API.</p>

</div>

Expand Down Expand Up @@ -40167,7 +40174,9 @@ <h4 id=the-textarea-element><span class=secno>4.10.13 </span>The <dfn><code>text
of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-textarea/input-select><a href=#dom-textarea/input-select>select()</a></code>, <code title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
<code title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
and <code title=dom-textarea/input-setSelectionRange><a href=#dom-textarea/input-setselectionrange>setSelectionRange()</a></code>
methods and attributes expose the element's text selection.</p>
methods and attributes expose the element's text selection. The
<code title=dom-fe-autofocus><a href=#dom-fe-autofocus>autofocus</a></code>, <code title=dom-fe-disabled><a href=#dom-fe-disabled>disabled</a></code>, <code title=dom-fae-form><a href=#dom-fae-form>form</a></code>, and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
element's forms API.</p>

</div>

Expand Down Expand Up @@ -40435,7 +40444,8 @@ <h4 id=the-keygen-element><span class=secno>4.10.14 </span>The <dfn><code>keygen
attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
<code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides a list
of the element's <code><a href=#the-label-element>label</a></code>s.</p>
of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fe-autofocus><a href=#dom-fe-autofocus>autofocus</a></code>, <code title=dom-fe-disabled><a href=#dom-fe-disabled>disabled</a></code>, <code title=dom-fae-form><a href=#dom-fae-form>form</a></code>, and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
element's forms API.</p>

</div>

Expand Down Expand Up @@ -40611,13 +40621,12 @@ <h4 id=the-output-element><span class=secno>4.10.15 </span>The <dfn><code>output
<p>The <dfn id=dom-output-htmlfor title=dom-output-htmlFor><code>htmlFor</code></dfn>
IDL attribute must <a href=#reflect>reflect</a> the <code title=attr-output-for><a href=#attr-output-for>for</a></code> content attribute.</p>

<p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>,
<code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and
<code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
<p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
<code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides a list
of the element's <code><a href=#the-label-element>label</a></code>s.</p>
of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
element's forms API.</p>

<p><strong>Constraint validation</strong>: <code><a href=#the-output-element>output</a></code>
elements are always <a href=#barred-from-constraint-validation>barred from constraint
Expand Down Expand Up @@ -40784,7 +40793,8 @@ <h4 id=the-progress-element><span class=secno>4.10.16 </span>The <dfn><code>prog
dividing the current value by the maximum value.</p>

<p>The <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides
a list of the element's <code><a href=#the-label-element>label</a></code>s.</p>
a list of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute is part of the
element's forms API.</p>

</div>

Expand Down Expand Up @@ -41119,7 +41129,8 @@ <h4 id=the-meter-element><span class=secno>4.10.17 </span>The <dfn><code>meter</
attributes must return zero.</p>

<p>The <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides
a list of the element's <code><a href=#the-label-element>label</a></code>s.</p>
a list of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute is part of the
element's forms API.</p>

</div>

Expand Down Expand Up @@ -41263,9 +41274,6 @@ <h4 id=association-of-controls-and-forms><span class=secno>4.10.18 </span>Associ

</dl><div class=impl>

<!-- XXX should mention dom-fae-form in the various sections
defining elements that have it -->

<p><a href=#form-associated-element title="form-associated element">Form-associated
elements</a> have a <dfn id=dom-fae-form title=dom-fae-form><code>form</code></dfn> IDL attribute, which,
on getting, must return the element's <a href=#form-owner>form owner</a>, or
Expand All @@ -41286,9 +41294,6 @@ <h5 id=naming-form-controls><span class=secno>4.10.19.1 </span>Naming form contr

<div class=impl>

<!-- XXX should mention dom-fe-name in the various sections
defining elements that have it -->

<p>The <dfn id=dom-fe-name title=dom-fe-name><code>name</code></dfn> IDL
attribute must <a href=#reflect>reflect</a> the <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> content attribute.</p>

Expand Down Expand Up @@ -41317,9 +41322,6 @@ <h5 id=enabling-and-disabling-form-controls><span class=secno>4.10.19.2 </span>E
<p><strong>Constraint validation</strong>: If an element is <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a>, it is <a href=#barred-from-constraint-validation>barred from
constraint validation</a>.</p>

<!-- XXX should mention dom-fe-disabled in the various sections
defining elements that have it -->

<p>The <dfn id=dom-fe-disabled title=dom-fe-disabled><code>disabled</code></dfn> IDL
attribute must <a href=#reflect>reflect</a> the <code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> content attribute.</p>

Expand Down Expand Up @@ -41378,9 +41380,6 @@ <h5 id=autofocusing-a-form-control><span class=secno>4.10.19.4 </span>Autofocusi
<p class=note>Focusing the control does not imply that the user
agent must focus the browser window if it has lost focus.</p>

<!-- XXX should mention dom-fe-autofocus in the various sections
defining elements that have it -->

<p>The <dfn id=dom-fe-autofocus title=dom-fe-autofocus><code>autofocus</code></dfn>
IDL attribute must <a href=#reflect>reflect</a> the content attribute of the
same name.</p>
Expand Down

0 comments on commit 247fd55

Please sign in to comment.