Closed (fixed)
Project:
Media: YouTube
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Nov 2013 at 18:45 UTC
Updated:
31 Dec 2017 at 17:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sumitgupta2004 commentedComment #2
sumitgupta2004 commentedComment #3
sumitgupta2004 commentedComment #4
mgiffordComment #5
stefan.r commentedIframes don't support the "alt" attribute, but they should still have a "name" attribute for accessibility reasons.
Comment #6
stefan.r commentedComment #7
stefan.r commentedComment #8
stefan.r commentedAttached is a patch which gets the file object from the database (and thus gets the correct video title, instead of just the video ID, which is meaningless as far as accessibility is concerned).
It also adds the "name" attribute (which will be equal to the video title and the "title" attribute).
I think the issue summary is outdated as there is no
media_youtube.jsin 2.x or any Iframe being created in javascript. There is also already a "title" attribute, it's just the "name" attribute that's missing.Comment #9
stefan.r commentedCan anyone please review this? Thanks!
Comment #10
stefan.r commentedComment #11
stefan.r commentedComment #12
bneil commentedTesting the latest dev, the title attribute is already provided on the iFrame.
Comment #13
stefan.r commentedRe-roll against 3.x
Comment #15
joseph.olstadThanks stefan.r!