The Network Server Servlet needs to use html lang= for web content 
accessibility guidelines 2.0
-----------------------------------------------------------------------------------------------

                 Key: DERBY-2159
                 URL: http://issues.apache.org/jira/browse/DERBY-2159
             Project: Derby
          Issue Type: Bug
          Components: Miscellaneous
    Affects Versions: 10.2.3.0, 10.3.0.0
            Reporter: Myrna van Lunteren


I believe that currently, the network server fails to implement point 3.1.1 of 
WCAG2.0 accessibility guidelines.
See: 
http://www.w3.org/TR/WCAG20/
and more specifically:
http://www.w3.org/TR/UNDERSTANDING-WCAG20/Overview.html#meaning-doc-lang-id

Practically, I think this can be achieved by modifying the method printBanner 
and adding the locale to the existing
                out.println( "<html>" );                



-- 
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

        

Reply via email to