FLUID-5682: Hide/show frame requires ARIA to explain behaviour to AT

Metadata

Source
FLUID-5682
Type
Improvement
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
Kaye Mao
Reporter
Kaye Mao
Created
2015-06-09T14:06:34.810-0400
Updated
2016-07-08T08:46:30.537-0400
Versions
  1. 1.4
  2. 1.5
Fixed Versions
  1. 2.0
Component
  1. Prefs Framework
  2. Sliding Panel
  3. UI Options

Description

Suggestions for fixes as part of the WCAG 2.0 accessibility audit of the UI options tools

  • Explain the behaviour of the hide/show frame by using the aria-expanded attribute on the toggle button.
  • inform the user on the state of the frame, and provide feedback when the hide/show button is used.
  • An aria-controls attribute that is the value of the frame’s id will let the user know that the toggle button is associated with the frame.

Comments