You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the current behavior
When I want to embed a video in another webpage, the generated code contains an <iframe> tag without a title attribute. The latter being recommended for accessibility purposes.
Steps to reproduce:
Open the page of a video.
Click “Share”
Click “Embed”
The generated HTML code is missing the title attribute in the <iframe> tag.
Describe the expected behavior
The title attribute should be set with the title of the video.
I fixed this issue. Now there is a title in the iframe tag.
share video -> video title
share playlist -> playlist title
share playlist video(right click in the video to copy embed) -> video title
…3901)
* title attribute is missing on <iframe> tag suggested for embedding #3861
* fix#3901
* fix: escapeHTML #3901
* fix: playlist title instead of video title #3901
* fix#3901
* assign title directly #3901
Describe the current behavior
When I want to embed a video in another webpage, the generated code contains an
<iframe>
tag without atitle
attribute. The latter being recommended for accessibility purposes.Steps to reproduce:
The generated HTML code is missing the
title
attribute in the<iframe>
tag.Describe the expected behavior
The
title
attribute should be set with the title of the video.Additional information
This is probably a nice issue to be solved by newcomers. :)
The text was updated successfully, but these errors were encountered: