Kilotest: Diagnoses of legend missing
violation by HTML element 908 on Run! page
Here is how tools diagnose the legend missing
issue for HTML element 908 of the Run! page.
Basics
- 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
- About the Run! page
- URL:
https://www.designedtorun.com/ - Tested on 2026-04-05 at 01:26
- URL:
- About HTML element 908
- Tag name:
FIELDSET - Text:
Long-Shot Discount (50% off activation fee) … If Democratic candidate(s) received less than 40% of the vote in the last general election in the same office and district
- Start tag:
<fieldset class="MuiFormControl-root run-form-item-type-checkbox css-13sljp9"> - XPath:
/html/body/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/fieldset[1] - Bounding box: x = 660, y = 8241, width = 600, height = 85
- Tag name:
Diagnoses
- Expected <code><legend></code> to be the first child of the <code><fieldset></code> element, but instead there is <code><label class="MuiFormControlLabel-root MuiFormControlLabel-labelPlacementEnd css-138j9gk" id=":R2ijk9tl6:"></label></code>
Tool: ASLint (eSSENTIAL Accessibility)
Rule:
legend_first_child_of_fieldset - <fieldset> element does not have a <legend>
Tool: Accessibility Checker (IBM)
Rule:
fieldset_legend_valid - [failed] The `fieldset` element is neither inside nor referencing a `form` element.
Tool: QualWeb (University of Lisbon)
Rule:
QW-WCAG-T3 - Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group.
Tool: WallyAX (Wally)