You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> The default value for **best practice** check is **`false`** focusing strictly on WCAG violations.
79
80
80
81
-**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.
82
82
-**Implementation:** Enable best practice checks by setting bestPractice to true in your configuration file.
83
83
84
-
> The default value for **best practice** check is **`false`**
85
-
86
84
```bash
87
85
accessibility.bestPractice: true
88
86
```
89
87
90
88
### 4. Needs Review
91
-
89
+
> The default value for **needs review** check is **`false`**
92
90
-**Purpose:** Flag potential accessibility issues that might require human evaluation for definitive assessment.
93
91
-**Implementation:** Enable needs review checks by setting needsReview to true in your configuration file. This ensures potentially ambiguous issues get flagged for manual review.
94
92
95
-
> The default value for **needs review** check is **`false`**
0 commit comments