mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #1435] [Bug] [a11y] Bring About text contrast in line with WSAG #1052
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1052
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @Korb on GitHub (Feb 11, 2026).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1435
Originally assigned to: @NickeManarin on GitHub.
Describe the bug
The link text on the About tab does not comply with WSAG 2.1/2.2 when using dark theme:
Foreground:
#5353C3Background:
#202020Contrast ratio: 2.633:1
1.4.3 Contrast (Minimum) (AA)
❌ Fail for large and regular text
1.4.6 Contrast (Enhanced) (AAA)
❌ Fail for large and regular text
To Reproduce
Steps to reproduce the behavior:
ScreenToGif' OptionsExpected behavior
a. Make the background darker and the text lighter
Foreground:
#9191D9Background:
#000000Contrast ratio: 7.281:1
1.4.3 Contrast (Minimum) (AA)
✅ Pass for large and regular text
1.4.6 Contrast (Enhanced) (AAA)
✅ Pass for large and regular text
b. Make the text lighter
Foreground:
#A8A8E1Background:
#202020Contrast ratio: 7.257:1
1.4.3 Contrast (Minimum) (AA)
✅ Pass for large and regular text
1.4.6 Contrast (Enhanced) (AAA)
✅ Pass for large and regular text
Screenshots
Click to see screenshot
Desktop (please complete the following information):
@fz0000 commented on GitHub (Feb 18, 2026):
The text contrast in the Light theme meets the requirements.
Since the Light theme is the default and users can easily switch to it, this could be considered compliant with WCAG, imo.
Speaking of A11Y, there's another more obvious issue: the Name property of many focusable elements is null.