- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 04 May 2010 01:54:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv5110 Modified Files: Overview.html Log Message: minor cleanup of XXX issues (whatwg r5068) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4069 retrieving revision 1.4070 diff -u -d -r1.4069 -r1.4070 --- Overview.html 4 May 2010 01:41:24 -0000 1.4069 +++ Overview.html 4 May 2010 01:54:24 -0000 1.4070 @@ -19651,11 +19651,11 @@ <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><div class="example"> @@ -26656,11 +26656,11 @@ 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 @@ -26831,6 +26831,9 @@ 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"> <p>The following example shows three form controls each with a @@ -28118,7 +28121,9 @@ 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><h5 id="states-of-the-type-attribute"><span class="secno">4.10.7.1 </span>States of the <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h6 id="hidden-state"><span class="secno">4.10.7.1.1 </span><dfn title="attr-input-type-hidden">Hidden</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><div class="impl"> @@ -31623,7 +31628,8 @@ 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><div class="example"> @@ -31986,7 +31992,8 @@ 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><div class="example"> @@ -32588,7 +32595,9 @@ 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><div class="example"> @@ -32834,7 +32843,8 @@ 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><p class="note">This specification does not specify how the private key generated is to be used. It is expected that after receiving the @@ -32990,13 +33000,12 @@ <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 @@ -33139,7 +33148,8 @@ 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><h4 id="the-meter-element"><span class="secno">4.10.17 </span>The <dfn><code>meter</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/97">ISSUE-97</a> (meter) blocks progress to Last Call</span></p><!-- Keep this after <progress> and NOT close to <time> --><dl class="element"><dt>Categories</dt> <dd><a href="#flow-content">Flow content</a>.</dd> @@ -33421,7 +33431,8 @@ 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><div class="example"> @@ -33548,9 +33559,6 @@ </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 @@ -33561,9 +33569,6 @@ submission</a> and in the <code><a href="#the-form-element">form</a></code> element's <code title="dom-form-elements"><a href="#dom-form-elements">elements</a></code> object. If the attribute is specified, its value must not be the empty string.<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> @@ -33583,9 +33588,6 @@ <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> @@ -33626,9 +33628,6 @@ <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>
Received on Tuesday, 4 May 2010 01:54:30 UTC