Hi there,
Whether is 508 or not comes down to how you notify the user of what is happening and this goes even beyond section 508. Greying out the button in itself is not that much of a problem and is probably a good idea.
However, you need to provide the user with some feedback indicating that their request is being processed. For visual users a simple animated graphic will probably do the trick but as well as visually impaired or blind users, you may have to fall back to the javascript alert.
Once the user clicks submit or hit enter, have an alert that clearly states that processing has started. From there on out it becomes a development decision of how long you will give this process to complete before timing out.
And if something goes wrong, you need to use an alert again to notify the user and the move focus to the element that describes what the error was.
HTH,
Schalk Neethling
Quote:
Originally Posted by garvagh
We want to grey out the submit button once the form is submitted in our web application. Does anybody know if this is 508 compliant?
Thanks.
|