Re: Is Safari right or wrong? Should "display: none" prevent form elements from being submitted?

On Thursday 23 June 2005 08:11, Brian Sexton wrote:
> Should dynamically setting "display: none" for a form input element prevent
> that element from being submitted--that is, treated as though it does not
> exist at all--or should it merely be removed from the rendering of a
> document?  

I don't know about forms, but normally display: none elements should be 
treated as they do not exists at all. To only remove them from rendering you 
should use display: hidden.

`Allan

Received on Thursday, 23 June 2005 08:25:16 UTC