Kilotest: Diagnoses of control not named
violation by HTML element 492 on Solver Collective page
Basics
About the Solver Collective page
- URL: https://solvercollective.com/
- Tested 2 days ago by job
9a8on 2026-07-19 at 00:00
About HTML element 492
- Tag name:
TEXTAREA - Text: [not applicable]
- Start tag:
<textarea id="description-2" name="description-2" data-name="Description 2" maxlength="5000" placeholder="Message" class="input text-area w-input" style=""> - XPath:
/html/body/div[2]/div[9]/div[1]/div[1]/form[1]/textarea[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 rule engines diagnose the control not named
issue for HTML element 492 of the Solver Collective 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 - Missing form label
Tool: WAVE (Utah State University)
Rule:
label_missing