Skip to content

fix: prevent SVG keyboard focus in IE#57

Open
DeoJin wants to merge 1 commit intotholman:masterfrom
DeoJin:fix/svg-focusable-false
Open

fix: prevent SVG keyboard focus in IE#57
DeoJin wants to merge 1 commit intotholman:masterfrom
DeoJin:fix/svg-focusable-false

Conversation

@DeoJin
Copy link

@DeoJin DeoJin commented Mar 17, 2026

Summary

  • add focusable=false to every inline SVG example on the demo page
  • keep the generated copy/paste snippets aligned with the accessible demo markup
  • update the footer corner SVG as well so decorative icons stay out of IE keyboard navigation

Closes #45

Validation

  • git diff --check
  • verified 21 focusable=false occurrences in index.html

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.

svg element needs focusable="false" to fix keyboard navigation for IE users

1 participant