932 B
932 B
name, description
| name | description |
|---|---|
| angular-accessibility | Build and review Angular interfaces for accessible semantics, keyboard use, focus behavior, and clear status feedback. Use when changing Angular templates, forms, dialogs, navigation, or custom controls. |
angular-accessibility
Workflow
- Inspect the changed interaction and choose native semantic elements first.
- Check keyboard operation, focus order, visible focus, labels, errors, and dynamic announcements.
- Use Angular CDK or Material primitives when they provide the expected behavior.
- Run available accessibility checks and manually test the changed interaction by keyboard.
Rules
- ARIA supplements native semantics; it does not replace them.
- Do not claim WCAG conformance from one review.
- Read
references/patterns.mdonly for dialogs, tables, or custom composite controls.
Output
Return changed issues, evidence, and any remaining manual checks.