Skip to content

Commit

Permalink
[e] (0) optgroups don't actually get disabled themselves. they just h…
Browse files Browse the repository at this point in the history
…ave an attribute.

git-svn-id: http://svn.whatwg.org/webapps@6507 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 17, 2011
1 parent 56771a1 commit 93ca6e9
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 @@ -56692,7 +56692,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-optgroup-element>optgroup</a></code> elements that are not <span title=concept-optgroup-disabled>disabled</span></li>
<li><code><a href=#the-optgroup-element>optgroup</a></code> elements that do not have a <code title=attr-optgroup-disabled><a href=#attr-optgroup-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>

Expand Down Expand Up @@ -56727,7 +56727,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-optgroup-element>optgroup</a></code> elements that are <span title=concept-optgroup-disabled>disabled</span></li>
<li><code><a href=#the-optgroup-element>optgroup</a></code> elements that have a <code title=attr-optgroup-disabled><a href=#attr-optgroup-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>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -56559,7 +56559,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-optgroup-element>optgroup</a></code> elements that are not <span title=concept-optgroup-disabled>disabled</span></li>
<li><code><a href=#the-optgroup-element>optgroup</a></code> elements that do not have a <code title=attr-optgroup-disabled><a href=#attr-optgroup-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>

Expand Down Expand Up @@ -56594,7 +56594,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-optgroup-element>optgroup</a></code> elements that are <span title=concept-optgroup-disabled>disabled</span></li>
<li><code><a href=#the-optgroup-element>optgroup</a></code> elements that have a <code title=attr-optgroup-disabled><a href=#attr-optgroup-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>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -63867,8 +63867,8 @@ 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>optgroup</code> elements that do not have a <code
title="attr-optgroup-disabled">disabled</code> attribute</li>

<li><code>option</code> elements that are not <span
title="concept-option-disabled">disabled</span></li>
Expand Down Expand Up @@ -63915,8 +63915,8 @@ 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>optgroup</code> elements that have a <code
title="attr-optgroup-disabled">disabled</code> attribute</li>

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

0 comments on commit 93ca6e9

Please sign in to comment.