[html5] r7910 - [giow] (3) Make :indeterminate match <input type=radio> elements when there's no [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 5 13:55:10 PDT 2013


Author: ianh
Date: 2013-06-05 13:55:07 -0700 (Wed, 05 Jun 2013)
New Revision: 7910

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Make :indeterminate match <input type=radio> elements when there's no checked button in the group
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21820
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-06-05 20:50:11 UTC (rev 7909)
+++ complete.html	2013-06-05 20:55:07 UTC (rev 7910)
@@ -60135,8 +60135,6 @@
 
    <dd>
 
-    <!-- does this pseudo-class even exist? -->
-
     <p>The <code title=selector-indeterminate><a href=#selector-indeterminate>:indeterminate</a></code>
     pseudo-class must match any element falling into one of the
     following categories:</p>
@@ -60145,6 +60143,10 @@
      <code title=dom-input-indeterminate><a href=#dom-input-indeterminate>indeterminate</a></code> IDL
      attribute is set to true</li>
 
+     <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="#radio-button-state-(type=radio)" title=attr-input-type-radio>Radio Button</a> state and whose <a href=#radio-button-group>radio button
+     group</a> contains no <code><a href=#the-input-element>input</a></code> elements whose <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> state is true.</li>
+
      <li><code><a href=#the-progress-element>progress</a></code> elements with no <code title=attr-progress-value><a href=#attr-progress-value>value</a></code> content attribute</li>
 
     </ul></dd>

Modified: index
===================================================================
--- index	2013-06-05 20:50:11 UTC (rev 7909)
+++ index	2013-06-05 20:55:07 UTC (rev 7910)
@@ -60135,8 +60135,6 @@
 
    <dd>
 
-    <!-- does this pseudo-class even exist? -->
-
     <p>The <code title=selector-indeterminate><a href=#selector-indeterminate>:indeterminate</a></code>
     pseudo-class must match any element falling into one of the
     following categories:</p>
@@ -60145,6 +60143,10 @@
      <code title=dom-input-indeterminate><a href=#dom-input-indeterminate>indeterminate</a></code> IDL
      attribute is set to true</li>
 
+     <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="#radio-button-state-(type=radio)" title=attr-input-type-radio>Radio Button</a> state and whose <a href=#radio-button-group>radio button
+     group</a> contains no <code><a href=#the-input-element>input</a></code> elements whose <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> state is true.</li>
+
      <li><code><a href=#the-progress-element>progress</a></code> elements with no <code title=attr-progress-value><a href=#attr-progress-value>value</a></code> content attribute</li>
 
     </ul></dd>

Modified: source
===================================================================
--- source	2013-06-05 20:50:11 UTC (rev 7909)
+++ source	2013-06-05 20:55:07 UTC (rev 7910)
@@ -66685,8 +66685,6 @@
 
    <dd>
 
-    <!-- does this pseudo-class even exist? -->
-
     <p>The <code title="selector-indeterminate">:indeterminate</code>
     pseudo-class must match any element falling into one of the
     following categories:</p>
@@ -66699,6 +66697,11 @@
      <code title="dom-input-indeterminate">indeterminate</code> IDL
      attribute is set to true</li>
 
+     <li><code>input</code> elements whose <code title="attr-input-type">type</code> attribute is in
+     the <span title="attr-input-type-radio">Radio Button</span> state and whose <span>radio button
+     group</span> contains no <code>input</code> elements whose <span
+     title="concept-fe-checked">checkedness</span> state is true.</li>
+
      <li><code>progress</code> elements with no <code
      title="attr-progress-value">value</code> content attribute</li>
 




More information about the Commit-Watchers mailing list