WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: iframe Video

for

From: Birkir R. Gunnarsson
Date: Dec 5, 2016 9:41AM


Then I believe the lang attribute is not necessary (unless the video
controls are in a language other than that of the page).
I don't think it matters how you provide the accessible name for the
iframe, I just recommend using the title attribute on the <iframe>
element, but usingthe <title> element inside it should be ok as well.
Using tabindex>0 is surefire trouble, definitely call it under 2.4.3.
If the page contains autoplaying video (video that plays automatically
when page loads) I would recommend having either a skip link to the
player iframe at the top of the page, or a play/pause button that is
the first focusable element on the page (primarily for the benefit of
screen reader users).



On 12/5/16, JP Jamous < <EMAIL REMOVED> > wrote:
> <iframe>
>
>