android:importantForAccessibility="yes"Consider: Such a bug is very likely to repeat since we use raw `TextView` and not a common component.
Isn't there a common style or not sure if we should consider this as part of `textAppearance`. Or perhaps just a knowledge sharing in any form.
Basically any idea how to prevent this from happening again?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
android:importantForAccessibility="yes"Consider: Such a bug is very likely to repeat since we use raw `TextView` and not a common component.
Isn't there a common style or not sure if we should consider this as part of `textAppearance`. Or perhaps just a knowledge sharing in any form.
Basically any idea how to prevent this from happening again?
I think that this is usually prevented by defining green lines for the project and aligning with them. Older projects like this probably didn't have it or something was omitted. AFAIK we don't have any common Chromium style to enforce this and implementing such could be a big effort to do. Probably up to Accessibility team to define it.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[a11y][Android] Make AllPasswords titles focusable for screen readers
The "Select password" title and the origin warning subtitle in the All
Passwords bottom sheet were not focusable or read by TalkBack. This CL
fixes the issue by marking both TextViews as screen reader focusable and
important for accessibility, and setting the title as an accessibility
heading.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |