[whatwg] Radio controls shared with multiple forms

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/>

Received on Tuesday, 19 December 2006 08:18:48 UTC