Kilotest: Diagnoses of control not named
violation by HTML element 351 on Open Secrets page
Basics
About the Open Secrets page
- URL: https://www.opensecrets.org/
- Tested 13 days ago by job
79lon 2026-05-19 at 14:37
About HTML element 351
- Tag name:
INPUT - Text: [not applicable]
- Start tag:
<input id="dc-nav-donor-search-input" type="text" class="search-input" placeholder="First and last name" value="" name="name"> - XPath:
/html/body/div[3]/div[3]/div[2]/div[2]/div[4]/div[2]/form[1]/div[1]/input[1] - Bounding box: x = 0, y = 0, width = 0, height = 0
About the control not named
issue
- Why it matters: User cannot get help on how to operate a form item
- Priority: highest
- Related WCAG standard: 1.3.1
Diagnoses
Here is how tools diagnose the control not named
issue for HTML element 351 of the Open Secrets page.
- This form field should be labelled in some way. Use the label element (either with a "for" attribute or wrapped around the form field), or "title", "aria-label" or "aria-labelledby" attributes as appropriate.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
E-WCAG2AAA.Principle1.Guideline1_3.1_3_1.F68