Skip to content

Accessibility Aria Patterns

Master Accessibility Aria Patterns with 120 free flashcards. Study using spaced repetition and focus mode for effective learning in Frontend.

🎓 120 cards ⏱️ ~60 min Advanced
Study Full Deck →
Share: 𝕏 Twitter LinkedIn WhatsApp

🎯 What You'll Learn

Preview Questions

12 shown

What does the acronym "a11y" stand for in web development?

Show ▼

"a11y" is a numeronym for "accessibility" — 'a' + 11 letters + 'y'.

What is the difference between web accessibility (a11y) and usability?

Show ▼

Accessibility means people with disabilities can perceive, understand, navigate, and interact with the web. Usability is the broader quality of a design being easy to use for everyone, including those without disabilities.

Which four disability categories does WCAG primarily address?

Show ▼

Visual, auditory, physical/motor, and cognitive/neurological disabilities.

Name the three conformance levels defined by WCAG 2.1.

Show ▼

A (lowest), AA (mid), and AAA (highest).

What is the WCAG 2.1 minimum contrast ratio for normal text at level AA?

Show ▼

4.5:1.

What is the WCAG 2.1 minimum contrast ratio for large text (≥18pt or ≥14pt bold) at level AA?

Show ▼

3:1.

What is the WCAG 2.1 minimum contrast ratio for normal text at level AAA?

Show ▼

7:1.

What are the four POUR principles that organize WCAG guidelines?

Show ▼

Perceivable, Operable, Understandable, and Robust.

What does the "Accessible Rich Internet Applications" (ARIA) specification do?

Show ▼

It defines roles, states, and properties that can be added to HTML so web content and applications are more accessible to assistive technology users.

What is the first rule of ARIA?

Show ▼

If you can use a native HTML element or attribute that has the semantics and behavior you need, use that — do not add ARIA roles, states, or properties.

What is the third rule of ARIA?

Show ▼

All interactive ARIA controls must be usable with the keyboard.

What is the fourth rule of ARIA?

Show ▼

Do not use role="presentation" or aria-hidden="true" on a focusable element or on an element that has focusable descendants.

🎓 Start studying Accessibility Aria Patterns

🎮 Study Modes Available

🔄

Flashcards

Flip to reveal

🧠

Focus Mode

Spaced repetition

Multiple Choice

Test your knowledge

⌨️

Type Answer

Active recall

📚

Learn Mode

Multi-round mastery

🎯

Match Game

Memory challenge

Related Topics in Frontend

📖 Learning Resources