Skip to content

Commit

Permalink
[giow] (2) <option> and <input type=checkbox/radio> can match :default
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5229 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 3, 2010
1 parent 71e6c84 commit 93b3d42
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions complete.html
Expand Up @@ -52178,6 +52178,12 @@ <h4 id=pseudo-classes><span class=secno>4.14.2 </span>Pseudo-classes</h4>

<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 is in the <a href=#submit-button-state title=attr-input-type-submit>Submit Button</a> or <a href=#image-button-state title=attr-input-type-image>Image Button</a> state, and that
are their form's <a href=#default-button>default button</a></li>

<li><code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> attribute applies and
that have a <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>
attribute</li>

<li><code><a href=#the-option-element>option</a></code> elements that have a <code title=attr-option-selected><a href=#attr-option-selected>selected</a></code> attribute</li>
<!--
<li><code>command</code> elements that have a <code
title="attr-command-default">default</code> attribute</li>
Expand Down
6 changes: 6 additions & 0 deletions index
Expand Up @@ -52105,6 +52105,12 @@ contradict people?

<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 is in the <a href=#submit-button-state title=attr-input-type-submit>Submit Button</a> or <a href=#image-button-state title=attr-input-type-image>Image Button</a> state, and that
are their form's <a href=#default-button>default button</a></li>

<li><code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> attribute applies and
that have a <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>
attribute</li>

<li><code><a href=#the-option-element>option</a></code> elements that have a <code title=attr-option-selected><a href=#attr-option-selected>selected</a></code> attribute</li>
<!--
<li><code>command</code> elements that have a <code
title="attr-command-default">default</code> attribute</li>
Expand Down
8 changes: 8 additions & 0 deletions source
Expand Up @@ -58376,6 +58376,14 @@ contradict people?
title="attr-input-type-submit">Submit Button</span> or <span
title="attr-input-type-image">Image Button</span> state, and that
are their form's <span>default button</span></li>

<li><code>input</code> elements to which the <code
title="attr-input-checked">checked</code> attribute applies and
that have a <code title="attr-input-checked">checked</code>
attribute</li>

<li><code>option</code> elements that have a <code
title="attr-option-selected">selected</code> attribute</li>
<!--
<li><code>command</code> elements that have a <code
title="attr-command-default">default</code> attribute</li>
Expand Down

0 comments on commit 93b3d42

Please sign in to comment.