Quick Links: | Images with Improper Alt Text | iFrames without Titles | Table Without Caption | Element IDs Are Not Unique | Kaltura Element IDs Are Not Unique |
Images with Improper Alt Text
How to fix it:
Image alt text must not contain the image's file name, a file extension, or begin with phrases such as "image of" or "photo of".
You can read the article for Best Practices for Accessible Images.
If your image is purely decorative or identified and described by the surrounding text, please check "Decorative" instead of entering an image description.
iFrame Without Title
How to fix it:
Add the “title”
attribute in the source code
- In the edit view enter the Source Code pane.
- Within the
<iframe>
tag, add the title=""
attribute and include your title within the "
- Click "Ok," and submit your changes. (Find more information about Frames.)
Check out the tutorial video on adding title tags to iFrame videos.
Table Without Caption
How to fix it:
Add the <caption></caption>
tag in the source code.
- In the edit view enter the Source Code pane.
- Under the
<table>
tag, insert the <caption>
tag and include a caption of your table.
- Once finished adding the attribute, click "Ok" and Submit your changes.
If you have additional questions about Cascade error messages or web accessibility, please submit a Cascade Server Support ticket.
Element IDs Are Not Unique
How to fix it:
This error appears the most when creating accordions. Make sure every set of panel IDs is unique, meaning every accordion tab should have a unique set of panels.
- In the edit view enter the Source Code pane.
- Within the source code search the identical panel ID sets. In this example as mentioned in the error, there are two identical sets of "panel2a" used for two different tabs causing the error.
- The set of IDs should be identical for every tab. For the third tab, I will be renaming "panel2a" to "panel3a".
- The error has been corrected.
Kaltura Video Element IDs Are Not Unique
When having many Kaltura video embeds the element IDs are not unique error will display. This is because the id="kaltura_player" is present within the video embedded multiple times within the page.
Removing id="kaltura_player" from every video embed will remove the error.
Still need help? Contact Web Services for further assistance.
Please do not leave the comment section blank! Provide constructive feedback to make this page better.