forked from pixijs/pixijs
-
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.
- Allow Text to be accessible even if not interactive. (Such as text)…
… by using accessibleText property. Do not add tabIndex for these elements. - Remove the deactivation of accessibility on mouseMove to help users that may also wish to use mouse and keyboard. - Allow accessibility to turned on on demand via setAccessibilityEnabled() function (Necessary to automatically produce accessible comopnents intead of waiting for a tab key press).
- Loading branch information
Showing
2 changed files
with
57 additions
and
8 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