Kilotest: Diagnoses of control not named
violation by HTML element 466 on My Suma page
Basics
About the My Suma page
- URL: https://mysuma.org/
- Tested 39 days ago by job
kbuon 2026-06-11 at 23:38
About HTML element 466
- Tag name:
INPUT - Text: [not applicable]
- Start tag:
<input type="text" name="gtrans" id="goog-gt-votingInputTrgText" style=""> - XPath:
/html/body/div[7]/div[1]/div[4]/form[1]/input[4] - 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 rule engines diagnose the control not named
issue for HTML element 466 of the My Suma 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