Kilotest: Diagnoses of legend missing
violation by HTML element 263 on International Consortium of Investigative Journalists page
Here is how tools diagnose the legend missing
issue for HTML element 263 of the International Consortium of Investigative Journalists 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 International Consortium of Investigative Journalists page
- URL:
https://www.icij.org/ - Tested on 2026-04-03 at 03:59
- URL:
- About HTML element 263
- Tag name:
FIELDSET - Text: [not applicable]
- Start tag:
<fieldset class="form-group d-flex justify-content-center"> - XPath:
/html/body/header[1]/div[2]/div[1]/ul[3]/li[1]/form[1]/fieldset[1] - Bounding box: x = -397, y = 390, width = 374, height = 38
- Tag name:
Diagnoses
- Expected <code><legend></code> to be the first child of the <code><fieldset></code> element, but instead there is <code><label for="q" class="sr-only"></label></code>
Tool: ASLint (eSSENTIAL Accessibility)
Rule:
legend_first_child_of_fieldset - [failed] The `fieldset` element is neither inside nor referencing a `form` element.
Tool: QualWeb (University of Lisbon)
Rule:
QW-WCAG-T3