Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) It doesn't make any sense, but browsers make :enabled/:dis…
…abled apply to <input type=hidden>, so, oh well.

Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7300 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 30, 2012
1 parent f9af1a6 commit 2e5e110
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
8 changes: 2 additions & 6 deletions complete.html
Expand Up @@ -62586,9 +62586,7 @@ <h4 id=pseudo-classes><span class=secno>4.14.2 </span>Pseudo-classes</h4>

<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 whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute are not in the
<a href="#hidden-state-(type=hidden)" 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-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-select-element>select</a></code> elements that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>

Expand Down Expand Up @@ -62621,9 +62619,7 @@ <h4 id=pseudo-classes><span class=secno>4.14.2 </span>Pseudo-classes</h4>

<ul><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 whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute are not in the
<a href="#hidden-state-(type=hidden)" 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-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-select-element>select</a></code> elements that are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>

Expand Down
8 changes: 2 additions & 6 deletions index
Expand Up @@ -62586,9 +62586,7 @@ Demos:

<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 whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute are not in the
<a href="#hidden-state-(type=hidden)" 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-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-select-element>select</a></code> elements that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>

Expand Down Expand Up @@ -62621,9 +62619,7 @@ Demos:

<ul><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 whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute are not in the
<a href="#hidden-state-(type=hidden)" 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-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-select-element>select</a></code> elements that are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>

Expand Down
12 changes: 4 additions & 8 deletions source
Expand Up @@ -73096,10 +73096,8 @@ Demos:
<li><code>button</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>input</code> elements 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 Expand Up @@ -73144,10 +73142,8 @@ Demos:
<li><code>button</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>input</code> elements 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 2e5e110

Please sign in to comment.