| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
LGTM % chromevox testing
SetTopContentView(views::Builder<views::ImageView>()do we need to explicitly set the content description to nothing or ignored for a11y? (does this work fine with ChromeVox?)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
SetTopContentView(views::Builder<views::ImageView>()do we need to explicitly set the content description to nothing or ignored for a11y? (does this work fine with ChromeVox?)
The icon is purely decorative in this case, and it implicitly ignored for a11y. It does not get focused, and ChromeVox does not work with it.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
SetTopContentView(views::Builder<views::ImageView>()Antonio Gomes Nettodo we need to explicitly set the content description to nothing or ignored for a11y? (does this work fine with ChromeVox?)
The icon is purely decorative in this case, and it implicitly ignored for a11y. It does not get focused, and ChromeVox does not work with it.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
SetTopContentView(views::Builder<views::ImageView>()Antonio Gomes Nettodo we need to explicitly set the content description to nothing or ignored for a11y? (does this work fine with ChromeVox?)
Aida ZolicThe icon is purely decorative in this case, and it implicitly ignored for a11y. It does not get focused, and ChromeVox does not work with it.
Just to confirm, this is how other icons behave in dialogs?
This API is used once else in the source base [1]. This dialog shows up coincidentally in the second login for me and informs the user about restore session. It icon isnt chromevox-aware there, and purely informative/decorative.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
a11y sync: Add icon to the conflict resolution dialog header
... as per the UX [1] - see [2] for an screenshot.
[1] https://docs.google.com/presentation/d/14XfLlq3pksDNjM8se_HFibB1EK5MvSwMzT4ookN5gcU/
[2] https://drive.google.com/file/d/1QE1_etosBX8_SB-BzW8L2HS09xVpEwaq/view?usp=sharing
R=aida...@chromium.org, ka...@chromium.org
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |