WebAIM - Web Accessibility In Mind

Cognitive
Introduction

Something to Think About...

Cognitive disability (also known as intellectual disability) is a nebulous term describing a person who has greater difficulty with mental tasks than the average person. Cognitive disabilities are by far the most common type of disability.

Most cognitive disabilities are rooted in biology or physiology. The connection between biology and mental processes is most obvious in cases of traumatic brain injury and genetic disorders, but even the more subtle cognitive disabilities stem from brain structure or chemistry. People with profound cognitive disabilities need assistance with nearly every aspect of daily living. Someone with a minor learning disability, however, may be able to function adequately, even to the extent that the disability is never diagnosed.

Some web content is too complex by its nature to ever be fully accessible to users with profound cognitive disabilities. Nevertheless, developers and designers still have techniques available to make content accessible to as wide a spectrum of users as possible.

Clinical vs. Functional Classifications

Cognitive disabilities can be thought of in functional or clinical terms. Clinical diagnoses include autism, Down syndrome, traumatic brain injury (TBI), and dementia. Less severe cognitive conditions include attention deficit disorder (ADD), dyslexia (difficulty reading), dyscalculia (difficulty with math), and learning disabilities in general. Clinical diagnoses may be useful from a medical perspective for treatment, but for the purposes of web accessibility, classifying by functional disability is more useful.

Functional classification focuses on the user's abilities and challenges, irrespective of their medical or behavioral causes. Multiple functional disabilities can stem from one clinical diagnosis: A person with memory deficits may also have difficulty with attention or problem-solving. Functional categories of cognitive disabilities include difficulties with:

  1. Memory
  2. Problem-solving
  3. Attention
  4. Reading, linguistic, and verbal comprehension
  5. Math comprehension
  6. Visual comprehension

Functional classifications are useful in web accessibility because they align to concerns of web designers and developers. Telling a developer that some people have autism is only meaningful if the developer knows what kinds of barriers a person with autism might face with web content. On the other hand, telling a developer that some people have difficulties comprehending math gives the developer a meaningful context. Developers simply need to understand and consider the user's range of abilities.

Memory

A common model for explaining memory involves the concepts of working (immediate) memory, short-term memory, and long-term memory. Some individuals with cognitive disabilities have difficulties with one, two, or all three. Some users cannot remember how they got to content. If a complex form displays multiple error messages, the user may be unable to remember multiple errors, and may even forget the error information before they are able to address the error. Maintaining consistency in design and presentation minimizes memory requirements.

Problem-Solving

Some individuals with cognitive disabilities have difficulty solving problems as they arise. Low resilience can cause frustration and lead the user to abandon the task or the site. Examples include CAPTCHA puzzles that require high levels of cognitive function, technically worded error messages, and links that do not take user where they thought they were going.

Attention

A distracted student.Many individuals have difficulty keeping focus on the task at hand. Distractions such as animating carousels, "toast" popups, jiggling icons, and spontaneous dialog overlays can make task completion difficult or even impossible. Even for neurotypical users, such movements impair usability.

Some people with Attention Deficit Hyperactivity Disorder (ADHD) have difficulties learning, but often this is due to distractibility rather than inability to process information. People with ADHD can be impulsive, easily distracted, inattentive, and less able to stick to a long-term task. However, some are highly creative and very productive in short bursts, with an abundance of energy and enthusiasm.

To help users focus on important content and functionality, avoid anything that would distract a person's attention away from the main content or functionality, and use good design, such as color, white space, and simple presentation.

Reading, Linguistic, and Verbal Comprehension

complex words floating through space.Some individuals have difficulties understanding text, ranging from minor challenges to a complete inability to read any text. Although web developers cannot fully accommodate the entire range from non-readers to genius readers, we can try to write as simply and clearly as is feasible, taking into account the primary audience and including those who may have difficulty with some of the content. An estimated 15-20% of the population has some sort of language or text comprehension difficulty—including many prominent high achievers like Emma Watson, Richard Branson, and Whoopi Goldberg.

Example

Here is one example of a reading problem. Note that it may be one of perception or of processing. See if the associated accessibility fix helps you.

What is being said in this phrase?

Tob eornot obe

Now check the power and importance of embedded graphics as a way to enhance the context of the written word by looking at the phrase with a graphic.

Non-Literal Text

Some readers misinterpret satire, allegory, and idiom as literal text. A writer who says "I just love getting stuck in traffic when I'm already late for work" probably means the opposite. Sarcasm such as this can be confusing to some readers. Similarly, someone who reads the colloquialism "she needs to get her ducks in a row" may not realize that the author is probably not referring to real ducks at all. The author is suggesting a need to be more organized or disciplined, using the comparison of a mother duck with her ducklings lined up behind her in order to illustrate the concept.

Non-Existent Text

The unstated assumptions and implied meaning of written content may seem obvious to the writer, but readers may not have the necessary context or background knowledge. Some readers may not be able to infer the intended meaning of text without additional explanations or help.

Math Comprehension

Mathematical expressions can be especially difficult for users with cognitive disabilities to understand. This does not mean that authors should avoid math entirely. For people who are comfortable reading equations and thinking mathematically, the best way to explain mathematical concepts is to use equations. However, often it is helpful to explain math conceptually, with or without the formulas. Conceptual explanations help readers understand the reasoning behind the math.

Visual Comprehension

Some individuals have difficulties processing visual information. In many ways, this is the opposite of the problem experienced by people with reading and verbal processing difficulties. Individuals with visual comprehension difficulties may recognize that there are objects on a web page, but not be able to identify the objects. They may not realize that a photograph of a person is a representation of a person, though they can plainly see the photograph itself (as an object) on the web page.

For these users, a moving, talking person in a video may be easier to identify and mentally process than a static image of a person in a photograph. Narrated video and multimedia may be helpful.