Files
q-blog/docs/A11Y_MANUAL_CHECKLIST.md
greenflame089 0b100af686 Release v0.2.2
2025-08-22 07:28:42 -04:00

890 B

Q-Blog — Accessibility Manual Test Checklist

Generated 2025-08-16 23:27Z

Global

  • Tab through top-level navigation, header, main, footer; skip link focuses main.
  • Focus is always visible; Escape closes modals/popovers and returns focus to invoker.

Read Post

  • Heading hierarchy is logical; images have meaningful alt or alt="" (decorative).
  • Landmarks correctly identify regions; links have descriptive names.

Create/Edit Post

  • Labels programmatic; errors linked via aria-describedby.
  • Toolbar buttons expose role/name/state; disabled vs. pressed states clear.
  • Live region announces save start/success/failure; respects prefers-reduced-motion.

Manage Blogs

  • Switcher is keyboard-reachable; selection updates page content and title.

Collaboration

  • Without permission, destructive controls are absent or disabled; UI explains restrictions.