Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (1) Make :enabled/:disabled match <fieldset>.
git-svn-id: http://svn.whatwg.org/webapps@6038 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 28, 2011
1 parent f0bf030 commit d8d67d8
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 @@ -54503,6 +54503,8 @@ <h4 id=pseudo-classes><span class=secno>4.14.2 </span>Pseudo-classes</h4>
first such element's <a href=#command-facet-disabledstate title=command-facet-disabledstate>Disabled State</a> facet
is false (not disabled)</li>

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

</ul></dd>


Expand Down Expand Up @@ -54534,6 +54536,8 @@ <h4 id=pseudo-classes><span class=secno>4.14.2 </span>Pseudo-classes</h4>
first such element's <a href=#command-facet-disabledstate title=command-facet-disabledstate>Disabled State</a> facet
is true (disabled)</li>

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

</ul></dd>


Expand Down
4 changes: 4 additions & 0 deletions index
Expand Up @@ -54526,6 +54526,8 @@ contradict people?
first such element's <a href=#command-facet-disabledstate title=command-facet-disabledstate>Disabled State</a> facet
is false (not disabled)</li>

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

</ul></dd>


Expand Down Expand Up @@ -54557,6 +54559,8 @@ contradict people?
first such element's <a href=#command-facet-disabledstate title=command-facet-disabledstate>Disabled State</a> facet
is true (disabled)</li>

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

</ul></dd>


Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -61534,6 +61534,9 @@ contradict people?
title="command-facet-disabledstate">Disabled State</span> facet
is false (not disabled)</li>

<li><code>fieldset</code> elements that do not have a <code
title="attr-fieldset-disabled">disabled</code> attribute</li>

</ul>

</dd>
Expand Down Expand Up @@ -61576,6 +61579,9 @@ contradict people?
title="command-facet-disabledstate">Disabled State</span> facet
is true (disabled)</li>

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

</ul>

</dd>
Expand Down

0 comments on commit d8d67d8

Please sign in to comment.