[html5] r6109 - [giow] (2) Change have radio button groups are defined to more closely match con [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri May 6 14:50:45 PDT 2011


Author: ianh
Date: 2011-05-06 14:50:44 -0700 (Fri, 06 May 2011)
New Revision: 6109

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Change have radio button groups are defined to more closely match contemporary browsers.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12301

Modified: complete.html
===================================================================
--- complete.html	2011-05-06 21:35:43 UTC (rev 6108)
+++ complete.html	2011-05-06 21:50:44 UTC (rev 6109)
@@ -45322,9 +45322,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.</p>

Modified: index
===================================================================
--- index	2011-05-06 21:35:43 UTC (rev 6108)
+++ index	2011-05-06 21:50:44 UTC (rev 6109)
@@ -45350,9 +45350,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.</p>

Modified: source
===================================================================
--- source	2011-05-06 21:35:43 UTC (rev 6108)
+++ source	2011-05-06 21:50:44 UTC (rev 6109)
@@ -50742,11 +50742,11 @@
    owner</span>.</li>
 
    <li>They both have a <code title="attr-fe-name">name</code>
-   attribute, and the value of <var title="">a</var>'s <code
-   title="attr-fe-name">name</code> attribute is a
-   <span>compatibility caseless</span> match for the value of <var
-   title="">b</var>'s <code title="attr-fe-name">name</code>
-   attribute.</li>
+   attribute, their code title="attr-fe-name">name</code> attributes
+   are not empty, and the value of <var title="">a</var>'s <code
+   title="attr-fe-name">name</code> attribute is a <span>compatibility
+   caseless</span> match for the value of <var title="">b</var>'s
+   <code title="attr-fe-name">name</code> attribute.</li>
 
   </ul>
 




More information about the Commit-Watchers mailing list