Image not getting hidden from screen reader
We have a decorative image embedded in an email, the accessibility requirement is that this image should be hidden from screen reader like NVDA. We have added alt="" and aria-hidden="true" in the image source code, but still it is getting recognized by the screen reader and being read as "image".
<td><img alt="" aria-hidden="true" height="168" src="webwb/XYZ.png" style="outline: none; border: none; display: block;" width="264" /></td>