SolidOS / SolidOS/mashlib

Databrowser skip link target is not programmatically focusable

Open
#407 0 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.