Skip to content

Instantly share code, notes, and snippets.

@tamirko
Created July 10, 2016 14:19
Show Gist options
  • Save tamirko/fd86f6d784ff41339a8f527889b94477 to your computer and use it in GitHub Desktop.
Save tamirko/fd86f6d784ff41339a8f527889b94477 to your computer and use it in GitHub Desktop.
aria-labelledby - good for accessibility ?
<span role="img" aria-labelledby="ddd" title="This is my bg image title" class="my_class_bg_image">
<span id="ddd">This is my text which is shown when the image cannot be loaded,
but it's also there and invisible and when the image load succeeds
</span>
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment