Skip to content

camiha/aria-memory-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WAI-ARIA 1.3 Memory Test

A memory quiz to test how many roles and aria-* attributes defined in WAI-ARIA 1.3 you can recall.

  • / Top page (quiz selection and dark mode toggle)
  • /roles/ Guess the role. All 88 roles excluding abstract roles
  • /attributes/ Guess the aria-* attribute (states and properties). All 53 attributes. The aria- prefix can be omitted

HTML files live under src/routes/, and since vite's root is set to src/routes, routes does not appear in the URL. JS files live under src/scripts/ (referenced from HTML as /src/scripts/... via an alias).

Original idea: plfstr's HTML Tags Memory Test

Usage

pnpm install
pnpm dev          # dev server
pnpm test         # logic tests (vitest)
pnpm build        # production build
pnpm preview      # preview the build output

Deploy

Pushing to main builds and deploys to GitHub Pages via .github/workflows/deploy.yml. In the repository settings, set Settings > Pages > Build and deployment > Source to GitHub Actions.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors