Re: Radio and checkbox texts

Anas R. wrote:
> Hi all,
> 
> Don't you think that 
> 	<input type="radio">option1</input>
> could be better than:
> 	<input type="radio" />option1
> 
> Best regards, 
>   
> - Anas R.
>   http://www.richstyle.org
> 
> 

It is better to ask HTML group to support

   <button type="radio">option1</button>
   <button type="checkbox">option1</button>

-- 
Andrew Fedoniouk.

http://terrainformatica.com

Received on Monday, 21 April 2008 03:19:16 UTC