From: Katana <ka...@ka...> - 2004-02-28 10:37:50
|
> the name attribute for the form tag is only allowed in XHTML 1.0 transitional. > (for backward compability) > > Starting with XHTML 1.0 strict, the attrbibute is not allowed anymore. > > We should use id instead of name to identify forms. Yes... but I want to support good old HTML too. So what should be done ? Add an attribute to form in order to set the (X)HTML version used ? Make it so that you have to path either name or id, and the one you use is used in the form tag ? Bertrand |