Content | Hide | Duplicate Visual Text
Screen reader outputs “Success! Your order went through.”
Working Example
Success! Your order went through.
Code
<div>
<svg width="50" height="50" aria-hidden="true">
<title>checkmark</title>
<use xlink:href="#icon-checkmark"></use>
</svg>
<p>Success! Your order went through.</p>
</div>
Nil
Nil