-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add attributes for most AccessKit properties (#882)
* feat: add attributes for most AccessKit properties * fix: update components * fix: tests * fix `NodeBuilder` unwrap assumption * fix: Proper support for keyboard navigation for Radio (#880) * fix: Proper incremental redraws for elements with outer or center borders * chore: torin changes * feat: Proper support for keyboard navigation with Radio * fix: Update tests * chore: Update tests * feat: Only focus focusable nodes * chore: Update tests * chore: Update tests * feat: add attributes for most AccessKit properties * fix: update components * fix: tests * revert components changes * fix accessibility nodes not being added to tree * feat: use inner text for `paragraph`/`label` names if none is provided * fix accessibility tests * fmt, lint * reduce out-of-scope changes * fmt * refactor: make `a11y_role` attribute kebab case * lint * fmt again * fix bad accessibility state merge * use `Role::parse` rather than `serde_json` * fix bad role in test * fix role parsing test * update or remove redundant roles from components --------- Co-authored-by: Marc Espin <[email protected]>
- Loading branch information
Showing
13 changed files
with
1,265 additions
and
103 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
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
Oops, something went wrong.