-
Notifications
You must be signed in to change notification settings - Fork 152
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
fix: add corrected text for color contrast tests #3399
fix: add corrected text for color contrast tests #3399
Conversation
<b> | ||
Assessment {'>'} Text legibility {'>'} Contrast | ||
Assessment {'>'} Adaptable content {'>'} Contrast | ||
</b> |
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.
I noticed this was previously in bold, so I left as is, but it seems that most of the bold styling is wrapped in <Markup.Term></Markup.Term>. Should this be changed to <Markup.Term> instead?
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.
Good catch! I agree that it would be an improvement to be consistent about using the semantically-named components; I think reusing Term
would be better than using <b>
here.
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.
The text changes look good to me.
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.
This looks good to me once the <b>
-> <Term>
thing is updated!
Description of changes
Updated the text for the assessment's adaptable content contrast test and fastpass to address issue #3337.
Pull request checklist
yarn fastpass
yarn test
)<rootDir>/test-results/unit/coverage
fix:
,chore:
,feat(feature-name):
,refactor:
). SeeCONTRIBUTING.md
.