Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usability issue with large images on start page #1023

Open
tripleee opened this issue Oct 30, 2024 · 2 comments
Open

Usability issue with large images on start page #1023

tripleee opened this issue Oct 30, 2024 · 2 comments

Comments

@tripleee
Copy link
Member

A user in chat highlighted (sic) a problem with the accessibility of the metasmoke start page. For them, the large images with a white background are a problem.

Chat: https://chat.stackoverflow.com/transcript/message/57723558#57723558

Their suggestion is to set the background to "canvas" instead of hardcoding white. I have not yet explored whether that is something we can easily do in Rails.

@tripleee
Copy link
Member Author

@joshudson
Copy link

To be fair, W3 accessibility guidelines are pretty bad in general. They seem to think you can test for screenreaders by checking for the presence of aria tag attributes and the absence of keyboard traps, without actually trying it on a screenreader; or even just knock your mouse away and try it with just the keyboard.

We're having this stupid checkbox-accessability fixup problem at work right now; the software still won't work and nobody actually cares the customer just cares we pass the automated test, which is largely orthogonal to making it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants