Skip to content

fix: remove non-interactive images from page tab order (#440) - #441

Draft
MansiDhanania wants to merge 1 commit into
mainfrom
page-tab
Draft

fix: remove non-interactive images from page tab order (#440)#441
MansiDhanania wants to merge 1 commit into
mainfrom
page-tab

Conversation

@MansiDhanania

Copy link
Copy Markdown

To resolve #440

Changes made

  • src/content.ts: removed the code that added tabindex="0" to non-linked images
  • src/styles.css: added a :focus/:focus-visible override for .sr-only so the injected button becomes visible when a keyboard user tabs to it

@MansiDhanania MansiDhanania linked an issue Sep 1, 2026 that may be closed by this pull request
@MansiDhanania MansiDhanania self-assigned this Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Non-interactive images are added to the page tab order

1 participant