- From: poot <cvsmail@w3.org>
- Date: Wed, 11 Feb 2009 18:22:28 +0900 (JST)
- To: public-html-diffs@w3.org
Oops, <input type=hidden> can still be disabled. (whatwg r2785) :disabled http://people.w3.org/mike/diffs/html5/spec/Overview.1.1956.html#selector-disabled http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1955&r2=1.1956&f=h http://html5.org/tools/web-apps-tracker?from=2784&to=2785 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1955 retrieving revision 1.1956 diff -u -d -r1.1955 -r1.1956 --- Overview.html 11 Feb 2009 09:04:48 -0000 1.1955 +++ Overview.html 11 Feb 2009 09:19:28 -0000 1.1956 @@ -27572,7 +27572,9 @@ <li><code><a href=#the-button-element>button</a></code> elements that are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li> - <li><code><a href=#the-input-element>input</a></code> elements that are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li> + <li><code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute are not in the + <a href=#hidden-state title=attr-input-type-hidden>Hidden</a> state and that + are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li> <li><code><a href=#the-select-element>select</a></code> elements that are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
Received on Wednesday, 11 February 2009 09:23:06 UTC