Kilotest: Diagnoses of visible label not in name
violation by HTML element 214 on Disability Rights Advocates page
Basics
About the Disability Rights Advocates page
- URL: https://dralegal.org/
- Tested 36 days ago by job
77won 2026-04-26 at 17:41
About HTML element 214
- Tag name:
BUTTON - Text:
d
- Start tag:
<button type="submit" class="search-submit" aria-label="Search"> - XPath:
/html/body/div[1]/header[1]/div[2]/div[3]/div[1]/form[1]/div[1]/button[1] - Bounding box: x = 0, y = 0, width = 0, height = 0
About the visible label not in name
issue
- Why it matters: User cannot get help choosing a form control to operate
- Priority: high
- Related WCAG standard: 2.5.3
Diagnoses
Here is how tools diagnose the visible label not in name
issue for HTML element 214 of the Disability Rights Advocates page.
- Accessible name for this element does not contain the visible label text. Check that for user interface components with labels that include text or images of text, the name contains the text that is presented visually.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
W-WCAG2AAA.Principle2.Guideline2_5.2_5_3.F96