Skip to content

Commit

Permalink
[giow] (0) Let <optgroup> match :enabled and :disabled too.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10908

git-svn-id: http://svn.whatwg.org/webapps@6104 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 6, 2011
1 parent 4e138f8 commit 40ccd5c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions complete.html
Expand Up @@ -54829,6 +54829,8 @@ <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-optgroup-element>optgroup</a></code> elements that are not <span title=concept-optgroup-disabled>disabled</span></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-element>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 @@ -54862,6 +54864,8 @@ <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-optgroup-element>optgroup</a></code> elements that are <span title=concept-optgroup-disabled>disabled</span></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-element>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: 4 additions & 0 deletions index
Expand Up @@ -54857,6 +54857,8 @@ 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-optgroup-element>optgroup</a></code> elements that are not <span title=concept-optgroup-disabled>disabled</span></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-element>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 @@ -54890,6 +54892,8 @@ 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-optgroup-element>optgroup</a></code> elements that are <span title=concept-optgroup-disabled>disabled</span></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-element>command</a></code> elements that have a <code title=attr-command-disabled><a href=#attr-command-disabled>disabled</a></code> attribute</li>
Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -61914,6 +61914,9 @@ contradict people?
<li><code>textarea</code> elements that are not <span
title="concept-fe-disabled">disabled</span></li>

<li><code>optgroup</code> elements that are not <span
title="concept-optgroup-disabled">disabled</span></li>

<li><code>option</code> elements that are not <span
title="concept-option-disabled">disabled</span></li>

Expand Down Expand Up @@ -61959,6 +61962,9 @@ contradict people?
<li><code>textarea</code> elements that are <span
title="concept-fe-disabled">disabled</span></li>

<li><code>optgroup</code> elements that are <span
title="concept-optgroup-disabled">disabled</span></li>

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

Expand Down

0 comments on commit 40ccd5c

Please sign in to comment.