html5/spec Overview.html,1.1955,1.1956

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

Modified Files:
	Overview.html 
Log Message:
Oops, <input type=hidden> can still be disabled. (whatwg r2785)

Index: Overview.html
===================================================================
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:19:39 UTC