From 91ecfd61e4bdfdd29d41af2f36e3e527f21741f2 Mon Sep 17 00:00:00 2001 From: shail-mehta Date: Sun, 17 Mar 2024 13:57:17 +0530 Subject: [PATCH] fix-small-typo-in-docs --- docs/talkback-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/talkback-guidelines.md b/docs/talkback-guidelines.md index 9c4c60e87356..43abbce453b9 100644 --- a/docs/talkback-guidelines.md +++ b/docs/talkback-guidelines.md @@ -215,7 +215,7 @@ To make a view focusable for accessible you can utilize : #### Focus Guidelines * It is important that you manage how focus is being set. Ensure you don't confuse keyboard focus/input focus with accessibility focus, as you can end up in a situation where you set `focusable` to true for accessibility reasons and it impacts the user experience for users using the app without TalkBack. -* Do not attempt to force TalkBack to focus on a specific view, as it breaks predictable navigation and you might make the app more inaccessible. TalkBack also attaches itself late in the activity lifecyle so it might be difficult to get this to work properly without a hacky solution. +* Do not attempt to force TalkBack to focus on a specific view, as it breaks predictable navigation and you might make the app more inaccessible. TalkBack also attaches itself late in the activity lifecycle so it might be difficult to get this to work properly without a hacky solution. ### Horizontal Scrolling