WCAG - audit

Audit

Module Audit allows previewing violations located on the currently processed application. Violations may concern the application's compliance with WCAG requirements or the application's compliance with Eximee functionalities.

They are divided into 3 categories:

  • Violations - marked red with a warning icon. They indicate that an error detected on the application causes a violation of WCAG rules or the correct use of Eximee functionality.

  • Suggestions - marked blue with an information icon. They show tips that improve the created application, not necessarily being an error.

  • Deprecations - marked blue with a warning icon. They indicate that the used functionality is no longer supported and suggest using a new, supported Eximee solution.

Illustration 1. List of application violations in read-only mode

Violations

EXIMEE Violation | Tooltip

Level: Deprecation

Occurrence: Contextual help (Tooltip)

Component documentation: Contextual help (tooltip)

Reason: Using the attribute tooltipTextKey may cause issues with displaying contextual help if its visibility is determined conditionally.

Validation method: Check whether the tooltipTextKey attribute is filled in, and whether the translation key assigned to it has been provided in the Translations 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 a textual alternative that performs 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 presentation mode "Informational" and a filled value for "Text to display when the url is invalid" or "Text to display when the url is invalid (key)".

WCAG 1.3.1 (A) Violation | Label

Level: Violation

Occurrence: Label (GesText)

Component documentation: Label - Text

Reason: Information, structure and relationships between content conveyed through presentation can be read by a computer program or exist as text. 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 property "Display as paragraph" 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 cursor can invoke additional content, the cursor can be moved over the additional content without it disappearing. In our system such functionality is enabled by an interactive contextual help.

Validation method: Check whether the component has interactive contextual help enabled in the component properties.

Last updated

Was this helpful?