Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Incorporate edit suggestions from #297
Browse files Browse the repository at this point in the history
  • Loading branch information
iadawn committed Jan 7, 2016
1 parent cd608ab commit 50fc474
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/designing.html.erb.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,23 +559,23 @@ Consider how page information is presented in different sized viewports, such as
{:.attach_permalink}
## Include image and media alternatives in your design

Provide space in your design for alternatives for images and media as needed. For example, you might need:
Provide a place in your design for alternatives for images and media. For example, you might need:

* Visible links to transcripts of audio
* Visible links to audio described versions of video
* Visible links to audio described versions of videos
* Text with icons or buttons
* Captions and descriptions for tables or complex graphs

Work with content authors and developers to provide alternatives for non-text content.

{::nomarkdown}
<%= example 'Design shows alternative format options' %>
<%= example 'Design includes links to transcript and alternative video' %>

<div class="text-alt">
<figure>
<div>
<img src="images/example_media_player.png" alt=""><br>
<a href="#">Transcript</a>
<a href="#">Transcript</a>,
<a href="#">Video with audio description</a>
</div>
</figure>
Expand Down

0 comments on commit 50fc474

Please sign in to comment.