The Match type select element included on the Search page does not have an accessible name
page: https://dlg.usg.edu/search; https://dlg.usg.edu/collections; https://dlg.usg.edu/participate/nominate
link to row in spreadsheet
recommendation: A label is important for everyone to understand the purpose of a form field. Labels should describe the purpose of the input and give the person completing the form some idea of what the enter in the field. Refer to this W3C technique article for more information about input labels, "Using label elements to associate text labels with form controls" - https://www.w3.org/WAI/WCAG22/Techniques/html/H44 Recommend using a label for this element rather than embedding the element in a heading. Suggest: < label class="query-criteria-heading mb-3" for="op"> Find items that match: <select name="op" id="op" class="input-small"> <option value="AND">all</option> <option value="OR">any</option> </select> </label>