[html5] r5229 - [giow] (2) <option> and <input type=checkbox/radio> can match :default
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 2 17:46:16 PDT 2010
Author: ianh
Date: 2010-08-02 17:46:14 -0700 (Mon, 02 Aug 2010)
New Revision: 5229
Modified:
complete.html
index
source
Log:
[giow] (2) <option> and <input type=checkbox/radio> can match :default
Modified: complete.html
===================================================================
--- complete.html 2010-08-03 00:34:04 UTC (rev 5228)
+++ complete.html 2010-08-03 00:46:14 UTC (rev 5229)
@@ -52178,6 +52178,12 @@
<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>
Modified: index
===================================================================
--- index 2010-08-03 00:34:04 UTC (rev 5228)
+++ index 2010-08-03 00:46:14 UTC (rev 5229)
@@ -52105,6 +52105,12 @@
<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>
Modified: source
===================================================================
--- source 2010-08-03 00:34:04 UTC (rev 5228)
+++ source 2010-08-03 00:46:14 UTC (rev 5229)
@@ -58376,6 +58376,14 @@
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>
More information about the Commit-Watchers
mailing list