Accessibility Core Concepts
This page covers foundational knowledge that underpins Universal Design and appears throughout the IAAP CPACC exam: models of disability, categories of disability and associated barriers, assistive technologies, the difference between accommodations and universal design, benefits of accessibility, and a high-level view of WCAG principles.
Models of disability
How society understands disability shapes policy, design, and attitudes. CPACC expects you to characterize major models and their strengths and limitations.
| Model | Core idea | Implication for design |
|---|---|---|
| Medical | Disability is an individual problem located in the body; focus on cure or treatment. | May lead to designing "for" people as patients rather than as full users. |
| Social | Disability arises from interaction between people and environments that exclude them. | Strongly supports barrier removal and Universal Design. |
| Biopsychosocial | Integrates biological, psychological, and social factors (e.g. WHO ICF approach). | Useful for nuanced understanding of function and participation. |
| Functional solutions | Focus on practical solutions that improve function in context. | Aligns with assistive technology and adaptive strategies. |
| Charity | People with disabilities are objects of pity or aid. | Often produces paternalistic, non-empowering solutions. |
Categories of disability and barriers
Disabilities can be permanent, temporary, or situational. Barriers appear in both the physical world and information and communication technology (ICT).
- Visual -- blindness, low vision, color vision deficiency. Barriers: content only available visually, poor contrast, missing text alternatives.
- Auditory -- deafness, hard of hearing. Barriers: audio-only content without captions or transcripts, lack of visual alerts.
- Deaf-blindness -- combined vision and hearing loss. Barriers: content that is not available in tactile or highly adaptable formats.
- Speech -- difficulty producing speech. Barriers: voice-only interfaces without alternatives.
- Mobility, flexibility, body structure -- limited movement, reach, or strength. Barriers: small targets, mouse-only interfaces, physical obstacles.
- Cognitive -- memory, attention, literacy, executive function differences. Barriers: complex language, inconsistent navigation, time limits, cluttered layouts.
- Seizure -- photosensitive epilepsy and related conditions. Barriers: flashing content, certain animations.
- Psychological / psychiatric -- mental health conditions that affect concentration, stress response, or interaction. Barriers: unpredictable interfaces, high cognitive load, lack of control.
- Multiple / compound -- combinations of the above.
Temporary examples: broken arm, eye infection, medication side effects. Situational examples: bright sunlight on a screen, noisy room, holding a child, slow network. Designing for permanent disability often improves temporary and situational experiences as well.
Assistive technologies and adaptive strategies
Assistive technology (AT) helps people perform functions that might otherwise be difficult or impossible. Examples include:
- Screen readers and refreshable braille displays
- Screen magnifiers and high-contrast modes
- Alternative keyboards, switches, eye-gaze systems, voice control
- Captioning and transcription tools
- Cognitive aids (reminders, simplified interfaces, reading supports)
Universal Design reduces the need for specialized AT by making mainstream products more usable. When specialized AT is still needed, the mainstream product must remain compatible (for example, clean semantic HTML so a screen reader can interpret the page).
Accommodations versus Universal Design
This distinction is central to CPACC Domain 2.
| Approach | When applied | Who benefits | Limitation |
|---|---|---|---|
| Accommodation | After a barrier is identified for a specific person | Primarily the individual who requested it | Reactive; can be slow, costly, or stigmatizing; does not prevent the next barrier |
| Universal Design | From the beginning of design | Broad range of users, including those without identified disability | Requires upfront intent and skill; not every need can be anticipated perfectly |
Accommodations remain essential and legally required in many contexts. Universal Design reduces how often they are needed and improves the baseline experience for everyone.
Benefits of accessibility
- People -- greater independence, participation, dignity, and equal opportunity.
- Organizations -- larger reachable market, reduced legal risk, improved brand trust, often better usability for all customers.
- Society -- alignment with human rights frameworks (for example the UN Convention on the Rights of Persons with Disabilities).
- Innovation -- constraints drive creative solutions that later become mainstream (curb cuts, captions, voice interfaces).
WCAG principles at a glance (POUR)
The Web Content Accessibility Guidelines (WCAG) are the primary technical standard referenced for digital accessibility. Content should be:
Perceivable
Information and UI components must be presentable to users in ways they can perceive (text alternatives, captions, adaptable layouts, sufficient contrast).
Operable
UI components and navigation must be operable (keyboard access, enough time, no seizure triggers, clear navigation and focus).
Understandable
Information and operation of the UI must be understandable (readable language, predictable behavior, input assistance).
Robust
Content must be robust enough to be interpreted reliably by a wide range of user agents, including assistive technologies.
WCAG success criteria are organized by level (A, AA, AAA). Many laws and policies reference Level AA as a practical target. Universal Design principles and UDL complement WCAG; they are not replacements for it.
Disability etiquette (brief)
- Speak directly to the person, not only to a companion or interpreter.
- Ask before offering assistance; accept "no" graciously.
- Use person-first or identity-first language according to individual preference; when unknown, many communities accept either when used respectfully.
- Do not touch mobility aids or service animals without permission.
- Focus on the person and the interaction, not the disability.
Self-check
A product team says: "We will wait for users with disabilities to report problems, then fix them with accommodations." Which model of disability does this most reflect, and what is a Universal Design alternative?
Show sample response
This approach is closer to a medical or reactive functional view that treats access as an individual exception. A Universal Design alternative is to evaluate the product against the 7 Principles and WCAG during design and testing, involve diverse users early, and build flexible options so fewer people need one-off accommodations.
Next step
Review official CPACC materials, the 7 Principles page, and UDL page together. Then use the Resources page for links to IAAP, CAST, WCAG, and further study.