hixie: Change have radio button groups are defined to more closely match contemporary browsers. (whatwg r6109)

hixie: Change have radio button groups are defined to more closely match
contemporary browsers. (whatwg r6109)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4910&r2=1.4911&f=h
http://html5.org/tools/web-apps-tracker?from=6108&to=6109

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4910
retrieving revision 1.4911
diff -u -d -r1.4910 -r1.4911
--- Overview.html 6 May 2011 21:35:48 -0000 1.4910
+++ Overview.html 6 May 2011 21:50:49 -0000 1.4911
@@ -34230,9 +34230,10 @@
    owner</a>.</li>
 
    <li>They both have a <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code>
-   attribute, and the value of <var title="">a</var>'s <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> attribute is a
-   <a href="#compatibility-caseless">compatibility caseless</a> match for the value of <var title="">b</var>'s <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code>
-   attribute.</li>
+   attribute, their code title="attr-fe-name"&gt;name attributes
+   are not empty, and the value of <var title="">a</var>'s <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> attribute is a <a href="#compatibility-caseless">compatibility
+   caseless</a> match for the value of <var title="">b</var>'s
+   <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> attribute.</li>
 
   </ul><p>A document must not contain an <code><a href="#the-input-element">input</a></code> element whose
   <i><a href="#radio-button-group">radio button group</a></i> contains only that element.<div class="impl">

Received on Friday, 6 May 2011 21:53:54 UTC