[html5] r7412 - [giow] (3) radio buttons in different DOM trees can't possibly be related to eac [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 26 15:33:41 PDT 2012


Author: ianh
Date: 2012-09-26 15:33:40 -0700 (Wed, 26 Sep 2012)
New Revision: 7412

Modified:
   complete.html
   index
   source
Log:
[giow] (3) radio buttons in different DOM trees can't possibly be related to each other
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17832
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-09-26 21:58:19 UTC (rev 7411)
+++ complete.html	2012-09-26 22:33:40 UTC (rev 7412)
@@ -50769,6 +50769,9 @@
    same <a href=#form-owner>form owner</a>, or they both have no <a href=#form-owner>form
    owner</a>.</li>
 
+   <li>Both <var title="">a</var> and <var title="">b</var> are in the
+   same <a href=#home-subtree>home subtree</a>.</li>
+
    <li>They both have a <code title=attr-fe-name><a href=#attr-fe-name>name</a></code>
    attribute, their <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> 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

Modified: index
===================================================================
--- index	2012-09-26 21:58:19 UTC (rev 7411)
+++ index	2012-09-26 22:33:40 UTC (rev 7412)
@@ -50769,6 +50769,9 @@
    same <a href=#form-owner>form owner</a>, or they both have no <a href=#form-owner>form
    owner</a>.</li>
 
+   <li>Both <var title="">a</var> and <var title="">b</var> are in the
+   same <a href=#home-subtree>home subtree</a>.</li>
+
    <li>They both have a <code title=attr-fe-name><a href=#attr-fe-name>name</a></code>
    attribute, their <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> 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

Modified: source
===================================================================
--- source	2012-09-26 21:58:19 UTC (rev 7411)
+++ source	2012-09-26 22:33:40 UTC (rev 7412)
@@ -59162,6 +59162,9 @@
    same <span>form owner</span>, or they both have no <span>form
    owner</span>.</li>
 
+   <li>Both <var title="">a</var> and <var title="">b</var> are in the
+   same <span>home subtree</span>.</li>
+
    <li>They both have a <code title="attr-fe-name">name</code>
    attribute, their <code title="attr-fe-name">name</code> attributes
    are not empty, and the value of <var title="">a</var>'s <code




More information about the Commit-Watchers mailing list