[
https://issues.apache.org/jira/browse/QUARKS-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15357746#comment-15357746
]
ASF GitHub Bot commented on QUARKS-198:
---------------------------------------
Github user queeniema closed the pull request at:
https://github.com/apache/incubator-quarks/pull/132
> 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)