mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Update ACCESSIBILITY.md
Start vision and hearing accessibility sections
This commit is contained in:
+19
-2
@@ -18,6 +18,7 @@ Symbols used in this document:
|
||||
- ❌ No appreciable support
|
||||
- 🤷 Unknown support, none is assumed
|
||||
|
||||
|
||||
## Browser Compatibility
|
||||
|
||||
As a web app, iD's browser support is fundamental. The user experience should be
|
||||
@@ -48,6 +49,7 @@ elsewhere in this document.
|
||||
|
||||
[#7132]: https://github.com/openstreetmap/iD/issues/7132
|
||||
|
||||
|
||||
## Input Device Support
|
||||
|
||||
iD has traditionally assumed the mapper will be interacting via a mouse and keyboard,
|
||||
@@ -122,7 +124,7 @@ platform. Some languages have region-specific variants, such as Brazilian Portug
|
||||
Translators are typically volunteers. See the [translation guide](https://github.com/openstreetmap/iD/blob/develop/CONTRIBUTING.md#translating)
|
||||
for more info.
|
||||
|
||||
| | Localization Feature | Notes |
|
||||
| | Localization Feature | Notes |
|
||||
|---|---|---|
|
||||
| ✅ | Browser language preference | iD tries to use the language set in the browser |
|
||||
| ❌ | Base language fallback | E.g. if `pt_BR` is incomplete, `pt` should be tried before `en` |
|
||||
@@ -137,7 +139,7 @@ The following table details which interface elements can adapt to the mapper's
|
||||
language preferences. This doesn't account for whether they've actually been
|
||||
translated to one or more languages.
|
||||
|
||||
| | Interface Element | Notes | Issues |
|
||||
| | Interface Element | Notes | Issues |
|
||||
|---|---|---|---|
|
||||
| ✅ | Labels and descriptions | | |
|
||||
| ✅ | Help docs and walkthrough | | |
|
||||
@@ -161,6 +163,21 @@ listed here. Visit the [Transifex project page](https://www.transifex.com/openst
|
||||
to see the latest numbers. Typically a few languages (German, Spanish, Japanese…)
|
||||
are kept close to 100% coverage, while most languages have less than 50% coverage.
|
||||
|
||||
## Vision Accessbility
|
||||
|
||||
| | Vision-Access Feature | Notes | Issues |
|
||||
|---|---|---|---|
|
||||
| 🤷 | [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 | |
|
||||
| 🟠 | [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 | Many people find light-on-dark UIs easier to read under certain conditions | |
|
||||
|
||||
## Hearing Accessibility
|
||||
|
||||
iD itself currently has no audio, so hearing difficulties alone are not expected to impact usability.
|
||||
|
||||
---
|
||||
|
||||
_Further sections coming soon…_
|
||||
|
||||
Reference in New Issue
Block a user