Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility: Inline frame without a text alternative #526

Open
kevinkidwell opened this issue Jan 7, 2022 · 1 comment
Open

Accessibility: Inline frame without a text alternative #526

kevinkidwell opened this issue Jan 7, 2022 · 1 comment

Comments

@kevinkidwell
Copy link

Describe the bug
When a video is embedded using an iFrame HTML element, you must add a title attribute that states the title of the video, if it is not present. This should be fixed by Content Owners. Example below of correctly formatted title attribute:

<iframe width="800" height="574" src="https://macaulaylibrary.org/asset/33501031/embed/800" frameborder="0" allowfullscreen style="width:800px;" **title="This is your title of the video"**></iframe>

Exhibit: FASHION & FEATHERS
Page: https://my2.siteimprove.com/Inspector/1081272/A11Y/Page?pageId=58323110240&impmd=3CC33A985F387DC37EA87D3D5A2306C4&decision=dismissed+falsePositive+none#/sia-r13/failed/aG90OE5kdFE=;ZDc2ZDdiZmI=
https://my2.siteimprove.com/Inspector/1081272/A11Y/Page?pageId=58323110825&impmd=3CC33A985F387DC37EA87D3D5A2306C4&decision=dismissed+falsePositive+none#/sia-

Exhibit: Women Empowered: Fashions from the Frontline
https://my2.siteimprove.com/Inspector/1081272/A11Y/Page?pageId=58330560599&impmd=3CC33A985F387DC37EA87D3D5A2306C4&decision=dismissed+falsePositive+none#/sia-r13/failed/dzNKekExZ0w=;OTQ4NjRhNTE=

@kevinkidwell
Copy link
Author

Note that this also applies to any iFrames embedded that are not videos. We have a number of these on the site and they should also be fixed by Content Owners.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants