a11y-dialog

A tiny script to make dialog windows accessible to assistive technology users.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
a11y-dialog
2,370138.0.47 months ago8 years agoMinified + gzip package size for a11y-dialog in KB

Readme

This is a lightweight (1.4Kb) yet flexible script to create accessible dialog windows.

Features

  • Follows the Dialog (Modal) pattern from the ARIA Authoring Practices Guide (APG)
  • Supports alert dialogs as per the WAI-ARIA specifications
  • Supports nested dialogs (however questionable)
  • Exposes events to react to changes
  • Provides both a DOM and a JavaScript API
  • Plays nicely with Shadow DOM
  • Is unopinionated with styling
  • Is extensively tested and documented
  • Is fast and tiny

Contributing

Contributing guidelines can be found in CONTRIBUTING.md