Support browser navigation
planned
N
Ngoc Nguyen
Merged in a post:
Browser navigation
K
KNTH
I would like to report an accessibility concern regarding the website's browser navigation implementation. As a Single Page Application (SPA), the site currently doesn't properly support standard browser navigation features, which creates significant accessibility issues:
The browser's back and forward buttons don't work as expected
Direct URL access to specific pages may not function correctly
Screen reader users may not be notified of page changes
The browser history is not properly maintained
This violates WCAG guidelines and creates barriers for users who rely on standard browser navigation. To resolve these issues, please implement:
Proper History API integration
ARIA live regions for dynamic content updates
Correct focus management between views
Server-side routing support for direct URL access
These improvements would make the site more accessible and provide a better user experience for all users, regardless of their browsing methods or assistive technologies.
Tony Dinh
planned