[Formsess-devel] XHTML compability
Status: Beta
Brought to you by:
mrkatana
From: David <da...@df...> - 2004-05-13 13:00:49
|
Hello, the output of formsess isn't fully XHTML compatible yet. There is no name attribute for the form tag. Therefore I suggest to use id as the identifier of a form and fallback to the name attribute when id is not found. There is no language attribute for the script tag. I think it can simply be removed. Another problem is that even hidden input tags must only occur inside of block elements. The automatically added field fsSubmitCheck which is placed right after the form tag must not be there actually. I don't have an idea how to solve that however. (Suggestions are welcome!) What do you think about that? - david |