|
Turn on suggestions
![]() Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type. | |
If you don't find an answer, please click here to post your question.
|
01-10-2018 08:15 AM
Hi !
I'm testing accessibility and the tool Tenon.io find an error because ooyala iframe doesn't have a title attribute.
Example :
<iframe name="OoyalaPingerIFrame0" id="OoyalaPingerIFrame0" src="https://l.ooyala.com/analytics/iframe.html" style="visibility: hidden; border-style: none; width: 1px; height: 1px; position: absolute; top: -5px; left: -5px;"></iframe>
Details :
Frames need a title attribute that describes the frame's content or purpose. Add a title attribute to the iframe element for that. Even if the frame does not have content that is relevant to users, the frame's title should say that. If you do not, assistive technologies will simply announce the frame's URL to users.
Solution :
<iframe title="Technical content Ooyala" name="OoyalaPingerIFrame0" id="OoyalaPingerIFrame0" src="https://l.ooyala.com/analytics/iframe.html" style="visibility: hidden; border-style: none; width: 1px; height: 1px; position: absolute; top: -5px; left: -5px;"></iframe>
Is it possible to add a title attribute to each iframe ? It would be nice to be able to customize the value of this attribute (especially for internationalization).
ps : Ooyala version 4.14.8
01-10-2018 11:33 AM
Hi okeul!
That sounds like something doable, but that would require to modify the code. Do you have access to the support portal? The best way to proceed for this would be to raise a Feature Request for the product team to review the use case and evaluate the implementation of the feature.
Ana