Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Nov 20, 2024
1 parent a64844b commit af3b86c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const alfaResult = await Audit.run(alfaPage, {
});
```

This selects all the rules that are either level A or AA for WCAG 2.2. If an older version of WCAG is required use instead the `Rules.wcag20aaFilter` or `Rules.wcag21aaFilter` filters.
This selects all the rules that are either level A or AA for WCAG 2.2. If an older version of WCAG is required use instead the `Rules.wcag20aaFilter` or `Rules.wcag21aaFilter` filters. For rules related to ARIA, use `Rules.ARIAFilter`; for Best Practices, use `Rules.bestPracticesFilter`.

## Selecting by scope

Expand Down

0 comments on commit af3b86c

Please sign in to comment.