Kilotest: Diagnoses of labeling risky
violation by HTML element 454 on Third Act page
Basics
About the Third Act page
- URL: https://thirdact.org/
- Tested 67 days ago by job
f1con 2026-03-26 at 23:59
About HTML element 454
- Tag name:
INPUT - Text:
Find
- Start tag:
<input type="search" class="form-control rounded" placeholder="Type in keywords..." aria-label="Search" aria-describedby="search-addon" name="s" value=""> - XPath:
/html/body/div[2]/div[1]/div[1]/div[1]/div[2]/form[1]/div[1]/input[1] - Bounding box: x = 0, y = 0, width = 0, height = 0
About the labeling risky
issue
- Why it matters: User may misunderstand a form control
- Priority: lowest
- Related WCAG standard: 3.3.2
Diagnoses
Here is how tools diagnose the labeling risky
issue for HTML element 454 of the Third Act page.
- Expected attribute <code>id</code> to be defined on element <code><input type="search" class="form-control rounded" placeholder="Type in keywords..." aria-label="Search" aria-describedby="search-addon" name="s" value=""></code> to associate with appropriate <code><label for="[id]"></code>
Tool: ASLint (eSSENTIAL Accessibility)
Rule:
missing_labelN