Accessibility Principles Flashcards

1
Q

```

~~~

What are the 4 principles of Web Accessibility?

A
  1. Perceivable
  2. Operable
  3. Understandable
  4. Robust

Acronym: POUR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the definition of Perceivability?

A

Perceivability is about making the output of web content available through multiple sensory modalities.
* Sight
* Sound
* Touch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some examples of the Perceivability principle?

A
  • Using ARIA to announce a change of state on the web page
  • Using aria-live to make announcements
  • Adding alt text to images
  • Providing text transcripts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly