development-plugin-for-avalonia

Avalonia Accessibility and Validation

Start with:

Load these when keyboard behavior is involved:

Workflow

  1. Define how validation state is surfaced in the viewmodel, control, and visual layer.
  2. Verify labels, focus order, and automation metadata together instead of as isolated fixes.
  3. Keep automation names, help text, and control relationships stable.
  4. Make the final accessibility contract easy to test.

Rules