top | item 47004055

(no title)

vulcan01 | 16 days ago

Is there any way to make images accessible other than the alt tag? I'm sure SVGs are more machine-readable, but how would that help vision-impaired folks?

discuss

order

nasso_dev|11 days ago

im not an expert on a11y best practices, but id say an <img> tag with alt text is enough

for inline SVG, i read somewhere you can use <title> and <desc> to describe the SVG document, but i don't know how they work in practice