On 23 Apr 2008, at 09:22, Anas R. wrote: > Don't you think that > <input type="radio">option1</input> > could be better than: > <input type="radio" />option1 No, I don't. it is inconsistent with HTML 4, inconsistent with what current browsers support, inconsistent with how other inputs work, and less flexible than <input type="radio" id="foo"><label for="foo">option1</ label>. -- David Dorward http://dorward.me.uk/ http://blog.dorward.me.uk/Received on Wednesday, 23 April 2008 09:04:19 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 6 April 2009 12:59:36 GMT