Inappropriate Structural Grouping Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Structural Grouping Check

Description

The “Inappropriate Structural Grouping Check” evaluates whether there is any misuse of multiple <br> elements in a row, tipically used to create visual spacing or simulate structured content (like lists) rather than using proper semantic HTML elements.

Example outcome

I found 1 sequence composed by 3 or more <br> elements - I suspect they are being used to represent list items.

Impact

Fixes

To address inappropriate structural grouping:

  1. Locate the incorrectly used <br> elements.
  2. Replace them with the correct semantic tags, depending on the intended meaning (e.g., <ul>).

Resources