usnationalarchives / nara-ugfa

NARA User Generated Finding Aids Prototype
1 stars 0 forks source link

Form elements must have labels #191

Closed lfrancis closed 4 years ago

lfrancis commented 4 years ago

https://nara-ugfa.herokuapp.com/guides/39/edit

Form elements must have labels

Impact: critical

Issue tags category: forms wcag2a wcag412 wcag131 section508 section508.22.n

Issue description Ensures every form element has a label

More info Element location div:nth-child(6) > .sc-pbYBj.bXFeHV > select Element source <select id="complete_or_wip" class="sc-pkUbs QEIiq"><option value="wip" selected="">In Progress</option><option value="complete">Complete</option></select>

To solve this violation, you need to... Fix at least one (1) of these issues: aria-label attribute does not exist or is empty

aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty

Form element does not have an implicit (wrapped)

Form element does not have an explicit

Element has no title attribute or the title attribute is empty

Element's default semantics were not overridden with role="none"

Element's default semantics were not overridden with role="presentation"

danielboggs commented 4 years ago

@lfrancis this has been updated

lfrancis commented 4 years ago

Confirmed addressed