-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address all pa11y violations in cypress testing. #834
Merged
Merged
Changes from 19 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
570f49a
Add `ignore` option to ignore `definition-list` and `dlitem`
JasonLin0991 ca53e14
Adjust threshold to 7.
JasonLin0991 ee95963
Add `aria-allowed-attr` and `color-contrast` to pa11y ignore array.
JasonLin0991 07cce7b
Remove newline.
JasonLin0991 06a6791
Hide step indicator element.
JasonLin0991 0d977df
Remove pa11y threshold options and `aria-allowed-attr` from ignore li…
JasonLin0991 3e42502
Remove pa11y threshold option.
JasonLin0991 c197eed
Hide elements with false positive violations and remove threshold opt…
JasonLin0991 8e933c2
Ignore `aria-allowed-attr` instead of hiding element with #documents-…
JasonLin0991 2554f4d
Add "radiogroup" role to <Fieldset> components containing <FieldRadio…
JasonLin0991 7c7b027
Add "radiogroup" role to <Fieldset> components containing <FieldRadio…
JasonLin0991 97d240c
Hide StepIndicator from pa11y test.
JasonLin0991 6e103b3
Remove blank line.
JasonLin0991 e4315ca
Add isComplete status and set statusValue when upload complete.
JasonLin0991 859c2b0
Set <div>, containing `hint` prop, role as note.
JasonLin0991 b15d941
Modify pa11y test options to address violations.
JasonLin0991 c1123ef
Add group role to <span> containing hint to fix pa11y violation.
JasonLin0991 9dd8cbc
Remove pa11y threshold option.
JasonLin0991 d6a536a
Update snapshot for upload complete status.
JasonLin0991 71ed3f5
Apply `note` role to `<div>` containing hint.
JasonLin0991 884a436
Replace `group` role with `note` in `<div>` containing hint.
JasonLin0991 6c18dc2
Merge branch 'main' into jl-ignore-pa11y-violations
JasonLin0991 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the spirit of unifying our re-useable form components could you please add the
role=note
to the other XXField components as well please. We have the exact same time of hint handling for FieldDropdown FieldTextInput looks like.