shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

288
active users

#a11y

32 posts27 participants5 posts today

Am #a11y feature Slack desperately needs is the ability to display alt text for screenshots, GIFs and other images, plus a reminder to create that alt text when such an item is embedded. My Slack threads have become a sea of inaccessible boxes.

If something I boost has image(s) without alt text, please check the following posts in the thread. I don’t boost posts without providing alt text (and often I just don’t boost posts without alt text that I might have otherwise unless I think they’re worth the time/effort for me to do it).

If I do this for one of your posts, please edit the post and copy/paste the text I’ve provided into the image descriptions so people who rely on screen readers can know what’s in them too.

Let’s keep the fediverse accessible.

Thanks 💕

“Here is a list of WCAG 2.2 Level A and AA success criteria that I think cannot be completely tested with automated tools. These criteria require manual testing because they involve meaning, usability, intent, or user experience that automated tools cannot fully evaluate.”
html5accessibility.com/stuff/2

@SteveFaulkner with the automation-to-WCAG-pipeline fatberg.

html5accessibility.comA TOOL’S ERRAND – HTML Accessibility
Continued thread

Why is it that to this day, I haven’t seen a single international digital accessibility professional speak out against Trump? Why have they not been to any protests? Why are they not making visible any disabled people who suffer under the new US administration and the removal of resources?

Oh yeah right, it‘s just a fucking business. #a11y

Building accessible applications is not about respect.

It‘s about a goddamn human right and also avoiding technical debt by following standards and convetions. Stop downplaying this. And stop making yourselves look like you care about people. #accessibility #a11y

Sometimes I wonder if me writing up trivial issues like the following is making a difference. I mean, if you are a developer, and you don’t see what is wrong here in like half of a 10th of a second, what are you even doing? Respectfully.

<input
type="radio"
id="radio-abcd"
aria-label="[object Object]. "
checked=""
value="1"
/>
<label for="radio-abcd">Useful label</label>