From 7fb1997d83fe4c0f9eb9a2ea8b29de5b5d53da03 Mon Sep 17 00:00:00 2001 From: Robert Kozik Date: Mon, 18 Sep 2023 14:37:32 +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 8e7416400942..b94cbf3087c8 100644 --- a/contributingGuides/ACCESSIBILITY.md +++ b/contributingGuides/ACCESSIBILITY.md @@ -41,7 +41,6 @@ This tool requires an installed APK to test on. 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. - ### Valuable resources - [Apple accessibility guidelines](https://developer.apple.com/design/human-interface-guidelines/accessibility/overview/introduction/) - [Google accessibility guidelines](https://developer.android.com/guide/topics/ui/accessibility)