forked from Pikaday/Pikaday
-
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.
First pass at making Pikaday accessibile (Pikaday#522)
* Added basic aria support * Added keyboard support * Removed redundant code * Extracted logic to function * Extracted logic to function * Removed redundant code after extracting the logic * Fixed function calling * Fixed deprecated methods of moment * Merged upstream changes * Update README.md * No need for `aria-hidden` This attribute isn't needed since when the picker is hidden it has `display: none`. Screen readers will ignore anything with `display: none` css on it. * Improve pikaday accessibility
- Loading branch information
Showing
3 changed files
with
83 additions
and
22 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