You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: