Bug 49: Wizard — Next/Back

WCAG 1.3.1 (Info and Relationships), 2.4.3 (Focus Order), 3.3.5 (Help) | Multi-step form without step context.

Bug: No aria-label on Next/Back
1. Address
2. Shipping
3. Payment
4. Review

Enter Your Address

Bug: Step Indicator Not Linked to Buttons
Step 1
Step 2
Step 3

Select Shipping Method

Standard Express
Bug: Progress Not Announced
1
2
3
4

Payment Method

Credit Card PayPal
How HAL Fixes This: HAL detects wizard/multi-step forms and adds aria-label to Next/Back buttons like "Go to step 2: Shipping" and "Back to step 1: Address". For the step indicator, HAL adds aria-current="step" to the active step and aria-live="polite" so screen readers announce when the step changes.