east wrote:

There is an issue with session generation through a web form and validation. Automatically creating a session that is to be passed through a POST creates a hidden input field directly after the first form tag. Since in XHTML, a <form> requires that a block level element (like fieldset) enclose it's content, the auto session id creation violates this, and your page won't validate.
Here's how to fix it: http://martin.f2o.org/php/session

But that's still under the control of the programmer. It is the programmers responsibility to make sure the settings are correct. It is true with many products that the default setting are geared to the lowest common denominator.
******************************************************
The discussion list for http://webstandardsgroup.org/


Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to