- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 May 2011 21:50:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12618
Modified Files:
Overview.html
Log Message:
Change have radio button groups are defined to more closely match contemporary browsers. (whatwg r6109)
Index: Overview.html
===================================================================
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">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:50:54 UTC