adaptlearning / adapt-youtube

A YouTube Player component for Adapt
GNU General Public License v3.0
6 stars 2 forks source link

adapt-youtube & adapt-vimeo iframes have no title attributes #22

Open simondate opened 2 years ago

simondate commented 2 years ago

Subject of the issue/enhancement/features

These components have no title attributes in their iframes. This should be here for screenreaders and is present in other 3rd party iframe components

wcag reference: https://www.w3.org/TR/WCAG20-TECHS/H64.html

Screenshots (if you can)

image

oliverfoster commented 2 years ago

Use aria-label instead, title is ambiguous as it doesn't behave the same way on iframes and other elements.

simondate commented 2 years ago

See https://github.com/adaptlearning/adapt_framework/issues/2822