html5/spec Overview.html,1.1953,1.1954

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22967

Modified Files:
	Overview.html 
Log Message:
:enabled doesn't match <input type=hidden> (whatwg r2783)

Index: Overview.html
===================================================================
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:26:43 UTC