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-3069: Fix 508 compliance 'Missing form label' findings #1363

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

EDSC-3069: Fix 508 compliance 'Missing form label' findings #1363

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

Path Finding Location Element
/search Missing form label Main search bar <input type="text" autocomplete="off" aria-autocomplete="list" aria-controls="react-autowhatever-1" class="search-form__input" name="keywordSearch" data-test-id="keywordSearchInput" placeholder="Search for collections or topics" value="">
/search Missing form label Hidden form at the bottom of the page <input type="file" multiple="multiple" class="dz-hidden-input" accept=".zip,.kml,.kmz,.json,.geojson,.rss,.georss,.xml" style="visibility: hidden; position: absolute; top: 0px; left: 0px; height: 0px; width: 0px;">
/granules Missing form label Granule temporal start time <input type="text" class="form-control form-control-sm" id="granule-filters_temporal-selectiontemporal-form_start-date" placeholder="YYYY-MM-DD HH:mm:ss" autocomplete="off" value="">
/granules Missing form label Granule temporal end time <input type="text" class="form-control form-control-sm" id="granule-filters_temporal-selectiontemporal-form_end-date" placeholder="YYYY-MM-DD HH:mm:ss" autocomplete="off" value="">
/projects Missing form label Email address <input class="form-control input" name="Email Address" placeholder="" value="sarah.d.rogers@nasa.gov">
/projects Missing form label Checkbox for 'Include Metadata and Processing History' <input class="form-check-input checkbox__input" name="Include Metadata and Processing History" type="checkbox">
/projects Missing form label Checkbox for 'Click to enable' under spatial subsetting <input class="form-check-input checkbox__input" name="Click to enable" type="checkbox">
/projects Missing form label Temporal subsetting 'Start Date' box <input class="form-control input" name="Start Date" placeholder="YYYY-MM-DDTHH:MM:SS" type="datetime" value="">
/projects Missing form label Temporal subsetting 'End Date' box <input class="form-control input" name="End Date" placeholder="YYYY-MM-DDTHH:MM:SS" type="datetime" value="">

Files

image-2021-02-04-11-43-44-776
image-2021-02-04-11-43-50-424
image-2021-02-04-11-43-56-625

Acceptance Criteria

Fix 'Missing form label' for all findings to be 508 compliant.

@mreese84 mreese84 added the 508 label Apr 15, 2021
@mreese84 mreese84 changed the title Fix 508 compliance 'Missing form label' findings EDSC-3069: Fix 508 compliance 'Missing form label' findings 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