[html5] r2374 - [e] (0) Note that radio buttons don't autocheck when none are checked.

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 28 16:22:35 PDT 2008


Author: ianh
Date: 2008-10-28 16:22:34 -0700 (Tue, 28 Oct 2008)
New Revision: 2374

Modified:
   index
   source
Log:
[e] (0) Note that radio buttons don't autocheck when none are checked.

Modified: index
===================================================================
--- index	2008-10-28 20:52:50 UTC (rev 2373)
+++ index	2008-10-28 23:22:34 UTC (rev 2374)
@@ -25363,6 +25363,12 @@
   false, then the element is <a href=#suffering-from-being-missing>suffering from being
   missing</a>.</p>
 
+  <p class=note>If none of the radio buttons in a <a href=#radio-button-group>radio button
+  group</a> are checked when they are inserted into the document,
+  then they will all be initially unchecked in the interface, until
+  such time as one of them is checked (either by the user or by
+  script).</p>
+
   <div class=bookkeeping>
 
    <p>The following common <code><a href=#the-input-element>input</a></code> element content

Modified: source
===================================================================
--- source	2008-10-28 20:52:50 UTC (rev 2373)
+++ source	2008-10-28 23:22:34 UTC (rev 2374)
@@ -28267,6 +28267,12 @@
   false, then the element is <span>suffering from being
   missing</span>.</p>
 
+  <p class="note">If none of the radio buttons in a <span>radio button
+  group</span> are checked when they are inserted into the document,
+  then they will all be initially unchecked in the interface, until
+  such time as one of them is checked (either by the user or by
+  script).</p>
+
   <div class="bookkeeping">
 
    <p>The following common <code>input</code> element content




More information about the Commit-Watchers mailing list