Inappropriate Fieldset Element Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Fieldset Element Check

Description

The “Inappropriate Fieldset Element Check” evaluates whether there is any <fieldset> element placed outside a <form> element.

Example outcome

I found 1 <fieldset> element outside the form.

Impact

Fixes

To address inappropriately placed <fieldset> elements:

  1. Locate the <fieldset> element.
  2. Ensure it is nested within a valid <form> element.

Resources