Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some animation transitions may make content inaccessible to ChromeVox users #12939

Closed
aitchiss opened this issue Mar 8, 2021 · 2 comments
Closed
Labels
area: accessibility issues that need accessibility improvements (a11y) external contributors welcome contribution is welcome! good first issue good first issues for anyone new to programming and new to the project.

Comments

@aitchiss
Copy link
Contributor

aitchiss commented Mar 8, 2021

Describe the bug

We recently became aware that ChromeVox (the in-built screen reading software for Chromebook) does not announce content that is set to have opacity: 0 (even if the opacity is then later transitioned to opacity > 0 via e.g. an animation) (See https://twitter.com/sarasoueidan/status/1365696682529333253)

We have a few instances in the app where we use opacity: 0 as the starting point for a transition - e.g. the sidebar-wrapper in articles.scss.

To Reproduce

I haven't actually been able to reproduce this as it seems ChromeVox is only available as the native screen reader on Chromebooks.

Expected behavior

Elements that fade or animate in should still be accessible to ChromeVox users. We can address this by adding a very small opacity to the elements that are currently 0, e.g. opacity: 0.00001

@github-actions
Copy link
Contributor

github-actions bot commented Mar 8, 2021

Thanks for the issue, we will take it into consideration! Our team of engineers is busy working on many types of features, please give us time to get back to you.

Feature requests that require more discussion may be closed. Read more about our feature request process on forem.dev.

To our amazing contributors: issues labeled type: bug are always up for grabs, but for feature requests, please wait until we add a ready for dev before starting to work on it.

To claim an issue to work on, please leave a comment. If you've claimed the issue and need help, please ping @forem/oss. The OSS Community Manager or the engineers on OSS rotation will follow up.

For full info on how to contribute, please check out our contributors guide.

@cmgorton cmgorton added the area: accessibility issues that need accessibility improvements (a11y) label Mar 8, 2021
@citizen428 citizen428 added the external contributors welcome contribution is welcome! label Mar 9, 2021
@cmgorton cmgorton added the good first issue good first issues for anyone new to programming and new to the project. label Mar 19, 2021
@cmgorton
Copy link
Contributor

cmgorton commented Aug 9, 2021

I believe #12939 closes this issue.

@cmgorton cmgorton closed this as completed Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: accessibility issues that need accessibility improvements (a11y) external contributors welcome contribution is welcome! good first issue good first issues for anyone new to programming and new to the project.
Projects
None yet
Development

No branches or pull requests

3 participants