FLUID-5746: Topics button should have aria-expanded attribute

Metadata

Source
FLUID-5746
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Jonathan Hung
Created
2015-08-18T15:13:44.939-0400
Updated
2015-09-25T08:07:38.307-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Tech. Documentation

Description

The Show/Hide link has role="button". Since it controls the visibility of the sidebar, it should have aria-expanded="true"/"false" property when hidden or showing.

See this example:
http://oaa-accessibility.org/example/20/

Comments

  • Jonathan Hung commented 2015-09-15T15:28:48.689-0400

    When the sidebar is in an expanded state, the text should read: "Hide Topics".
    When the sidebar is collapsed, the text should read: "Show Topics".