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

Accessibility: iframe title #34

Closed
santsys opened this issue Jul 25, 2021 · 0 comments · Fixed by #35
Closed

Accessibility: iframe title #34

santsys opened this issue Jul 25, 2021 · 0 comments · Fixed by #35

Comments

@santsys
Copy link

santsys commented Jul 25, 2021

The rendered iframe of the video component doesn't currently contain a title. It would be good to at a minimum expose a title property that can be set for accessibility.

<iframe
        ref={iframeRef}
        src={iframeSrc}
        style={responsive ? responsiveIframeStyles : undefined}
        frameBorder={0}
        height={height}
        width={width}
        allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;"
        allowFullScreen
      />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant