- From: poot <cvsmail@w3.org>
- Date: Wed, 29 Oct 2008 08:25:30 +0900 (JST)
- To: public-html-diffs@w3.org
Note that radio buttons don't autocheck when none are checked. (whatwg r2374) radio button group http://people.w3.org/mike/diffs/html5/spec/Overview.1.1546.html#radio-button-group http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1545&r2=1.1546&f=h http://html5.org/tools/web-apps-tracker?from=2373&to=2374 =================================================================== 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:26:12 UTC