- From: poot <cvsmail@w3.org>
- Date: Wed, 11 Feb 2009 17:29:20 +0900 (JST)
- To: public-html-diffs@w3.org
:enabled doesn't match <input type=hidden> (whatwg r2783) :enabled http://people.w3.org/mike/diffs/html5/spec/Overview.1.1954.html#selector-enabled http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1953&r2=1.1954&f=h http://html5.org/tools/web-apps-tracker?from=2782&to=2783 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1953 retrieving revision 1.1954 diff -u -d -r1.1953 -r1.1954 --- Overview.html 11 Feb 2009 08:20:02 -0000 1.1953 +++ Overview.html 11 Feb 2009 08:26:31 -0000 1.1954 @@ -27536,7 +27536,9 @@ <li><code><a href=#the-button-element>button</a></code> elements that are not <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 not <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 not <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 not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
Received on Wednesday, 11 February 2009 08:29:55 UTC