forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix some a11y issues with buttons on files page
some aria properties were camel-cased instead of hyphenated React will pass through data-* and aria-* attributes. It doesn't do the camel-case conversion that it does for other html attributes fixes CNVS-31800 and other similar bugs on the page test plan: - make sure the cancel button when renaming a file reads properly with a "cancel" label - make sure the text input when renaming a file reads properly - make sure the screenreader-only checkbox for selecting a file reads properly - make sure the upload button reads properly - make sure the view button in the toolbar when an file/folder is selected has an aria-disabled attribute that matches the disabled state of the button. Change-Id: I9115700800578d7ed297896239a61cc9764e196a Reviewed-on: https://gerrit.instructure.com/90120 Tested-by: Jenkins Reviewed-by: Felix Milea-Ciobanu <[email protected]> QA-Review: Jahnavi Yetukuri <[email protected]> Product-Review: Jon Willesen <[email protected]>
- Loading branch information
Jon Willesen
authored and
Jon Willesen
committed
Sep 15, 2016
1 parent
b907f6e
commit ea847e0
Showing
3 changed files
with
4 additions
and
7 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
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
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