Skip to main content

How-To Guides

How to Run an Audit?

  1. Open any file on VS Code or Sublime Text.
  2. Save the file to trigger an audit call.
  3. Review the list of detected issues as they are highlighted in each line.

How to Read the Result?

  • Hover over any code that is highlighted with red to view the corresponding issue.
  • The result shows the issue description, how it impacts the end user, and suggestions on how to fix it.

How to Read an Issue?

  • Each issue includes:
    • A description of the accessibility problem
    • How it impacts the end user
    • Suggestions on how to fix the issue

How to apply autofix?

  1. Hover over a line of code that contains an issue.
  2. Click the Quick Fix option at the bottom of the error description popup.
  3. Click Fix using wax-linter.