Accessibility WCAG

Accessibility WCAG

onfire7777 349a8ba 623 B Updated

File contents

Accessibility WCAG

Purpose: Make operator workflows usable by keyboard and screen readers.

  1. Use native buttons, labels, selects, and details.
  2. Preserve visible focus states.
  3. Keep text readable at small widths.
  4. Use status text, not color alone.

Checklist:

  • Inputs have labels.
  • Button text names the action.
  • Focus is visible.
  • Contrast is sufficient.

Positive example: emergency stop has text and status color. Negative example: icon-only unlabeled critical action.

Failure modes: color-only state, clipped text, unreachable controls.

onfire7777/five-agent-dev-team/tree/main/packages/agents/skills/frontend/accessibility-wcag commit 349a8ba644

Frequently asked questions

npx skillmds@latest add onfire7777/accessibility-wcag