-
Notifications
You must be signed in to change notification settings - Fork 843
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added SR-only help text to
EuiPopover
and dependent components. (#6589
) * WIP. Updating EuiPopover for focusable content instructions. * Added SR-only help text to EuiPopover and dependent components. * Added SR help text to EuiPopover, EuiRange, EuiDualRange. * Completed preliminary testing with Safari and Firefox, VO screen reader. * Updated snapshot tests for SR instructions. * Added CHANGELOG entry. * Fixed the EuiSuggest CodeSandbox demo. * Added i18n to EuiRange. Refactored ARIA logic for simpler reasoning. * Simplified the screen reader message for EuiPopover. * Removing unneeded type isTabbable. * Update upcoming_changelogs/6589.md Co-authored-by: Cee Chen <549407+cee-chen@users.noreply.github.com> * Reducing redundant SR-only help text. * Simplified aria-describedby API for EuiSuggest. * Removed extra EuiScreenReaderOnly component. * Refactoring aria-describedby for EuiSuggest. * Renaming EuiSelectable instructions prop. * Update EuiSuggest instructions to optionally prepend to existing. * Added unit test for custom aria-describedby string. * Refactored EuiSelectable unit test to correctly find SR-only instruction text. * Updated screen reader selector with ID. * Update src/components/selectable/selectable.tsx Co-authored-by: Cee Chen <549407+cee-chen@users.noreply.github.com> * Updating unit tests and snapshots for simpler instruction string concatenation. --------- Co-authored-by: Cee Chen <549407+cee-chen@users.noreply.github.com>
- Loading branch information
Showing
13 changed files
with
4,188 additions
and
744 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
Oops, something went wrong.