-
Notifications
You must be signed in to change notification settings - Fork 224
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
EDSC-3075: Adds alt text to body markup #1383
Conversation
Getting up to speed with the master
…thdata-search into EDSC-3075-Alt-Text
Codecov Report
@@ Coverage Diff @@
## master #1383 +/- ##
=======================================
Coverage 84.61% 84.61%
=======================================
Files 651 651
Lines 15823 15823
Branches 3782 3782
=======================================
Hits 13388 13388
Misses 2087 2087
Partials 348 348 Continue to review full report at Codecov.
|
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.
Looks good. In the future please adhere to the commit (and PR) format noted in CONTRIBUTING.md. Commits and PRs should begin with the ticket number, followed by a description of what the commit or PR is doing.
EDSC-3075: Adds alt text to body markup
Overview
What is the feature?
Please summarize the feature or fix.
This is to fix the 'element must contain ALT attribute' for all findings from SortSite to be 508 compliant for the issue found here #1368.
What is the Solution?
Summarize what you changed.
Following the Sort Site suggestions fond on https://www.powermapper.com/products/sortsite/rules/acchtmllinktextblank/ I added and aria-label attribute to all of the anchor tags specified in the picture provided.
What areas of the application does this impact?
List impacted areas.
The body.html file located in the repo -> earthdata-search/static/src/partials/body.html
Testing
I do not have access to run the SortSite provided https://inside.nasa.gov/webservices/support/section-508-testing-sortsite to test to ensure the issues is resolved.
Reproduction steps
Attachments
Please include relevant screenshots or files that would be helpful in reviewing and verifying this change.
Checklist