Anchor link focus will not change to the anchorlink. Change is only visual. #25145
Onni-Vilhelm
started this conversation in
Feature Request
Replies: 1 comment
-
|
There is no explicit roadmap. styled-components is in maintenance mode — the library will continue to receive bugfixes and minor improvements, but no major new features are planned. For context, see the announcement: https://opencollective.com/styled-components/updates/thank-you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Prerequisites
What problem is your feature request going to solve? Please describe..
Fixing the accessibility problem where focus is not changed when clicking an anchor link. If we make an anchor link to some page, the links works visually OK, but is should also change the focus to the section it scrolls to. This is an accessibility problem.
Describe the solution you'd like.
There is already a working element with the same idea. This is the "skip to content" link in the Hello Elementor theme, which works correctly by skipping the menu and going to main content and moving also the focus there. Anchor link should be done the same way.
Describe alternatives you've considered.
No response
Additional context
No response
Agreement
Beta Was this translation helpful? Give feedback.
All reactions