Blinking Content Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Blinking Content Check

Description

The “Blinking Content Check” evaluates whether there is any blinking visual effects, caused by the deprecated <blink> HTML tag or the CSS code text-decoration: blink.

Example outcome

I found 1 <blink> value in the CSS which causes the blinking of parts of the content.

Impact

Fixes

To address blinking content:

  1. Locate any <blink> tags.
  2. Remove them.
  3. Locate any text-decoration: blink in CSS.
  4. Remove or replace the code.
  5. If animation is necessary, use subtle transitions and provide a mechanism to pause or stop the animation.

Resources