Skip to content
Snippets Groups Projects
Unverified Commit a636c75a authored by frannietrempe's avatar frannietrempe Committed by GitHub
Browse files

docs - mention prefers-reduced-motion setting (#20325)


* docs - mention prefers-reduced-motion setting

* Update docs/accessibility.md

Co-authored-by: default avatarJeff Bruemmer <jeff@metabase.com>

Co-authored-by: default avatarJeff Bruemmer <jeff@metabase.com>
parent a99ea9d1
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ Metabase is not yet fully compliant with [the US federal government's Section 50
- Metabase doesn't have a method to allow screen readers to skip over repetitive navigation elements.
- Metabase is extremely close but not 100% compliant at providing text equivalents for all non-text elements.
- Most of our form elements are selectable by tabbing through elements.
- Metabase has minimal transition animations in it, but we have not yet tested whether the range of flickering is always between 2 and 55 Hertz.
- Metabase has minimal transition animations in it, but we have not yet tested whether the range of flickering is always between 2 and 55 Hertz. If you've opted for [Reduce Motion / Remove Animation](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion#user_preferences) settings in your OS to take advantage of the `prefers-reduced-motion` CSS media feature, Metabase will disable animations.
- Metabase's data tables do not have row and column headers identified in markup.
- We do not yet have a published description of our accessibility and compatibility features.
- Since Metabase is a React-based web application, it cannot function without scripting (i.e., JavaScript) turned on.
......@@ -13,4 +13,4 @@ Metabase is not yet fully compliant with [the US federal government's Section 50
If you'd like to help us address these accessibility gaps, please see [our developers' guide][developers-guide].
[508-accessibility]: https://section508.gov/
[developers-guide]: /docs/latest/developers-guide.html
[developers-guide]: /docs/latest/developers-guide.html
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment