Glossary Terms

Accessible Icon Design

Designing icons with sufficient visual clarity and contrast, paired with a text label or accessible name, rather than relying on an icon alone to communicate its function.

Read more

Accessible Name

The accessible name is the text label a browser calculates for an interface element and exposes to assistive technology, drawn from visible text, an aria-label, alt text, or other sources depending on the element type.

Read more

Accessible PDF Tagging

The technical process of adding structural tags, headings, lists, tables, reading order, and alt text, to a PDF so it conforms to the PDF/UA accessibility standard.

Read more

Accessible Typography

Type choices, size, spacing, line length, and font selection, that support readability for people with low vision, dyslexia, and cognitive disabilities.

Read more

ACR (Accessibility Conformance Report)

An ACR (Accessibility Conformance Report) is the completed version of a VPAT: a filled-out document reporting exactly how a specific product conforms to accessibility standards, criterion by criterion.

Read more

ADA (Americans with Disabilities Act)

The Americans with Disabilities Act (ADA) is the 1990 U.S. civil rights law prohibiting discrimination against people with disabilities, applied by courts and regulators to websites and digital services under its Title II and Title III provisions.

Read more

ADA Amendments Act

A 2008 US law that broadened the legal definition of disability under the ADA after court rulings had narrowed it, restoring a wider scope of coverage.

Read more

ADA Demand Letter

An ADA demand letter is written correspondence, typically from an attorney representing a disabled individual, alleging that a business's website is inaccessible and demanding remediation and often a monetary settlement.

Read more

ADA Title II

ADA Title II covers state and local government entities and, as of 2024, carries a formal Department of Justice rule requiring public-facing web content and mobile apps to meet WCAG 2.1 Level AA.

Read more

ADA Title III

ADA Title III covers privately owned businesses open to the public, including most commercial websites, and is the basis for the large majority of U.S. web accessibility lawsuits.

Read more

Alt Text

Alt text (alternative text) is a short written description added to an image's alt attribute so screen reader users, and search engines, know what the image shows or communicates.

Read more

Alternative Keyboard

Any keyboard hardware designed differently from a standard layout to accommodate specific physical needs, such as larger keys, one-handed layouts, or reduced key counts.

Read more

ARIA (WAI-ARIA)

ARIA (Accessible Rich Internet Applications, formally WAI-ARIA) is a W3C specification that adds attributes to HTML, letting developers tell assistive technology about roles, states, and properties that plain HTML cannot express on its own.

Read more

ARIA Label

An ARIA label (aria-label) is an attribute that provides an invisible text name for an element, used when there is no visible text label a screen reader can read, such as an icon-only button.

Read more

ARIA Live Region

An ARIA live region is a part of the page marked with aria-live so that when its content changes dynamically, screen readers announce the update automatically without the user needing to navigate to it manually.

Read more

ARIA Role

An ARIA role tells assistive technology what kind of interface element something is, such as role="button", role="dialog", or role="navigation", when the underlying HTML element does not already convey that on its own.

Read more

aria-current

An ARIA attribute that marks an element as the current item within a set, most often used to indicate the active page in navigation or the current step in a process.

Read more

aria-describedby

An ARIA attribute that points to the ID of another element on the page, supplying that element's text as the accessible description of the control it is attached to.

Read more

aria-expanded

An ARIA state attribute set to true or false that tells assistive technology whether a collapsible section, menu, or disclosure control is currently open or closed.

Read more

aria-hidden

aria-hidden is an attribute that hides an element and everything inside it from assistive technology, while leaving it fully visible on screen, most often used on purely decorative icons and images.

Read more

Assistive Technology

Assistive technology (AT) is any device, software, or equipment that helps a person with a disability perform tasks they otherwise could not, or could only do with difficulty, including screen readers, switch devices, and voice control software.

Read more

Audio Description

Audio description is a separate narration track added to a video, describing important visual information (actions, scene changes, on-screen text) during natural pauses in dialogue, for blind and low-vision viewers.

Read more

Automated Accessibility Testing

Automated accessibility testing uses software tools like axe, WAVE, or Lighthouse to scan a page's code and instantly flag a subset of WCAG issues, such as missing alt text or insufficient contrast, without human review.

Read more

axe DevTools

A free browser extension built by Deque Systems that scans a web page for automated accessibility issues directly inside Chrome or Firefox developer tools.

Read more