usnationalarchives / nara-ugfa

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

IDs of active elements must be unique #192

Closed lfrancis closed 3 years ago

lfrancis commented 3 years ago

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

IDs of active elements must be unique

Impact: serious

Issue tags category: parsing wcag2a wcag411

Issue description Ensures every id attribute value of active elements is unique

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

To solve this violation, you need to... Fix the following: Document has active elements with the same id attribute: complete_or_wip

danielboggs commented 3 years ago

@lfrancis This has been updated.

lfrancis commented 3 years ago

Confirmed addressed