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' findings from SortSite #1366

Open
mreese84 opened this issue Apr 15, 2021 · 0 comments
Labels

Comments

@mreese84
Copy link
Contributor

Please review Contribution.md before contributing to this project.

Description

Findings using SortSite. SortSite was run locally with Tophat removed and robots.txt allowing PowerMapper.

SortSite can be downloaded/accessed here: https://inside.nasa.gov/webservices/support/section-508-testing-sortsite

All of these findings appear repetitive and are pointing to the same code (shapefile dropzone).

Page URL Description Notes Guideline Line Count
/preferences http://localhost:8080/preferences This form control has no programmatically determined name. A programmatically determined name allows screen readers to tell the user what the control does. To add a name do one of the following: Use a LABEL element with the FOR attribute set to the ID of the form control Wrap a LABEL element around the form control Add a TITLE attribute Add an ARIA-LABELLEDBY attribute (not supported in all screen readers) Add an ARIA-LABEL attribute (not supported in all screen readers) Section 508 1194.22 356 1
/contact_info http://localhost:8080/contact_info This form control has no programmatically determined name. A programmatically determined name allows screen readers to tell the user what the control does. To add a name do one of the following: Use a LABEL element with the FOR attribute set to the ID of the form control Wrap a LABEL element around the form control Add a TITLE attribute Add an ARIA-LABELLEDBY attribute (not supported in all screen readers) Add an ARIA-LABEL attribute (not supported in all screen readers) Section 508 1194.22 342 1
/downloads (list) http://localhost:8080/downloads This form control has no programmatically determined name. A programmatically determined name allows screen readers to tell the user what the control does. To add a name do one of the following: Use a LABEL element with the FOR attribute set to the ID of the form control Wrap a LABEL element around the form control Add a TITLE attribute Add an ARIA-LABELLEDBY attribute (not supported in all screen readers) Add an ARIA-LABEL attribute (not supported in all screen readers) Section 508 1194.22 342 1
/projects (savedprojects) http://localhost:8080/projects This form control has no programmatically determined name. A programmatically determined name allows screen readers to tell the user what the control does. To add a name do one of the following: Use a LABEL element with the FOR attribute set to the ID of the form control Wrap a LABEL element around the form control Add a TITLE attribute Add an ARIA-LABELLEDBY attribute (not supported in all screen readers) Add an ARIA-LABEL attribute (not supported in all screen readers) Section 508 1194.22 342 1
/subscriptions http://localhost:8080/subscriptions This form control has no programmatically determined name. A programmatically determined name allows screen readers to tell the user what the control does. To add a name do one of the following: Use a LABEL element with the FOR attribute set to the ID of the form control Wrap a LABEL element around the form control Add a TITLE attribute Add an ARIA-LABELLEDBY attribute (not supported in all screen readers) Add an ARIA-LABEL attribute (not supported in all screen readers) Section 508 1194.22 342 1
error http://localhost:8080/searchwrthwryj This form control has no programmatically determined name. A programmatically determined name allows screen readers to tell the user what the control does. To add a name do one of the following: Use a LABEL element with the FOR attribute set to the ID of the form control Wrap a LABEL element around the form control Add a TITLE attribute Add an ARIA-LABELLEDBY attribute (not supported in all screen readers) Add an ARIA-LABEL attribute (not supported in all screen readers) Section 508 1194.22 342 1

Files

image-2021-02-04-12-07-40-564

Acceptance Criteria

Fix 'form control has no name' for all findings from SortSite to be 508 compliant.

@mreese84 mreese84 added the 508 label Apr 15, 2021
@mreese84 mreese84 changed the title Fix 508 compliance 'form control has no name' findings from SortSite EDSC-3073 - Fix 508 compliance 'form control has no name' findings from SortSite Apr 15, 2021
@mreese84 mreese84 changed the title EDSC-3073 - Fix 508 compliance 'form control has no name' findings from SortSite EDSC-3073: Fix 508 compliance 'form control has no name' findings from SortSite Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant