[html5] r2783 - [] (0) :enabled doesn't match <input type=hidden>
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 11 00:26:27 PST 2009
Author: ianh
Date: 2009-02-11 00:26:26 -0800 (Wed, 11 Feb 2009)
New Revision: 2783
Modified:
index
source
Log:
[] (0) :enabled doesn't match <input type=hidden>
Modified: index
===================================================================
--- index 2009-02-11 08:19:57 UTC (rev 2782)
+++ index 2009-02-11 08:26:26 UTC (rev 2783)
@@ -33630,7 +33630,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>
Modified: source
===================================================================
--- source 2009-02-11 08:19:57 UTC (rev 2782)
+++ source 2009-02-11 08:26:26 UTC (rev 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>
More information about the Commit-Watchers
mailing list