From efe82822b7b70b3317383e0c3cc8e00422e0e70d Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Thu, 10 Sep 2020 16:29:20 -0400 Subject: [PATCH] Update ACCESSIBILITY.md --- ACCESSIBILITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ACCESSIBILITY.md b/ACCESSIBILITY.md index b403c978d..a8b680497 100644 --- a/ACCESSIBILITY.md +++ b/ACCESSIBILITY.md @@ -211,6 +211,7 @@ are kept close to 100% coverage, while most languages have less than 50% coverag | 🤷 | [Screen reader support](https://en.wikipedia.org/wiki/Screen_reader) | | | | 🟠 | [Browser zoom](https://support.mozilla.org/en-US/kb/accessibility-features-firefox-make-firefox-and-we#w_page-zoom) | Scrolling-to-pan the map may react oddly on some browsers | | | 🟠 | [Text-only browser zoom](https://support.mozilla.org/en-US/kb/accessibility-features-firefox-make-firefox-and-we#w_text-zoom) | Enlarged text can overflow containers that have fixed dimensions | [#7965](https://github.com/openstreetmap/iD/issues/7965) | +| 🟠 | Browser zoom keyboard shortcuts | iD overrides the Cmd+ and Cmd shortcuts. Firefox's text-only zoom shortcuts are okay | [#7976](https://github.com/openstreetmap/iD/issues/7965) | | 🟠 | [Don't rely on color alone](https://www.wuhcag.com/use-of-colour/) | Some classes of map data are indistinguishable except for their colors | | | 🤷 | [High-contrast text colors](https://www.wuhcag.com/contrast-enhanced/) | | | | ❌ | [Dark mode](https://en.wikipedia.org/wiki/Light-on-dark_color_scheme) | Many people find light-on-dark UIs easier to read under certain conditions | |