Skip to content

fix: improve form accessibility - #15

Merged
peals-pline merged 1 commit into
mainfrom
codex/issue-8-form-accessibility
Jun 8, 2026
Merged

fix: improve form accessibility#15
peals-pline merged 1 commit into
mainfrom
codex/issue-8-form-accessibility

Conversation

@peals-pline

Copy link
Copy Markdown
Owner

Summary

  • connect labels, controls, and validation messages with stable IDs
  • expose invalid state to assistive technology
  • add consistent keyboard focus and error styling for inputs, textareas, and selects
  • add focused accessibility regression tests
  • prepare patch release v0.1.3

Verification

  • npm run lint
  • npm test (10 tests)
  • npm run build
  • browser QA for validation focus and ARIA relationships

Closes #8

@peals-pline
peals-pline merged commit a39aaf1 into main Jun 8, 2026
1 check passed
@peals-pline
peals-pline deleted the codex/issue-8-form-accessibility branch June 8, 2026 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve form accessibility and focus states

1 participant