html5/spec Overview.html,1.1545,1.1546

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29029

Modified Files:
	Overview.html 
Log Message:
Note that radio buttons don't autocheck when none are checked. (whatwg r2374)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1545
retrieving revision 1.1546
diff -u -d -r1.1545 -r1.1546
--- Overview.html	28 Oct 2008 20:52:55 -0000	1.1545
+++ Overview.html	28 Oct 2008 23:22:39 -0000	1.1546
@@ -20608,7 +20608,11 @@
   <code><a href=#the-input-element>input</a></code> elements in the <i><a href=#radio-button-group>radio button group</a></i> have a
   <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> that is
   false, then the element is <a href=#suffering-from-being-missing>suffering from being
-  missing</a>.<div class=bookkeeping>
+  missing</a>.<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).<div class=bookkeeping>
 
    <p>The following common <code><a href=#the-input-element>input</a></code> element content
    attributes and DOM attributes apply to the element:

Received on Tuesday, 28 October 2008 23:22:52 UTC