Skip to content

fix: make corner SVGs unfocusable in IE#55

Open
DeoJin wants to merge 1 commit intotholman:masterfrom
DeoJin:fix/issue-45
Open

fix: make corner SVGs unfocusable in IE#55
DeoJin wants to merge 1 commit intotholman:masterfrom
DeoJin:fix/issue-45

Conversation

@DeoJin
Copy link

@DeoJin DeoJin commented Mar 16, 2026

Summary

  • add ocusable="false" to the shipped corner SVG assets
  • update every inline demo snippet in index.html to include the same accessibility fix
  • keep the change scoped to the decorative SVG markup used inside links

Testing

  • regex sanity check: index.html now has 21 tags and 21 ocusable="false" attributes
  • verified both exported SVG assets contain ocusable="false"

Fixes #45

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