Missing iframe title
-
To meet accessibility requirements an iframe must have a title attribute to explain it’s content to screen readers. The iframes used in your code do not contain the title attribute. I’m currently filtering the page content looking for an iframe and using preg_replace to add the title attribute in order to fix this. Can you add the title attribute from the episode being displayed to iframes printed by your plugin?
You must be logged in to reply to this topic.