<blink> elements are deprecated and must not be used
Log in (Premium content) Request a demo
Rule Description
This rule requires that no
<blink>
elements are present. Flashing text can be difficult to read and blinking objects can be difficult to activate. The associated automated check finds the presence of all <blink>
elements so that they can be removed.
The Algorithm, in Simple Terms
Checks to make sure that the
<blink>
element is never usedWhy this is Important
As the name suggests, <blink>
elements cause content to flash. Though you may like the effect, blinking text can be difficult to read, and blinking objects (links, buttons, etc.) can be difficult to activate.
How to Fix the Problem
Remove all <blink>
elements.
Additional Information
Relevant Technologies:
- HTML 4
- HTML 5
Test Reliability:
Automated testing is possible, with high accuracy
Rule ID: blink