More information on http://libguides.csun.edu/accessibility
Add title attribute and element content like this:
<iframe title=”Video tutorial on finding a book at the University Library”
width="548" height="315"
src="https://www.youtube.com/embed/rWDN64k977o"
frameborder="0" allowfullscreen><a href="https://www.youtube.com/embed/
rWDN64k977o">Video tutorial on finding a book at the University Library</a></iframe>
The anchor element (the link between the opening and closing iframe elements) will be read by screen reader software but not visible to users.
For Youtube embeds to be ADA-compliant, they need:
Example Widget:
How ERIC Can Help You Write a Research Paper
Before:
<iframe width="560" height="315" src="https://www.youtube.com/embed/y5DEBas90JQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
After:
<iframe width="560" height="315" src="https://www.youtube.com/embed/y5DEBas90JQ" title="How ERIC Can Help You Write a Research Paper" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen><a href="https://www.youtube.com/watch?v=y5DEBas90JQ">How ERIC Can Help You Write a Research Paper</a></iframe>
[In this space use language necessary to translate the visual language of the infographic into structured information, which might include
You don’t need to describe the infographic (colors, shapes) -- just give text equivalent for what it demonstrates.]
Report ADA Problems with Library Services and Resources. Resources on this page may require Document Viewers