[
https://issues.apache.org/jira/browse/QUARKS-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15322999#comment-15322999
]
ASF GitHub Bot commented on QUARKS-198:
---------------------------------------
GitHub user queeniema opened a pull request:
https://github.com/apache/incubator-quarks/pull/132
[WIP] [QUARKS-198] Accessibility enhancements for Javadoc
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/queeniema/incubator-quarks QUARKS-198
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-quarks/pull/132.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #132
----
commit 7a50f7f7122aa643d86b77f2f0c355770dfad76b
Author: Queenie Ma <[email protected]>
Date: 2016-06-09T18:02:11Z
[QUARKS-198] Accessibility enhancements for Javadoc
----
> Accessibility enhancements to Javadoc
> -------------------------------------
>
> Key: QUARKS-198
> URL: https://issues.apache.org/jira/browse/QUARKS-198
> Project: Quarks
> Issue Type: Improvement
> Components: Documentation
> Reporter: Queenie Ma
> Assignee: Queenie Ma
>
> There are some accessibility issues that need to be addressed, most of which
> will help Quarks integrate more nicely with screen readers. For example,
> * Complex data tables must have a summary or an aria-describedby which
> references a summary.
> * For a complex data table, th and td elements must be related via scope or
> headers.
> * For a data table (i.e., the table tag does not contain a WAI-ARIA
> 'presentation' role), identify headers for the table rows and columns.
> * Html element must have lang and/or xml:lang attribute.
> * There must be a non-empty title element in the head of the document.
> * Provide a text alternative for ASCII art.
> These changes will be based on the [WAI-ARIA
> standard|https://www.w3.org/WAI/intro/aria].
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)