Error

Error in Section 1.1 Form Examples, the example[1] 

....The checkFormFields() function would return _true_ if there are
form errors, stopping the submission of the form...

should be replaced with 

....The checkFormFields() function would return _false_ if there are
form errors, stopping the submission of the form...

If checkFormFields() function returns true, the form would be submitted

[1] http://www.w3.org/TR/2005/WD-WCAG20-SCRIPT-TECHS-20050630/Overview.html#form-uris

Received on Sunday, 10 July 2005 10:06:03 UTC