- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 10 Oct 2008 00:53:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16902 Modified Files: Overview.html Log Message: WF2: disabled='', value, checkedness (whatwg r2317) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1489 retrieving revision 1.1490 diff -u -d -r1.1489 -r1.1490 --- Overview.html 10 Oct 2008 00:48:58 -0000 1.1489 +++ Overview.html 10 Oct 2008 00:53:30 -0000 1.1490 @@ -21965,9 +21965,17 @@ or its <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute's value is the empty string, then it is <a href=#barred-from-constraint-validation>barred from constraint validation</a>.<p>The <dfn id=dom-fe-name title=dom-fe-name><code>name</code></dfn> DOM - attribute must <a href=#reflect>reflect</a> the <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> content attribute.<h5 id=enabling-and-disabling-form-controls><span class=secno>4.10.13.2 </span>Enabling and disabling form controls</h5><p class=XXX>... <dfn id=concept-fe-disabled title=concept-fe-disabled>disabled</dfn></p><!-- XXX remember to check for a fieldset ancestor that has its - disabled attribute set, and always be disabled if you find one --><p class=XXX>... <dfn id=attr-fe-disabled title=attr-fe-disabled>disabled</dfn> content attribute<p class=XXX>... <dfn id=dom-fe-disabled title=dom-fe-disabled>disabled</dfn> DOM attribute<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>.<h5 id=a-form-control-s-value><span class=secno>4.10.13.3 </span>A form control's value</h5><p class=XXX>... <dfn id=concept-fe-value title=concept-fe-value>value</dfn><p class=XXX>... <dfn id=concept-fe-checked title=concept-fe-checked>checkedness</dfn></p><!-- XXX autocomplete: define somewhere that the value may be set from a stored value --><h5 id=autofocusing-a-form-control><span class=secno>4.10.13.4 </span>Autofocusing a form control</h5><p>The <dfn id=attr-fe-autofocus title=attr-fe-autofocus><code>autofocus</code></dfn> + attribute must <a href=#reflect>reflect</a> the <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> content attribute.<h5 id=enabling-and-disabling-form-controls><span class=secno>4.10.13.2 </span>Enabling and disabling form controls</h5><p>The <dfn id=attr-fe-disabled title=attr-fe-disabled><code>disabled</code></dfn> + content attribute is a <a href=#boolean-attribute>boolean attribute</a>.<p>A form control is <dfn id=concept-fe-disabled title=concept-fe-disabled>disabled</dfn> + if its <code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> attribute is + set, or if it is a descendant of a <code><a href=#the-fieldset-element>fieldset</a></code> element + whose <code title=attr-fieldset-disabled><a href=#attr-fieldset-disabled>disabled</a></code> attribute + is set.<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>The <dfn id=dom-fe-disabled title=dom-fe-disabled><code>disabled</code></dfn> DOM + attribute must <a href=#reflect>reflect</a> the <code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> content attribute.<h5 id=a-form-control-s-value><span class=secno>4.10.13.3 </span>A form control's value</h5><p>Form controls have a <dfn id=concept-fe-value title=concept-fe-value>value</dfn> + and a <dfn id=concept-fe-checked title=concept-fe-checked>checkedness</dfn>. (The latter + is only used by <code><a href=#the-input-element>input</a></code> elements.) These are used to + describe how the user interacts with the control.<h5 id=autofocusing-a-form-control><span class=secno>4.10.13.4 </span>Autofocusing a form control</h5><p>The <dfn id=attr-fe-autofocus title=attr-fe-autofocus><code>autofocus</code></dfn> content attribute allows the user to indicate that a control is to be focused as soon as the page is loaded, allowing the user to just start typing without having to manually focus the main control.<p>The <code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code> attribute is
Received on Friday, 10 October 2008 00:58:28 UTC