skip to Main Content

Html – Accessibility of a text with inline <svg>

I have the following code: <h2> Deadpool <svg width="53" height="64" class="inline" aria-label="and"> <use href="#oleo-ampersand"></use> </svg> Wolverine:<br> A StackOverflow Example </h2> The ampersand is stylized as follows: Now, I want screen readers to narrate it as a regular phrase (i.e.“Deadpool and…

VIEW QUESTION
Back To Top
Search