Skip to content

Commit

Permalink
Merge branch 'trunk' into dependabot/gradle/kotlinxCoroutinesVersion-…
Browse files Browse the repository at this point in the history
…1.8.1
  • Loading branch information
nbradbury authored Jul 10, 2024
2 parents 63026a8 + 06b5045 commit ebc82fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion docs/talkback-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### <a name="horizontal-scrolling"></a>Horizontal Scrolling

Expand Down

0 comments on commit ebc82fe

Please sign in to comment.