From 1a506cc38b520b68f644901e658fb8f96b8f6cfe Mon Sep 17 00:00:00 2001 From: amanchopra1905 Date: Thu, 6 Feb 2025 16:01:53 +0530 Subject: [PATCH] accessibility doc --- docs/accessibility-automation-settings.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/accessibility-automation-settings.md b/docs/accessibility-automation-settings.md index 8d38d0d52..3424270f5 100644 --- a/docs/accessibility-automation-settings.md +++ b/docs/accessibility-automation-settings.md @@ -76,24 +76,20 @@ accessibility.wcagVersion: 'wcag21a' ``` ### 3. Best Practices Checks +> The default value for **best practice** check is **`false`** focusing strictly on WCAG violations. - **Purpose:** Include or exclude checks that go beyond the defined WCAG standards but are considered good practices for optimal usability. -- **Default Value:** The default setting is false, focusing strictly on WCAG violations. - **Implementation:** Enable best practice checks by setting bestPractice to true in your configuration file. -> The default value for **best practice** check is **`false`** - ```bash accessibility.bestPractice: true ``` ### 4. Needs Review - +> The default value for **needs review** check is **`false`** - **Purpose:** Flag potential accessibility issues that might require human evaluation for definitive assessment. - **Implementation:** Enable needs review checks by setting needsReview to true in your configuration file. This ensures potentially ambiguous issues get flagged for manual review. -> The default value for **needs review** check is **`false`** - ```bash accessibility.needsReview: true ``` \ No newline at end of file