mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-17 17:34:39 +08:00
- Added `aria-label` and `aria-pressed` to password visibility toggle buttons in Login, Register, and Reset Password pages. - Added missing `showPassword` and `hidePassword` translations in English and Chinese. - This ensures screen reader users can understand and interact with the password toggle functionality. Co-authored-by: tinkle-community <240652709+tinkle-community@users.noreply.github.com>
408 B
408 B
2025-05-14 - Password Visibility Toggle Accessibility
Learning: Icon-only buttons for toggling password visibility are often missing aria-label and aria-pressed states, making them unusable for screen reader users who need to verify their input.
Action: Always include dynamic aria-label (Switching between "Show password" and "Hide password") and aria-pressed state for password toggles.