[wp-trac] [WordPress Trac] #40245: Youtube embeds lack title attribute
WordPress Trac
noreply at wordpress.org
Fri Mar 15 12:14:06 UTC 2019
#40245: Youtube embeds lack title attribute
--------------------------------------+----------------------------
Reporter: morriscountynj | Owner: swissspidy
Type: enhancement | Status: assigned
Priority: normal | Milestone: 5.2
Component: Embeds | Version: 2.9
Severity: normal | Resolution:
Keywords: has-patch has-unit-tests | Focuses: accessibility
--------------------------------------+----------------------------
Comment (by afercia):
@swissspidy I wonder if we should prepend something to the title attribute
string. With the current patch the title attribute would be, for example:
{{{
<iframe title="House of Commons debate on extension of Article 50" ...
}}}
Users will be informed about the topic but still they don't know it's a
video :) How about prepending `Video: `
{{{
<iframe title="Video: House of Commons debate on extension of Article 50"
...
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/40245#comment:47>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list