Skip to content

Instantly share code, notes, and snippets.

@BroFox86
Created June 30, 2023 09:27
Show Gist options
  • Save BroFox86/27b438b1733bb974d9392db59fb3cffd to your computer and use it in GitHub Desktop.
Save BroFox86/27b438b1733bb974d9392db59fb3cffd to your computer and use it in GitHub Desktop.
[Labeled SVG] #html #accessibility #svg
<svg
aria-labelledby='logoLabel'
>
<title id='logoLabel'>Brand logo</title>
...
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment