Description
The back button renders only an ArrowIcon with no visible text. No aria-label or aria-labelledby is provided, so screen readers will announce it generically as "button" with no indication of its purpose. For icon-only buttons, an accessible name is required by WCAG 4.1.2.
Severity: medium
File: packages/shared/src/components/auth/AuthHeader.tsx
Expected Behavior
The code should handle this case properly to avoid unexpected errors or degraded quality.
Description
The back button renders only an ArrowIcon with no visible text. No aria-label or aria-labelledby is provided, so screen readers will announce it generically as "button" with no indication of its purpose. For icon-only buttons, an accessible name is required by WCAG 4.1.2.
Severity:
mediumFile:
packages/shared/src/components/auth/AuthHeader.tsxExpected Behavior
The code should handle this case properly to avoid unexpected errors or degraded quality.