massif-press / compcon

Digital character creator and player sheets for the LANCER TTRPG
https://compcon.app
GNU General Public License v3.0
271 stars 98 forks source link

[A11Y] Prevent screen readers from reading decorative images in GM Log #2471

Open nedredmond opened 3 weeks ago

nedredmond commented 3 weeks ago

Description

Adds null alt text to the left and right images in the GM log to prevent screen readers from reading the source file name. This can be a bewildering experience for unsighted gamers. It's a violation of WCAG 1.1.1 and Section 508 1194.22.

For a detailed summary of the issue and solution, see this page from Deque University on the subject of alt text requirements.

Issue Number

#N/A

This is low-hanging accessibility fruit-- I'll make some issues for more challenging problems.

Type of change

Bug fix (non-breaking change which fixes an issue)