HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/2783

SVNBugCommentTime (UTC)
2783:enabled doesn't match <input type=hidden>2009-02-11 08:26
Index: source
===================================================================
--- source	(revision 2782)
+++ source	(revision 2783)
@@ -38140,8 +38140,10 @@
      <li><code>button</code> elements that are not <span
      title="concept-fe-disabled">disabled</span></li>
 
-     <li><code>input</code> elements that are not <span
-     title="concept-fe-disabled">disabled</span></li>
+     <li><code>input</code> elements whose <code
+     title="attr-input-type">type</code> attribute are not in the
+     <span title="attr-input-type-hidden">Hidden</span> state and that
+     are not <span title="concept-fe-disabled">disabled</span></li>
 
      <li><code>select</code> elements that are not <span
      title="concept-fe-disabled">disabled</span></li>

|