[whatwg] Radio controls shared with multiple forms

Anne van Kesteren annevk at opera.com
Tue Dec 19 08:18:48 PST 2006


The draft should probably be more explicit about:

   <input type="radio" name="A" form="form1">
   <input type="radio" name="A" form="form1 form2" checked>
   <input type="radio" name="A" form="form2">

Assuming "form1" and "form2" both exist selecting the first control will  
unset the controls associated with "form2" in Opera's current  
implementation.

Our preferred solution is that in case of radio controls only the first  
entry in the form="" attribute counts. If that happens we'll update our  
implementation in due course.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>



More information about the whatwg mailing list