Skip to content

Commit

Permalink
[] (0) Oops, <input type=hidden> can still be disabled.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2785 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 11, 2009
1 parent 6a33717 commit 710b858
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion index
Expand Up @@ -33666,7 +33666,9 @@ explain that only direct children of the <menu> matter

<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>

Expand Down
6 changes: 4 additions & 2 deletions source
Expand Up @@ -38187,8 +38187,10 @@ explain that only direct children of the <menu> matter
<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>
Expand Down

0 comments on commit 710b858

Please sign in to comment.