79272023

Date: 2024-12-11 14:18:22
Score: 1
Natty:
Report link

Adding the attribute "inert" to the image prevents Edge showing the button completely but the image still displays and prints. You can wrap this with an link and a to get images to work as links.

<a href="www.bing.com" target="_top">
  <div>
    <img inert src="https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png">
  </div>
</a>

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AmateurD