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

Fix WCGA and W3C validation issues (iframes) #8

Open
rodfersou opened this issue Aug 16, 2013 · 1 comment
Open

Fix WCGA and W3C validation issues (iframes) #8

rodfersou opened this issue Aug 16, 2013 · 1 comment
Assignees

Comments

@rodfersou
Copy link
Member

The html iframes tags that the providers return in the oembed protocol almost always have some acessibility and w3c validation issues.

These issues are:

  • WCGA 1.0 and 2.0:
    • Iframes tags need title attribute defined to make some screen readers for blind people work.
    • As alternative content, you need to add an anchor tag into iframe tag pointing to the content inserted, this way, if the browser or screen reader don't support iframe, the web experience will not be affected by it.
  • W3C Validator:
    • W3C Validator pointed that frameborder attribute is obsolete, so it needs to be took out.
    • Also, looking into W3C Iframe specification, you can see that the attributes allowfullscreen, mozallowfullscreen and webkitallowfullscreen are obsolete too.
@ghost ghost assigned rodfersou Aug 16, 2013
@rodfersou rodfersou mentioned this issue Aug 16, 2013
@hvelarde
Copy link
Member

hvelarde commented Mar 9, 2015

I think this is a problem that must be solved by the providers and not by us.

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

Successfully merging a pull request may close this issue.

2 participants