Skip to main content
Version: v6

Deprecated spacer tag detected

Deprecated spacer tag detected — rule summary
FieldValue
Rule codeBadTag_Spacer_Detect
WCAG conformance levelA
WCAG success criterion1.3.2 Meaningful Sequence
Must be fixed at sourceYes

Description

A spacer element was found. The spacer tag is no longer a valid and supported element and should be replaced with the use of CSS and proper HTML structure. Deprecated tags can cause issues with Screen Readers and may be unusually announced.

How to fix

Review the page and locate any <spacer> elements. Replace these with CSS for managing spacing and layout. Use margin and padding in CSS to control the space around and within elements.