From a464bba314ab9c13a86749162097cb7fba1ba11d Mon Sep 17 00:00:00 2001 From: Robert Kozik Date: Mon, 18 Sep 2023 14:37:24 +0200 Subject: [PATCH] remove unwanted line Co-authored-by: Rory Abraham <47436092+roryabraham@users.noreply.github.com> --- contributingGuides/ACCESSIBILITY.md | 1 - 1 file changed, 1 deletion(-) diff --git a/contributingGuides/ACCESSIBILITY.md b/contributingGuides/ACCESSIBILITY.md index 42775aab00c8..8e7416400942 100644 --- a/contributingGuides/ACCESSIBILITY.md +++ b/contributingGuides/ACCESSIBILITY.md @@ -37,7 +37,6 @@ For iOS, you can use the `accessibility inspector` app to test for accessibility For Android, you can use the [accessibility scanner](https://support.google.com/accessibility/android/answer/6376570) app to test for accessibility. You can find it in the Google Play Store. This app allows you to inspect the accessibility properties of any element on the screen. You can also use it to simulate different accessibility settings, such as TalkBack, color blindness, and more. It's a great tool for testing whether created component has accessibility properties set correctly. The [result of the accessibility scanner](https://support.google.com/accessibility/android/answer/6376559) app has information about content labeling, implementation, touch target size and low contrast This tool requires an installed APK to test on. - - **Web/Desktop** On Mac, you can use the [VoiceOver](https://www.apple.com/accessibility/mac/vision/) app to test for accessibility. You can find it in the Mac menu under `System Preferences > Accessibility > VoiceOver` or by pressing `Cmd + F5`. This app allows you to inspect the accessibility properties of any element on the screen. You can also use it to simulate different accessibility settings, such as VoiceOver, color blindness, and more. It's a great tool for testing whether created component has accessibility properties set correctly.