Kilotest: Diagnoses of input not named
violation by HTML element 193 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 193
- Tag name:
INPUT - Text: [not applicable]
- Start tag:
<input id="dc-nav-search-input-mobile" type="text" class="search-input" placeholder="Search" value="" name="q"> - XPath:
/html/body/div[3]/div[2]/nav[1]/div[1]/input[1] - Bounding box: x = 0, y = 0, width = 0, height = 0
About the input not named
issue
- Why it matters: User cannot get help on what information to enter in a form item
- Priority: highest
- Related WCAG standard: 4.1.2
Diagnoses
Here is how tools diagnose the input not named
issue for HTML element 193 of the Open Secrets page.
- This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputText.Name