-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accordion Example: Allow any or all sections to expand, clean up styl…
…es, implement APG code guidelines (pull #1830) Updates the accordion example to resolve issues #1819, #616, #304, and #1477. Made the following Behavior changes: * Removed optional arrow key support. * Removed requirement forcing one section to always be expanded. * Removed constraint limiting only one section to be expanded at a time. * Updated tests to reflect behavior changes. * Removed section that talked about focus styling for "enhanced keyboard interaction". * Removed arrow key/home/end rows in example page keyboard table. * Removed aria-disabled row in example page attributes table. Code cleanup: * Updated JS file to a class syntax. * Update classnames to be lowercase. * Fix some border-radius issues in focus styling. * Updated example page wrapper id attributes to match other example pages.
- Loading branch information
Showing
5 changed files
with
242 additions
and
597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.