[html5] r2785 - [] (0) Oops, <input type=hidden> can still be disabled.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 11 01:19:24 PST 2009
Author: ianh
Date: 2009-02-11 01:19:23 -0800 (Wed, 11 Feb 2009)
New Revision: 2785
Modified:
index
source
Log:
[] (0) Oops, <input type=hidden> can still be disabled.
Modified: index
===================================================================
--- index 2009-02-11 09:04:43 UTC (rev 2784)
+++ index 2009-02-11 09:19:23 UTC (rev 2785)
@@ -33666,7 +33666,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>
Modified: source
===================================================================
--- source 2009-02-11 09:04:43 UTC (rev 2784)
+++ source 2009-02-11 09:19:23 UTC (rev 2785)
@@ -38187,8 +38187,10 @@
<li><code>button</code> elements that are <span
title="concept-fe-disabled">disabled</span></li>
- <li><code>input</code> elements that are <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 <span title="concept-fe-disabled">disabled</span></li>
<li><code>select</code> elements that are <span
title="concept-fe-disabled">disabled</span></li>
More information about the Commit-Watchers
mailing list