mirror of
https://github.com/VSCodium/vscodium.github.io.git
synced 2026-04-10 20:50:00 -05:00
Accessibility issues #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chadlavi on GitHub.
open source projects always struggle with accessibility, because they're often developer-led, small-scale/community efforts. It looks like the vscodium site has a lot of the common pitfalls.
altattributesoutline: 0. That breaks accessibility if you don't create some other visual identifier for the focused state of links. Links need a visible focus stateOriginally posted by @chadlavi in https://github.com/VSCodium/vscodium.github.io/issues/30#issuecomment-695812005