<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>17832</bug_id>
          
          <creation_ts>2012-07-18 06:58:19 +0000</creation_ts>
          <short_desc>&apos;radio button group&apos; rule issue</short_desc>
          <delta_ts>2012-09-26 22:33:45 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WHATWG</product>
          <component>HTML</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Unsorted</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>adamk</cc>
    
    <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>tkent</cc>
          
          <qa_contact>contributor</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>70134</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2012-07-18 06:58:19 +0000</bug_when>
    <thetext>This was was cloned from bug 16400 as part of operation convergence.
Originally filed: 2012-03-16 07:30:00 +0000
Original reporter: Kent Tamura &lt;tkent@chromium.org&gt;

================================================================================
 #0   Kent Tamura                                     2012-03-16 07:30:34 +0000 
--------------------------------------------------------------------------------
http://dev.w3.org/html5/spec/Overview.html#radio-button-group

If we follow the rules of &apos;radio button group&apos;, an orphan radio button and non-orphan radio button are in a same group.  It makes some problems.  For example,

&lt;body&gt;
&lt;input type=radio name=group1 id=r1 checked&gt;
&lt;script&gt;
var clone = document.getElementById(&apos;r1&apos;).cloneNode();
&lt;/script&gt;
&lt;/body&gt;

The r1 button is unchecked because the &apos;clone&apos; is added to the same group.

Proposal:
Update the following sentence:

 * Either a and b have the same form owner, or they both have no form owner.

==&gt;

 * Either a and b have the same form owner, or they both are in a Document subtree and have no form owner.
================================================================================
 #1   Simon Pieters                                   2012-03-16 13:27:24 +0000 
--------------------------------------------------------------------------------
or maybe:

 * Either a and b have the same form owner, or they both are in the same Document subtree and have no form owner.
================================================================================</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74595</commentid>
    <comment_count>1</comment_count>
    <who name="">contributor</who>
    <bug_when>2012-09-26 22:33:45 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r7412.
Check-in comment: radio buttons in different DOM trees can&apos;t possibly be related to each other
http://html5.org/tools/web-apps-tracker?from=7411&amp;to=7412</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>