-
-
Notifications
You must be signed in to change notification settings - Fork 640
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feature] Improve implicit roles for
input
elements
Adopt the latest ARIA standards (1.2) for input elements' implicit roles. - Add support for input type="number" with implicit role "spinbutton" - Add better support for `input` types including checks for when list attribute is used - Correctly set role of search input type to searchbox (or combobox for list) - Ensure that input types with no corresponding role are correctly catered for & tested See https://www.w3.org/TR/html-aria/#el-input-text-list See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#technical_summary Fixes #686
- Loading branch information
Showing
4 changed files
with
164 additions
and
12 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
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