Metadata
- Source
- FLUID-6357
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Alan Harnum
- Created
2018-12-03T13:50:42.931-0500 - Updated
2018-12-04T16:35:35.264-0500 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- UI Options
Description
Per a conversation with @liskovoi, the aria-expanded attribute should go on the toggle buttons, not the iframe div - see links to examples in comments.
Comments
-
Alan Harnum commented
2018-12-03T13:52:08.364-0500 "When authors use collapsible content, for example, to hide navigation menus or lists of content, the triggering link or button should indicate to screen reader users whether the collapsable content below is in the expanded or in the collapsed state. The
aria-expanded
attribute is used for this purpose." - https://www.w3.org/WAI/GL/wiki/Using_aria-expanded_to_indicate_the_state_of_a_collapsible_elementSome examples from Bootstrap at http://v4-alpha.getbootstrap.com/components/collapse/
-
Cindy Li commented
2018-12-04T16:35:31.925-0500 The pull request has been merged into the project repo at this commit.