Skip to content

Commit 1a506cc

Browse files
accessibility doc
1 parent 5853b6c commit 1a506cc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/accessibility-automation-settings.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,24 +76,20 @@ accessibility.wcagVersion: 'wcag21a'
7676
```
7777

7878
### 3. Best Practices Checks
79+
> The default value for **best practice** check is **`false`** focusing strictly on WCAG violations.
7980
8081
- **Purpose:** Include or exclude checks that go beyond the defined WCAG standards but are considered good practices for optimal usability.
81-
- **Default Value:** The default setting is false, focusing strictly on WCAG violations.
8282
- **Implementation:** Enable best practice checks by setting bestPractice to true in your configuration file.
8383

84-
> The default value for **best practice** check is **`false`**
85-
8684
```bash
8785
accessibility.bestPractice: true
8886
```
8987

9088
### 4. Needs Review
91-
89+
> The default value for **needs review** check is **`false`**
9290
- **Purpose:** Flag potential accessibility issues that might require human evaluation for definitive assessment.
9391
- **Implementation:** Enable needs review checks by setting needsReview to true in your configuration file. This ensures potentially ambiguous issues get flagged for manual review.
9492

95-
> The default value for **needs review** check is **`false`**
96-
9793
```bash
9894
accessibility.needsReview: true
9995
```

0 commit comments

Comments
 (0)