From 85d075f74150d76d025161ff0c5ce45ca12d26d2 Mon Sep 17 00:00:00 2001 From: Saksham Arora Date: Tue, 5 Aug 2025 16:20:13 +0530 Subject: [PATCH 1/4] testing --- docs/accessibility-android-rules.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/accessibility-android-rules.md b/docs/accessibility-android-rules.md index 7bbe2cc91..0c7e7e998 100644 --- a/docs/accessibility-android-rules.md +++ b/docs/accessibility-android-rules.md @@ -43,6 +43,8 @@ import TabItem from '@theme/TabItem'; }} > +skfgkjsjre + | Rule Name | WCAG | Level | Impact | Description | |-----------|------|-------|--------|-------------| | Missing Image Alt | 1.1.1 | A | Critical | Images lack alternative text descriptions that screen readers can announce to users. Add `android:contentDescription` to meaningful images or set to empty string for decorative images to ensure proper accessibility support. | From 7f9aa2516950d42b6ba0dfccb452f62657a868b7 Mon Sep 17 00:00:00 2001 From: Saksham Arora Date: Wed, 6 Aug 2025 14:50:35 +0530 Subject: [PATCH 2/4] Updated documentation for speedup-espresso --- docs/speedup-espresso.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/speedup-espresso.md b/docs/speedup-espresso.md index 3b7bd378c..b0ef25a11 100644 --- a/docs/speedup-espresso.md +++ b/docs/speedup-espresso.md @@ -75,10 +75,15 @@ POST /framework/v1/espresso/build You can not use the following filters simultaneously. - `class` and `package` - `class` and `skipClass` -- `annotation` and `skipAnnotation` - `package` and `skipPackage` ::: +:::info Note +You can use the following filters simultaneously. +- `annotation` and `skipAnnotation` +::: + + ## Some Examples Please refer to the example `cURL` requests given below for your reference. From e65a7e0cf0ca13da637eedd5907b914ae9198cc4 Mon Sep 17 00:00:00 2001 From: Saksham Arora Date: Wed, 6 Aug 2025 15:53:45 +0530 Subject: [PATCH 3/4] Updated documentation for speedup-espresso --- docs/accessibility-android-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/accessibility-android-rules.md b/docs/accessibility-android-rules.md index 0c7e7e998..9fa5d02d4 100644 --- a/docs/accessibility-android-rules.md +++ b/docs/accessibility-android-rules.md @@ -43,7 +43,7 @@ import TabItem from '@theme/TabItem'; }} > -skfgkjsjre + | Rule Name | WCAG | Level | Impact | Description | |-----------|------|-------|--------|-------------| From 6b6ca04fec3b6edcf614d32840be80dddacaa27c Mon Sep 17 00:00:00 2001 From: Saksham Arora Date: Wed, 6 Aug 2025 16:23:26 +0530 Subject: [PATCH 4/4] Updated documentation for speedup-espresso --- docs/accessibility-android-rules.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/accessibility-android-rules.md b/docs/accessibility-android-rules.md index 9fa5d02d4..7bbe2cc91 100644 --- a/docs/accessibility-android-rules.md +++ b/docs/accessibility-android-rules.md @@ -43,8 +43,6 @@ import TabItem from '@theme/TabItem'; }} > - - | Rule Name | WCAG | Level | Impact | Description | |-----------|------|-------|--------|-------------| | Missing Image Alt | 1.1.1 | A | Critical | Images lack alternative text descriptions that screen readers can announce to users. Add `android:contentDescription` to meaningful images or set to empty string for decorative images to ensure proper accessibility support. |