Skip to content

Commit

Permalink
wcag2ict
Browse files Browse the repository at this point in the history
  • Loading branch information
crescentheaded committed Aug 17, 2024
1 parent c299e9f commit cec8812
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,17 @@ According to [**Web Content Accessibility Guidelines (WCAG)**](https://www.w3.or

These are **principles of accessible design**. [**iOS Accessibility Handbook**](<doc:iOSAccessibilityHandbook>) greatly **respects**, **follows** and is in agreement with [**The World Wide Web Consortium Web Accessibility Initiative (W3C WAI)**](https://www.w3.org/WAI/).

### -- Why WCAG is so important?
WCAG has been being developed by immense efforts of thousands of professionals who cared, **since 1994**. Which, actually, means nothing to us. The only thing that truly matters is that **these practices work**. That's why.

We will study accessibility by these principles **in general** and inspect each of them in detail later at the [**Accessible Design**](<doc:AccessibleDesign>) page.

### -- W is for Web. We're talking Mobile.
That's right, excuse me. But the absence of widely-recognised standards for mobile accessibility should not be an obstacle on our way.
That's right, excuse me. But the absence of widely-recognised standards for mobile accessibility should not be an obstacle on our way. **Accessibility is technology-agnostic.**

> Experiment: To be completely honest, WCAG for mobile exists. It is called [**WCAG2ICT**](https://www.w3.org/TR/wcag2ict/) and is essentially the same document with remarks specific to non-web technology.
Interface theory is shared between various technology, accessibility principles are widely applicable. We just have to make sure that we understand what we're doing to get it right. And that's why this handbook exist.
Interface theory is shared between various technology, accessibility principles are widely applicable. We just have to make sure that we *understand* what we're doing to **get it right**. And that's why this handbook exist.

## Assistive technology
There are situations where *design means* are **not enough** for an interface to be accessible. Here comes **assistive technology**: software, hardware and combined solutions that *allow* users to be able to have **equitable interaction experience**.
Expand Down

0 comments on commit cec8812

Please sign in to comment.