This commit is contained in:
Sebastian Hädrich 2025-01-12 04:17:43 +01:00 коммит произвёл GitHub
Родитель 80ce885e25
Коммит fe4f163582
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 23 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,23 @@
---
display_name: Accessibility (a11y)
short_description: Accessibility is the practice of building inclusive spaces for different people.
topic: accessibility
aliases: a11y
related: wai-aria, alt-text, assistive-technology, screen-reader, accessibility-testing
---
**Accessibility** (**a11y**), more specifically **web accessibility** or **eAccessibility**, is the practice of building inclusive spaces for different people, either by supporting the use of [assistive technology](https://github.com/topics/assistive-technology) (ALT text, ARIA HTML attributes, etc.) or by designing things with multiple ways to access them (color coding + text labels + icons, captions + sign language interpreter), keeping in mind different forms of impairments, disabilities, and difficulties—both temporary and permanent—, users of these space could face and might struggle with while using the space, which include:
* Visual impairments, e.g.
* color blindness/color vision deficiency
* blindness/low vision/poor eyesight
* Motor/mobility, e.g.
* tremors
* loss of fine muscle control,
* Auditory impairment/hearing impairments, e.g.
* people who are hard of hearing
* deafness
* Seizures
* Cognitive and intellectual, e.g.
* developmental disabilities
* learning difficulties (dyslexia, dyscalculia, etc.)
* cognitive disabilities (PTSD, Alzheimer's)