WCAG - audit
Availability of functionality depends on the license and may not be available in all deployments.
Audit
Module Audit allows viewing violations located in the currently processed application. Violations may concern the application's compliance with WCAG requirements or the application's compliance with Eximee functionalities.
They have been divided into 3 categories:
Violations - marked red warning icon. They inform that an error detected in the application causes a violation of WCAG rules or the correct use of Eximee functionalities.
Suggestions - marked blue information icon. They show tips to improve the created application, not necessarily being an error.
Deprecations - marked blue warning icon. They inform that the used functionality is no longer supported and suggest using a new, supported Eximee solution.
The application analysis itself is based on the last saved draft version, so if we make changes to the application and the draft does not manage to save in time, our analysis will not include the added modifications!!

Violations
EXIMEE Violation | Tooltip
Level: Deprecation
Occurrence: Contextual help (Tooltip)
Component documentation: Contextual help (tooltip)
Reason: Using the tooltipTextKey attribute may cause problems displaying contextual help if its visibility is conditionally set.
Validation method: Check whether the tooltipTextKey attribute is filled in, and whether the translation key assigned to it has been populated in the tab Translations of the application.
WCAG 1.1.1 (A) Violation | Image
Level: Violation
Occurrence: Image (GesImage)
Component documentation: Image - Image
Reason: Text alternative - violation. All non-text content presented to the user has its textual alternative that serves the same function. Every image should have the alt attribute filled in, which is read by screen readers when focused.
Validation method: Check whether the component has the "Informational" presentation mode and the filled-in value "Text to display when the URL is incorrect" or "Text to display when the URL is incorrect (key)".
WCAG 1.3.1 (A) Violation | Label
Level: Violation
Occurrence: Label(GesText)
Component documentation: Label - Text
Reason: Information, structure, and relationships between the contents conveyed through presentation can be programmatically determined or are available in text form. Each label should be associated with a form field or be displayed as a paragraph(<p></p>) instead of as a label(<label></label>)
Validation method: Check whether the component has the "Display as paragraph" property selected or whether the "Field associated with the label" field is filled in.
WCAG 1.4.13 (AA) Violation | Tooltip
Level: Violation
Occurrence: Contextual help (Tooltip)
Component documentation: Contextual help (tooltip)
Reason: If hovering the mouse pointer can trigger additional content, then the pointer can be moved over the additional content without it disappearing. In our system, this functionality is enabled by interactive contextual help.
Validation method: Check whether the component has interactive contextual help enabled in the component properties.
Last updated
Was this helpful?
