How to Run an Audit?
- Open any file on VS Code or Sublime Text.
- Save the file to trigger an audit call.
- 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?
- Hover over a line of code that contains an issue.
- Click the Quick Fix option at the bottom of the error description popup.
- Click Fix using wax-linter.