Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) :enabled doesn't match <input type=hidden>
git-svn-id: http://svn.whatwg.org/webapps@2783 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 11, 2009
1 parent 4c84085 commit 989398e
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 @@ -33630,7 +33630,9 @@ explain that only direct children of the <menu> matter

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

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

0 comments on commit 989398e

Please sign in to comment.