Kilotest: Diagnoses of legend missing
violation by HTML element 688 on Sage Mages page
Basics
About the Sage Mages page
- URL: https://www.thesagemages.com/
- Tested 13 days ago by job
0lqon 2026-07-07 at 17:44
About HTML element 688
- Tag name:
FIELDSET - Text:
Select the type that reflects your current efforts in implementing ADA or accessibility standards in your brand.* … Submit
- Start tag:
<fieldset class="kLNiUo"> - XPath:
[not obtained] - Bounding box: x = 1000, y = 8686, width = 789, height = 330
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 rule engines diagnose the legend missing
issue for HTML element 688 of the Sage Mages page.
- Expected <code><legend></code> to be the first child of the <code><fieldset></code> element, but instead there is <code><div data-hook="form-root"></div></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 - Fieldset missing legend
Tool: WAVE (Utah State University)
Rule:
legend_missing