Re: Radio and checkbox texts

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 UTC