Kilotest: Diagnoses of legend missing
violation by HTML element 1831 on Webby Awards page
Basics
About the Webby Awards page
- URL: https://www.webbyawards.com/
- Tested 13 days ago by job
z57on 2026-05-19 at 14:40
About HTML element 1831
- Tag name:
FIELDSET - Text:
By checking the box I agree and consent to the … Cookie Policy. Additionally, this site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
- Start tag:
<fieldset class="entry-form__submit hide-on-submit"> - XPath:
/html/body/div[10]/div[1]/div[1]/div[2]/form[1]/div[2]/fieldset[2] - Bounding box: x = 0, y = 0, width = 0, height = 0
About the legend missing
issue
- Why it matters: User cannot get help on the topic of a group of form items
- Priority: low
- Related WCAG standard: 4.1.2
Diagnoses
Here is how tools diagnose the legend missing
issue for HTML element 1831 of the Webby Awards page.
- Expected <code><legend></code> to be the first child of the <code><fieldset></code> element, but instead there is <code><input type="submit" class="button signup-btn" value="Sign Up"></code>
Tool: ASLint (eSSENTIAL Accessibility)
Rule:
legend_first_child_of_fieldset - Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
E-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H71.NoLegend - [failed] The `fieldset` element is neither inside nor referencing a `form` element.
Tool: QualWeb (University of Lisbon)
Rule:
QW-WCAG-T3