Ektron compliance with WCAG 2.1

  • Updated
Description

In a future version of Ektron there are plans to adhere to aspects of the WCAG 2.1 guidelines

For instance the following issues are present in Ektron at the time of this writing (9/13/2022)


Onmouseover issue:

  • Do not use “onmouseout” without “onblur” or “onmouseover” without “onfocus”
  • In the widget dropzone for the forms, there is some javascript for onmouseover and onmouseout. The equivalent onblur and onfocus code needs to be added.

Language equal to javascript issue:

  • Do not use deprecated tags or attributes
  • There is Ektron script for submitting the form that uses language=”javascript”, which is deprecated and should be removed.
Steps

The fix version for the above issues will be posted here upon release, sometime in 2023. If you have questions or concerns please check with our support team for details.