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

Improve topic "Web accessibility" #4581

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions topics/web-accessibility/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
---
display_name: Web Accessibility (a11y)
topic: web-accessibility
display_name: Web Accessibility (a11y)
short_description: Accessibility is the practice of building inclusive spaces for different people.
aliases: accessibility, a11y
related: wai-aria
short_description: During server-side rendering, the content of a webpage is prepared on the server and only needs to be hydrated by the client.
related: wai-aria, alt-text, assistive-technology, screen-reader, accessibility-testing
wikipedia_url: https://en.wikipedia.org/wiki/Web_accessibility
---
**(Web) Accessibility** (often abbreviated to **[A11y](https://www.accessibility.com/glossary/a11y)** — this is a numeronym, where the “11” stands for the 11 letters between the first letter “a” and the last letter “y”) in web development means enabling as many people as possible to use websites, even when those people's abilities are limited in some way.
**(Web) Accessibility** or **eAccessibility** (often abbreviated to **[A11y](https://www.accessibility.com/glossary/a11y)** — this is a numeronym, where the “11” stands for the 11 letters between the first letter “a” and the last letter “y”) 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)
Loading