Uploaded image for project: 'Grouper'
  1. Grouper
  2. GRP-1442

UI Accessibility Improvements: The Recent Activity listing (defined as a table to the screen readers) on the Grouper home page has no meaningful labels

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Major
    • 2.4.0, 2.3.0.patch
    • 2.3.0
    • UI
    • Technology Used: NVDA (ver. 2016.1), Firefox (ver. 48.0.2) on Windows 10 PC

    Description

      Problem:
      The Recent Activity listing (defined as a table to the screen readers) on the Grouper home page has no meaningful labels.

      Solutions:
      Create a header row for the table portion of the table. This header row can be hidden using CSS. In addition, CSS could be used to define the table header row has having a height of 1px (or less) to make it non-visible.
      Example code:
      <thead>
      <tr>
      <th>Recent activity</th>
      <th>activity date</th>
      </tr>
      </thead>

      Attachments

        Activity

          People

            vivek.sachdeva@at.internet2.edu Vivek Sachdeva (google.com)
            vivek.sachdeva@at.internet2.edu Vivek Sachdeva (google.com)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: