-
Notifications
You must be signed in to change notification settings - Fork 154
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
feat(wcag-2-2): add "consistent help" test #7060
Conversation
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.
update links to be in line with other requirements
Co-authored-by: Madalyn <[email protected]>
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.
Made suggestions to update em
tags to use Markup.Emphasis
instead.
src/assessments/repetitive-content/test-steps/consistent-help.tsx
Outdated
Show resolved
Hide resolved
src/assessments/repetitive-content/test-steps/consistent-help.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Madalyn <[email protected]>
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.
LGTM
Details
This PR adds "consistent help" from WCAG 2.2 to the "repetitive content" assessment.
Motivation
Part of the WCAG 2.2 feature (accessible to internal engineers on Azure DevOps).
Pull request checklist
yarn fastpass
yarn test
)<rootDir>/test-results/unit/coverage
fix:
,chore:
,feat(feature-name):
,refactor:
). SeeCONTRIBUTING.md
.