Videos embedded using the Vimeo module fail accessibility checks for the American Section 508 standard.
Specifically, they fail on this rule.
Rule: 1.1.6 - All IFRAME elements are required to contain element content.
Still figuring out what this means, but at this point this basically means that organizations requiring compliance with section 508 (the US government and many US state governments) will not be able to use this module.
Also, this may be an issue with Vimeo, not the Vimeo module. Will update issue as I learn more.
Comments
Comment #1
escoles commentedIt looks as though this particular rule could be addressed by including text in the iframe. As a test, I made the following modification:
i.e., adding "Your browser does not support iframes" inside the iframe, and the page now passes the Cynthia Says section 508 scan (see http://cynthiasays.com/).
An ideal solution would be to make this text configurable in some way, but even a generic replacement should satisfy automated section 508 screeners.
(Now if we could just get them to support closed-captioning...)
Comment #2
escoles commentedChanging (belatedly) to a feature request. This seems like a simple fix, and would serve as a bandaid for anyone trying to use Vimeo on a site where Section 508 compliance is required.
Note: I can't speak to whether this would satisfy WCAG.
Comment #3
mgifford