Skip to content
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
14 changes: 7 additions & 7 deletions src/pages/accessibility/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
title: Accessibility
---
## Accessibility
<strong>Web accessibility means that people with disabilities can use the Web</strong>.
<strong>Web accessibility means that people with disabilities can use the web</strong>.

More specifically, Web accessibility means that people with disabilities can perceive, understand, navigate, and interact with the Web, and that they can
contribute to the Web. Web accessibility also benefits others, including [older people](https://www.w3.org/WAI/bcase/soc.html#of) with changing abilities
More specifically, web accessibility means that people with disabilities can perceive, understand, navigate, and interact with the web, and that they can
contribute to the web. Web accessibility also benefits others, including [older people](https://www.w3.org/WAI/bcase/soc.html#of) with changing abilities
due to aging.

Web accessibility encompasses all disabilities that affect access to the Web, including visual, auditory, physical, speech, cognitive, and neurological
Web accessibility encompasses all disabilities that affect access to the web, including visual, auditory, physical, speech, cognitive, and neurological
disabilities. The document [How People with Disabilities Use the Web](http://www.w3.org/WAI/intro/people-use-web/Overview.html) describes how different
disabilities affect Web use and includes scenarios of people with disabilities using the Web.
disabilities affect web use and includes scenarios of people with disabilities using the web.

Web accessibility also **benefits** people *without* disabilities. For example, a key principle of Web accessibility is designing Web sites and software
Web accessibility also **benefits** people *without* disabilities. For example, a key principle of web accessibility is designing websites and software
that are flexible to meet different user needs, preferences, and situations. This **flexibility** also benefits people *without* disabilities in certain
situations, such as people using a slow Internet connection, people with "temporary disabilities" such as a broken arm, and people with changing abilities
due to aging. The document [Developing a Web Accessibility Business Case for Your Organization](https://www.w3.org/WAI/bcase/Overview) describes many
different benefits of Web accessibility, including **benefits for organizations**.

Web accessibility should also include the people who doesnt have access to internet or computer.
Web accessibility can also include the people who don't have access to the internet or a computer.

A prominent guideline for web development was introduced by the [World Wide Web Consortium (W3C)](https://www.w3.org/), the [Web Accessibility Initiative](https://www.w3.org/WAI/)
from which we get the [WAI-ARIA](https://developer.mozilla.org/en-US/docs/Learn/Accessibility/WAI-ARIA_basics), the Accessible Rich Internet Applications Suite.
Expand Down