Obselete Elements For Visual Presentation Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Obselete Elements For Visual Presentation Check

Description

The “Obselete Elements For Visual Presentation Check” evaluates whether all obsolete elements (e.g., <b>) are used appropriately and not to control page presentation.

Example outcome

I observed that there are no obsolete elements used to control the visual presentation.

Impact

Fixes

To address obselete elements inappropriately used to control visual presentation:

  1. Locate the inappropriate obselete elements.
  2. Remove the element from the HTML code.
  3. Add semantic HTML elements and CSS code to create the same visual appearance.

Resources