hackforla/VRMS

Login form inputs lack visible focus indicator for keyboard navigation

开放

#2,144 创建于 2026年4月29日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (100 个派生)auto 404
Bugcomplexity: mediumgood first issuep-feature: Loginrole: Front Endsize: 1pt

仓库指标

星标
 (61 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Overview

The login form fields do not display visible focus styling when navigated via the keyboard Tab key. Users who rely on keyboard navigation cannot tell which input is currently focused, which is a WCAG 2.1 accessibility violation (Success Criterion 2.4.7 — Focus Visible).

Action Items

  • Identify the login form component and its input elements
  • Add visible :focus / :focus-visible styles (e.g. outline or box-shadow ring) to all interactive form elements
  • Verify that focus order is logical and that each focusable element has a clear visual indicator
  • Test with keyboard-only navigation (no mouse)

Resources/Instructions

贡献者指南