axe-core rule: blink

Content uses the obsolete blink element

What it is

The blink element flashes text. It is obsolete, distracting, and can be a seizure risk at certain rates.

Who it blocks

People with vestibular disorders, attention-related disabilities, and photosensitive epilepsy.

How to fix it

Remove the blink element. If emphasis is needed, use styling that does not flash.

Example fix

<!-- Before -->
<blink>Sale ends today!</blink>

<!-- After -->
<strong class="sale-banner">Sale ends today!</strong>

This is one of the barrier types BarrierScan checks for on every scan. Request a free accessibility scan to see whether it appears on your site, alongside the rest of the automated findings.