Skip to content

C.1: Fix screen reader announcement order on Parking card spot indicators#2316

Open
Ishxn20 wants to merge 2 commits into
experimentalfrom
accessibility/parking-card-screen-reader-order
Open

C.1: Fix screen reader announcement order on Parking card spot indicators#2316
Ishxn20 wants to merge 2 commits into
experimentalfrom
accessibility/parking-card-screen-reader-order

Conversation

@Ishxn20

@Ishxn20 Ishxn20 commented Jun 19, 2026

Copy link
Copy Markdown

Summary

Parking availability is announced as one clear item: the spot type followed by its availability. The indicator layout now remains valid in Flutter’s row layout.

Verification

  • Focused flutter analyze passes.
  • Manual VoiceOver and TalkBack checks are still recommended before merge.

Each spot type's circular availability graph was announced before its
label, so screen readers read a bare percentage followed by an
unlabeled letter glyph. Each spot type column is now wrapped in a
single accessibility label that states the full spot type name first,
then the percentage. Visual layout is unchanged.
Copilot AI review requested due to automatic review settings June 19, 2026 08:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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.

2 participants