Skip to content

Commit

Permalink
[giow] (1) Make :disabled accurately reflect <option> disabled state.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10105

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

<li><code><a href=#the-textarea-element>textarea</a></code> elements that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>

<li><code><a href=#the-option-element>option</a></code> elements that do not have a <code title=attr-option-disabled><a href=#attr-option-disabled>disabled</a></code> attribute</li>
<li><code><a href=#the-option-element>option</a></code> elements that are not <a href=#concept-option-disabled title=concept-option-disabled>disabled</a></li>

<li><code><a href=#the-command>command</a></code> elements that do not have a <code title=attr-command-disabled><a href=#attr-command-disabled>disabled</a></code> attribute</li>

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

<li><code><a href=#the-textarea-element>textarea</a></code> elements that are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>

<li><code><a href=#the-option-element>option</a></code> elements that have a <code title=attr-option-disabled><a href=#attr-option-disabled>disabled</a></code> attribute</li>
<li><code><a href=#the-option-element>option</a></code> elements that are <a href=#concept-option-disabled title=concept-option-disabled>disabled</a></li>

<li><code><a href=#the-command>command</a></code> elements that have a <code title=attr-command-disabled><a href=#attr-command-disabled>disabled</a></code> attribute</li>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -52793,7 +52793,7 @@ contradict people?

<li><code><a href=#the-textarea-element>textarea</a></code> elements that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>

<li><code><a href=#the-option-element>option</a></code> elements that do not have a <code title=attr-option-disabled><a href=#attr-option-disabled>disabled</a></code> attribute</li>
<li><code><a href=#the-option-element>option</a></code> elements that are not <a href=#concept-option-disabled title=concept-option-disabled>disabled</a></li>

<li><code><a href=#the-command>command</a></code> elements that do not have a <code title=attr-command-disabled><a href=#attr-command-disabled>disabled</a></code> attribute</li>

Expand Down Expand Up @@ -52823,7 +52823,7 @@ contradict people?

<li><code><a href=#the-textarea-element>textarea</a></code> elements that are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>

<li><code><a href=#the-option-element>option</a></code> elements that have a <code title=attr-option-disabled><a href=#attr-option-disabled>disabled</a></code> attribute</li>
<li><code><a href=#the-option-element>option</a></code> elements that are <a href=#concept-option-disabled title=concept-option-disabled>disabled</a></li>

<li><code><a href=#the-command>command</a></code> elements that have a <code title=attr-command-disabled><a href=#attr-command-disabled>disabled</a></code> attribute</li>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -59114,8 +59114,8 @@ contradict people?
<li><code>textarea</code> elements that are not <span
title="concept-fe-disabled">disabled</span></li>

<li><code>option</code> elements that do not have a <code
title="attr-option-disabled">disabled</code> attribute</li>
<li><code>option</code> elements that are not <span
title="concept-option-disabled">disabled</span></li>

<li><code>command</code> elements that do not have a <code
title="attr-command-disabled">disabled</code> attribute</li>
Expand Down Expand Up @@ -59155,8 +59155,8 @@ contradict people?
<li><code>textarea</code> elements that are <span
title="concept-fe-disabled">disabled</span></li>

<li><code>option</code> elements that have a <code
title="attr-option-disabled">disabled</code> attribute</li>
<li><code>option</code> elements that are <span
title="concept-option-disabled">disabled</span></li>

<li><code>command</code> elements that have a <code
title="attr-command-disabled">disabled</code> attribute</li>
Expand Down

0 comments on commit c727246

Please sign in to comment.