Accessibility Error Messages in Cascade

Quick Links: | Images with Improper Alt TextiFrames without TitlesTable Without CaptionElement IDs Are Not UniqueKaltura Element IDs Are Not Unique |

Images with Improper Alt Text

Cascade error message when an image does not contain appropriate alt tag

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

Cascade error message for iframe without title

How to fix it:

Add the “title” attribute in the source code

  1. In the edit view enter the Source Code pane. 
    entering the source code in Cascade
     
  2. Within the <iframe> tag, add the title="" attribute and include your title within the
    adding the title attribute
     
  3. 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

table without caption tag error message

How to fix it: 

Add the <caption></caption> tag in the source code.

  1. In the edit view enter the Source Code pane. 
    entering source code in Cascade
     
  2. Under the <table> tag, insert the <caption> tag and include a caption of your table. 
    caption tag in source code
     
  3. Once finished adding the attribute, click "Ok" and Submit your changes.
    saving changes in the source code within Cascade

If you have additional questions about Cascade error messages or web accessibility, please submit a Cascade Server Support ticket.

Element IDs Are Not Unique

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.

  1. In the edit view enter the Source Code pane. 
    entering the source code edit mode
     
  2. 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. 
    identical tab IDs
     
  3. The set of IDs should be identical for every tab. For the third tab, I will be renaming "panel2a" to "panel3a". 
    renaming panel2a to panel3a
    ​​​​
  4. 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.

locating the id tag that needs to be removed within Kaltura video embeds

 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.