Auto Fix

Auto Fix

Auto-fixes are fixes which apply on the DOM elements (over the HTML) automatically when the accessibility take place. these fixes can be identified automatically by the accessibility engine and a specific patch is applied to it.

This section gives instructions on the automatic fix created by the accessibility engine and shows the differences between the original code (without the accessibility) and the new code (including the auto-fix).

Filtering by auto-fixes

Filter can be applied using the summary row. the auto-fix information is displayed in the right panel




Viewing code differences



    • Related Articles

    • Fix Instructions

      Information and steps on how to fix a specific issue in the source code and related guidelines and rules, which identify the issue. Tags are available with the regulation level and links to information about the issues
    • Reflecting the Changes on the Client Side

      While the domain is in Development Mode, you can debug the code changes on the end user browser, without publishing the bundle or patch. Adding a parameter to the website URL is all you need to do to make the accessibility engine download the patches ...
    • Actions

      The following buttons appear at the top of the right panel and give ways to handle the issue: Fix: Allows you to fix an issue through the following methods: Code Editor: Using the code editor will open a new window for writing code in TypeScript, ...
    • Summary Row

      The top main row allows you to filter the issues by Auto/Manual fixes, Impact/Severity, Waiting for approval, etc.
    • Chrome Developer Tools

      Using chrome developer tools Chrome developer tools provide additional information on each violation. open chrome developer tools by going to chrome settings → more tools → developer tools. Expand the “Element” tab on the left panel and “Allyable” on ...