Skip to content
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-3073: Fix 508 compliance 'form control has no name' #1395

Closed
wants to merge 12 commits into from

Conversation

Chauncy-S
Copy link
Contributor

Overview

What is the feature?

Please summarize the feature or fix.

What is the Solution?

Summarize what you changed.

  • In order to solve this problem:
    • I added a label for the preferences Form element within PreferencesFrom.js
    • I added a Legend element to the fieldset element within ContactInfo.js
    • I added a label for the subscriptions list, download history, and saved projects Table element within SubscriptionsList.js, DownloadHistory.js, and SavedProjects.js

What areas of the application does this impact?

List impacted areas.

  • earthdata-search/static/src/js/components/Preferences/
  • earthdata-search/static/src/js/components/ContactInfo
  • earthdata-search/static/src/js/components/DownloadHistory
  • earthdata-search/static/src/js/components/SavedProjects
  • earthdata-search/static/src/js/components/SubscriptionsList

Testing

Reproduction steps

  • Environment for testing:
  • Collection to test with:
  1. Step 1
  2. Step 2...

Attachments

Please include relevant screenshots or files that would be helpful in reviewing and verifying this change.

Checklist

  • [ n/a] I have added automated tests that prove my fix is effective or that my feature works
  • [Y] New and existing unit tests pass locally with my changes
  • [Y] I have performed a self-review of my own code
  • [Y] I have commented my code, particularly in hard-to-understand areas
  • [ n/a] I have made corresponding changes to the documentation
  • [N ] My changes generate no new warnings

@Chauncy-S Chauncy-S closed this May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant