Network Servlet needs adjustment to implement point 3.2.2 of the wcag 2.0 accessibility guidelines
--------------------------------------------------------------------------------------------------
Key: DERBY-2160
URL: http://issues.apache.org/jira/browse/DERBY-2160
Project: Derby
Issue Type: Bug
Components: Miscellaneous
Affects Versions: 10.2.3.0, 10.3.0.0
Reporter: Myrna van Lunteren
Point 3.2.2 of the http://www.w3.org/TR/WCAG20/ web content accessibility guidelines indicates
changing content upon leaving a field, apart from just moving to a next field, is not accessible.
See: http://www.w3.org/TR/UNDERSTANDING-WCAG20/Overview.html#consistent-behavior-unpredictable-change
The network servlet changes context everywhere.
Reading the description of the techniques, I think the easiest will be to add an extra comment
line that indicates that pressing any button will cause the web content to be rebuilt.
Note, that this message would also need to get translated.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|