> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/tworzenie-formularza/zakladka-audyt-naruszenia-wcag/wcag-audyt.md).

# WCAG - audit

{% hint style="warning" %}
Availability of functionality depends on the license and may not be available in all deployments.
{% endhint %}

## 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.

{% hint style="warning" %}
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!!
{% endhint %}

<figure><img src="https://2112972046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2CssJT0zIo4SJQLbSZ6l%2Fuploads%2F7vWwAIYF2UqfxQISiyYV%2Fimage.png?alt=media&amp;token=90141471-4533-4de6-b927-185b5a86eeb5" alt=""><figcaption><p><em><strong>Figure 1.</strong></em> <em>List of application violations in read-only mode</em></p></figcaption></figure>

## Violations

### EXIMEE Violation | Tooltip <a href="#title-text" id="title-text"></a>

**Level**: Deprecation

**Occurrence**: Contextual help (Tooltip)

**Component documentation:** [Contextual help (tooltip)](https://github.com/Consdata/eximee-docs/tree/main/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/pomoc-kontekstowa-tooltipbutton.md)

**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 <a href="#title-text" id="title-text"></a>

**Level**: Violation

**Occurrence**: Image (GesImage)

**Component documentation**: [Image - Image](https://github.com/Consdata/eximee-docs/tree/main/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/obraz-image.md)

**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)".<br>

### WCAG 1.3.1 (A) Violation | Label

**Level**: Violation

**Occurrence**: Label(GesText)

**Component documentation:** [Label - Text](https://github.com/Consdata/eximee-docs/tree/main/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/etykieta-text.md)

**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 <a href="#title-text" id="title-text"></a>

**Level**: Violation

**Occurrence**: Contextual help (Tooltip)

**Component documentation:** [Contextual help (tooltip)](https://github.com/Consdata/eximee-docs/tree/main/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/pomoc-kontekstowa-tooltipbutton.md)

**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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/tworzenie-formularza/zakladka-audyt-naruszenia-wcag/wcag-audyt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
