Skip to content

feat(a11y): add semantic accessibility landmarks to upload panel (#569)#973

Open
annukumar123 wants to merge 3 commits into
imDarshanGK:mainfrom
annukumar123:feature/upload-accessibility-landmarks
Open

feat(a11y): add semantic accessibility landmarks to upload panel (#569)#973
annukumar123 wants to merge 3 commits into
imDarshanGK:mainfrom
annukumar123:feature/upload-accessibility-landmarks

Conversation

@annukumar123

Copy link
Copy Markdown
Contributor

#569

Core Modifications

  • UploadPanel.jsx: Refactored the outer layout element container into a semantic HTML <section> bound with an aria-labelledby key mapped to an internal heading node. Wrapped error banners and success messages in an explicit role="status" aria-live="polite" active announcement region. Converted generic document item dividers into a proper screen-reader navigateable semantic list layout (<ul>/<li>).
  • UploadPanel.test.jsx: Added unit assertions validating semantic region landmarks, accessibility roles, and active state tracking frameworks.

Verification Checklist

  • Local accessibility validation suites executed successfully with 100% green metrics.
  • Verified DOM node navigation structures behave correctly via standard layout debugging maps.
Screenshot 2026-07-11 220348

@vercel

vercel Bot commented Jul 11, 2026

Copy link
Copy Markdown

@annukumar123 is attempting to deploy a commit to the Darshan's projects Team on Vercel.

A member of the Team first needs to authorize it.

@annukumar123

Copy link
Copy Markdown
Contributor Author

@imDarshanGK
Both CI are working . you can verify now

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.

1 participant