Law & Policy
Acronyms
Content
Design
Engineering
100

This U.S. law, enacted in 1990, prohibits discrimination against individuals with disabilities and ensures equal access to public services—including digital learning platforms.

What is the Americans with Disabilities Act (ADA)?

100

This type of word, commonly used as shorthand for "accessibility," replaces the 11 letters between the "a" and the "y."

What is a numeronym?

100

This text-based alternative is essential for describing images so that screen reader users can understand visual content.

What is alternative text (alt text)?

100

When designing a layout, using left-aligned text instead of center- or right-aligned helps improve this for users with dyslexia or cognitive disabilities.

What is readability (or legibility)?

100

Designers and developers should always ensure that web content is compatible with this kind of tool, which reads text aloud to users who are blind or have low vision.

What is a screen reader?

200

Section 508 of this act requires that all electronic and information technology developed, procured, or used by federal agencies be accessible to people with disabilities.

What is the Rehabilitation Act?

200

This markup framework, abbreviated ARIA, enhances accessibility by adding roles and properties to elements in dynamic web content.

What is Accessible Rich Internet Applications (ARIA)?

200

Using only color to indicate a correct answer in a quiz excludes learners with this common type of visual impairment.

What is color blindness?

200

Designing content so that all actions can be completed without a mouse supports users who rely on this input method.

What is keyboard navigation?

200

This requirement is crucial for input fields so that users with screen readers can know what kind of data is being requested.

What is label or aria-label?

300

Under this 1975 law, schools must provide students with disabilities a Free Appropriate Public Education (FAPE), which now extends to accessible digital learning environments.

What is the Individuals with Disabilities Education Act (IDEA)?

300

Often included in VPATs, this three-letter acronym refers to a conformance assessment of how well a digital product meets accessibility standards.

What is an ACR (Accessibility Conformance Report)?

300

This accessibility requirement provides a text-based representation of spoken dialogue and important sounds.

What are captions (or subtitles)?

300

Too much animation or movement on a page can overwhelm users with this type of condition related to attention or sensory processing.

What is ADHD (or sensory processing disorder)?

300

This popular tool, often used by developers to test web accessibility, evaluates whether websites meet WCAG guidelines and other accessibility standards.

What is Axe or Lighthouse?

400

This civil rights law applies to any school or program receiving federal funding and prohibits discrimination on the basis of disability—including inaccessible course content.

What is Section 504 of the Rehabilitation Act?

400

This group, abbreviated as AT, includes software and devices like screen readers and voice recognition tools that help users interact with technology.

What is Assistive Technology?

400

Instead of saying "click the green button," it's more inclusive to describe the button using this kind of feature.

What is the label or position (e.g., 'Click the “Submit” button')?

400

Using clear, descriptive link text like “Download the syllabus” instead of this generic phrase makes navigation easier for screen reader users.

What is "click here"?

400

In JavaScript, this event handler ensures that all interactive elements are accessible when using only a keyboard.

What is keydown or keyup event (keyboard events)?

500

EdTech products must meet these guidelines, which define international standards for web accessibility—especially under U.S. laws like Section 508 and the ADA.

What are the Web Content Accessibility Guidelines (WCAG)?

500

This policy acronym represents a coordinated effort across U.S. agencies to improve accessible information and communication technology.

What is ICT (Information and Communication Technology)?

500

When creating educational PDFs, ensure that they are this—so users can select text, use screen readers, and navigate by headings.

What is accessible or tagged?

500

The WCAG 2.1 Level AA minimum color contrast ratio of 4.5:1 is based on the relative difference in this property between text and its background.

What is luminance?

500

This ARIA property helps engineers specify whether an element should be included or excluded from the accessibility tree, improving screen reader performance.

What is `aria-hidden`?