F47: Due to using the blink element

HTML Snippet Code
Scenario 1: Blink element is not provided for the text

Offer Price Sale! $44,995!

<style type "text/css"> .blink { -webkit-animation: blink .99s linear infinite; } @-webkit-keyframes blink { 0% { opacity: 1; } 50% { opacity: 1; } 50.01% { opacity: 0; } 100% { opacity: 0; } } </style> <p>Offer Price <span class="blink">Sale! $44,995!</span></p>