Databrowser skip link target is not programmatically focusable
Open
@m5x5 is already working on this.
Since May 26, 2026.
enhancement
- Dominant language
- CSS
- Stars
- 70
- Forks
- 31
- Avg merge
- 4h 14m
- Merged PRs (30d)
- 5
Description
Summary: In src/databrowser.html, the skip link still targets #MainContent, but the focusable tabindex="-1" is on the .app-main wrapper instead of #MainContent. If/when the skip link is re-enabled, activating it may not move keyboard focus to the intended main-content target.
Follow-up options: either restore tabindex="-1" on #MainContent or retarget the skip link to the focusable wrapper.
Original find by copilor here: https://github.com/SolidOS/mashlib/pull/395#discussion_r3241392148
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.