umbraco / Umbraco-CMS.Accessibility.Issues

6 stars 1 forks source link

ATAG - Feature - Video embed #77

Open DannyLancaster opened 1 year ago

DannyLancaster commented 1 year ago

Built-in support for accessible content creation.

Web authors need the ability to add titles to videos. Most authoring tools come with some kind of ability to publish videos, either locally hosted videos or by embedding external video services. The most basic need when embedding videos is to be able to ensure that the embedding is done in an accessible way. That can be as easy as making sure that the iframe that is normally created contains a description of the video content by adding the title attribute in the iframe element.

End user view

image

Code of the end user view

<iframe src="https://www.youtube.com/embed/"
title="Our education movie about pdf accessibility, introduction">
</iframe>

Explanation of the code example

  1. Always provide a title attribute when embedding videos with an