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

UI Accessibility Improvements: Group membership entity table lacks column header for fourth column

    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 definition is read as four columns but the fourth column (containing the Actions dropdowns) has no column header to let the screen reader user know what is in that column.

      Solution:
      Add column heading text to the <th> statement as shown below
      Note that this text can be hidden from the visual user using CSS (See page 7 for the proper way to hide text with CSS)
      <th class="sorted">Entity name</th>
      <th data-hide="phone">Membership</th>
      <th style="width:100px;" class=”hidden”>Choose action</th>

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: