diff --git a/build.gradle b/build.gradle index 474b33391092..54ac06f1a60a 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ ext { automatticTracksVersion = '5.1.0' gutenbergMobileVersion = 'v1.121.0-alpha1' wordPressAztecVersion = 'v2.1.3' - wordPressFluxCVersion = '3045-5fc175e4780dec098cfd04bf5eb9da7f3cce4076' + wordPressFluxCVersion = 'trunk-c670e916346bdaa2379936dd8dbb6750766ca319' wordPressLoginVersion = '1.16.0' wordPressPersistentEditTextVersion = '1.0.2' wordPressUtilsVersion = '3.14.0' 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