Get a code fix
The Developer tab of a non-conformity is intended for those who work on code. It brings together everything needed to fix the element and replace it with a compliant version.
#Generate a fix
Click on Generate a fix. Includdy analyzes the element and produces a proposed fix: an explanation, followed by one or more code blocks to copy.
The generation happens in the background. You can stop it mid-process, regenerate it by adding an instruction, or delete it. Each piece of content bears the note "Generated by Includdy AI" and a reminder: verify before applying.
#The element code
On the right, the Occurrence Code panel shows the element as it is today:
- the faulty HTML Code,
- the CSS Selector that targets it,
- the detected Technical Stack.
Each block has a Copy button.
#Examples
The page also presents Compliant Examples and Non-Compliant Examples to illustrate the expected best practice.