VoiceOver bug with SVG img elements

Size
1,467 Kb
Views
18,216

How do I make an voiceover bug with svg img elements?

If an img uses an SVG, it is currently ignored by VoiceOver, despite having an alt attribute. Temporary fix: add role="img". What is a voiceover bug with svg img elements? How do you make a voiceover bug with svg img elements? This script and codes were developed by Patrick H. Lauke on 25 September 2022, Sunday.

VoiceOver bug with SVG img elements Previews

VoiceOver bug with SVG img elements - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>VoiceOver bug with SVG img elements</title> <meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body> <img src="http://www.paciellogroup.com/wp-content/themes/tpg2015/images/logo.svg" alt="The Paciello Group" width="200" height="29">
<br>
<img src="http://www.paciellogroup.com/wp-content/themes/tpg2015/images/logo.svg" alt="The Paciello Group (fixed image)" role="img" width="200" height="29">
</body>
</html>
VoiceOver bug with SVG img elements - Script Codes
VoiceOver bug with SVG img elements - Script Codes
Home Page Home
Developer Patrick H. Lauke
Username patrickhlauke
Uploaded September 25, 2022
Rating 3
Size 1,467 Kb
Views 18,216
Do you need developer help for VoiceOver bug with SVG img elements?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Patrick H. Lauke (patrickhlauke) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!