The Search input field included on the Search page is missing an autocomplete attribute
page: https://dlg.usg.edu/search; https://dlg.usg.edu/collections
link to row on spreadsheet
recommendation: Autocomplete attributes tell screen readers when an input allows autocomplete and which autocomplete value is expected for the form. Autocomplete attributes should be included for fields requesting information from someone even when the form itself does not allow autocomplete, so the inputs are properly identified by assistive technology. Though when not a security concern autocomplete is helpful for anyone who has difficulty completing forms. Refer to this W3C understanding article for more information about input purpose: "Identify Input Purpose (Level AA)" - https://www.w3.org/WAI/WCAG21/Understanding/identify-input-purpose.html Recommend including autocomplete for the fields included in this form and on other inputs throughout the site. Suggest: <input name="q" type="text" id="q" class="form-control" placeholder="for..." aria-label="Input to for..." autocomplete="on">