Missing Fieldset Description Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Missing Fieldset Description Check

Description

The “Missing Fieldset Description Check” evaluates whether there is any <fieldset> element without a description (i.e., a <legend> element within).

Example outcome

I found 1 <fieldset> element without any description.

Impact

Fixes

To address <fieldset> elements missing description:

  1. Locate the <fieldset> element without a description.
  2. Add a clear, concise <legend> element that describes the group’s purpose inside the fieldset.

Resources