[
https://issues.apache.org/jira/browse/GERONIMO-4745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731255#action_12731255
]
Rex Wang commented on GERONIMO-4745:
------------------------------------
After taking a look at the results, they can be divided into 3 groups, which
are:
1. WCAG 2.0: Success Criterion 4.1.1: Include a document type declaration at
the beginning of a document that refers to a published DTD. [Doctype4]
Just add <!doctype html public "-//w3c//dtd html 4.0 transitional//en"
"http://www.w3.org/TR/REC-html40/strict.dtd"> is well.
2. WCAG 2.0: Success Criterion 3.1.1: The value of the LANG attribute must be
set to one of the ISO 639 language codes. [LanguageISO639_2 - v 1.1]
that means <html lang="en"> or <html lang="zh">
but I don't think that will take any actual effects, coz we are using the
properties file to show the localized word on page.
3. WCAG 2.0: Technique 1.2: <TITLE> tag must be present. [MissingTitle3]
that always because the JSPs are fragments of the portlets, and I don't think
we should add the <title> to them.
-Rex
> Accessibility issue: WebKing scan errors against "Check Web
> Accessibility(WCAG 2.0)" rules
> ------------------------------------------------------------------------------------------
>
> Key: GERONIMO-4745
> URL: https://issues.apache.org/jira/browse/GERONIMO-4745
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Affects Versions: 2.2
> Environment: Windows XP SP2, IE 6.0
> WebKing 6.0
> Reporter: Shiny Cheng
> Fix For: 2.2
>
> Attachments: scan results-WCAG 2.0.csv
>
>
> There exist some violation against accessibility rules of WCAG 2.0. Please
> see the attachment for details. Thanks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.