JavaScript

JavaScript

Made by DeepSource

Prefer that no distracting elements are used JS-0758

Performance
Minor

Enforces that no distracting elements are used. Elements that can be visually distracting can cause accessibility issues with visually impaired users. Such elements are most likely deprecated, and should be avoided. By default, the following elements are visually distracting: <marquee> and <blink>.

Bad Practice

<marquee />
<blink />

Recommended

<div />