Skip to content

Commit

Permalink
Improve readability README-RULES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
philljenkins authored Oct 31, 2023
1 parent 8082a50 commit 72f38be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions accessibility-checker-engine/README-RULES.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ Help integrates the following:

### Rule sets and Mappings

Rule sets such as `IBM Accessibility v7.2`, `WCAG 2.2 (A & AA)`, etc., and mappings of the latest rules to the standards (Requirement and Rule IDs), the individual failure messages (by Reasons ID), and links to the Help files are listed in the published [Checker rule sets](https://www.ibm.com/able/requirements/checker-rule-sets).
`npm run build:help` in the `.../accessibility-checker-engine` directory creates `dist/help/rules.html` that can be reviewed.
Each build creates the `Rules listing` artifact in **Actions** that can be reviewed prior to deployment.
* Rule sets such as `IBM Accessibility v7.2`, `WCAG 2.2 (A & AA)`, etc., and mappings of the latest rules to the standards (Requirement and Rule IDs), the individual failure messages (by Reasons ID), and links to the Help files are listed in the published [Checker rule sets](https://www.ibm.com/able/requirements/checker-rule-sets)
* `npm run build:help` in the `.../accessibility-checker-engine` directory creates `dist/help/rules.html` that can be reviewed
* Each build creates the `Rules listing` artifact in **Actions** that can be reviewed prior to deployment.

## Test cases

Expand Down

0 comments on commit 72f38be

Please sign in to comment.