Kilotest: Diagnoses of input not named
violation by HTML element 297 on Run! page
Basics
About the Run! page
- URL: https://www.designedtorun.com/
- Tested 28 days ago by job
mgfon 2026-05-04 at 17:00
About HTML element 297
- Tag name:
INPUT - Text: [not applicable]
- Start tag:
<input class="PrivateSwitchBase-input MuiSwitch-input css-1m9pwf3" type="checkbox"> - XPath:
/html/body/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/span[1]/span[1]/input[1] - Bounding box: x = 548, y = 1402, width = 636, height = 74
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 297 of the Run! page.
- This checkboxinput 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.InputCheckbox.Name