You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(a11y): resolve accessibility warnings in PodcastView
- Replace clickable <span> elements with semantic <button> elements
- Add proper button styling to maintain visual appearance
- Remove unused imports (podcastView) and parameters (clickEvent)
- Improve keyboard navigation support
- Enhance screen reader compatibility
All accessibility warnings are now resolved and the component is
fully keyboard accessible.
0 commit comments