- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Sep 2008 22:27:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv22907 Modified Files: Overview.html Log Message: WF2: link to disabled='' definition. (whatwg r2198) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1370 retrieving revision 1.1371 diff -u -d -r1.1370 -r1.1371 --- Overview.html 16 Sep 2008 21:52:56 -0000 1.1370 +++ Overview.html 16 Sep 2008 22:27:47 -0000 1.1371 @@ -26995,8 +26995,7 @@ <p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute is used to explicitly associate the <code><a href="#label">label</a></code> element with its <a href="#form-owner">form - owner</a>. The <code title=attr-fe-name><a href="#name11">name</a></code> - attribute represents the element's name. + owner</a>. <p>The <dfn id=htmlfor title=dom-label-htmlFor><code>htmlFor</code></dfn> DOM attribute must <a href="#reflect">reflect</a> the <code @@ -27395,13 +27394,13 @@ href="#input0">input</a></code> element with its <a href="#form-owner">form owner</a>. The <code title=attr-fe-name><a href="#name11">name</a></code> attribute represents the element's name. + The <code title=attr-fe-disabled><a href="#disabled5">disabled</a></code> + attribute is used to make the control non-interactive and to prevent its + value from being submitted. <p class=big-issue>... <dfn id=autofocus title=attr-input-autofocus><code>autofocus</code></dfn> - <p class=big-issue>... <code title=attr-fe-disabled><a - href="#disabled5">disabled</a></code> - <p>The semantics and processing rules of the <dfn id=accept title=attr-input-accept><code>accept</code></dfn>, <dfn id=alt4 title=attr-input-alt><code>alt</code></dfn>, <dfn id=autocomplete @@ -27807,6 +27806,9 @@ href="#button2">button</a></code> element with its <a href="#form-owner">form owner</a>. The <code title=attr-fe-name><a href="#name11">name</a></code> attribute represents the element's name. + The <code title=attr-fe-disabled><a href="#disabled5">disabled</a></code> + attribute is used to make the control non-interactive and to prevent its + value from being submitted. <p>The <code title=dom-cva-willValidate><a href="#willvalidate">willValidate</a></code>, <code @@ -27900,6 +27902,9 @@ href="#select">select</a></code> element with its <a href="#form-owner">form owner</a>. The <code title=attr-fe-name><a href="#name11">name</a></code> attribute represents the element's name. + The <code title=attr-fe-disabled><a href="#disabled5">disabled</a></code> + attribute is used to make the control non-interactive and to prevent its + value from being submitted. <p>The <code title=dom-cva-willValidate><a href="#willvalidate">willValidate</a></code>, <code @@ -28139,6 +28144,9 @@ href="#textarea">textarea</a></code> element with its <a href="#form-owner">form owner</a>. The <code title=attr-fe-name><a href="#name11">name</a></code> attribute represents the element's name. + The <code title=attr-fe-disabled><a href="#disabled5">disabled</a></code> + attribute is used to make the control non-interactive and to prevent its + value from being submitted. <p>The <code title=dom-cva-willValidate><a href="#willvalidate">willValidate</a></code>, <code
Received on Tuesday, 16 September 2008 22:28:24 UTC