Skip to content

Instantly share code, notes, and snippets.

@tamirko
Last active July 11, 2016 08:31
Show Gist options
  • Select an option

  • Save tamirko/bb96fe04370805fcc6d79471ee26041c to your computer and use it in GitHub Desktop.

Select an option

Save tamirko/bb96fe04370805fcc6d79471ee26041c to your computer and use it in GitHub Desktop.
aria and hidden text
<span role="img" aria-labelledby="ddd" title="This is my bg image title" class="my_class_bg_image">
<span class="hidden_r">This is a hidden text that only screen readers can read</span>
<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