Tootfinder

Opt-in global Mastodon full text search. Join the index!

@lornajane@indieweb.social
2026-02-12 08:43:21

This week's career limiting accessibility regression from @… is to not show comments in pull request diff any more. There's a separate comment panel which you can look at (but not at the same time as the diff) where there are indications of content replies but these cannot be interacted with using standard accessibility tools.
I review very long pull requests for work and as a volunteer maintainer and I am not sure why we're okay with this constant march of degraded experience. #a11y

Accidentally hit the CONTROL key and SPACEBAR together while typing in MS Word, and was startled when my computer blurted out the word I was typing.
I knew TTS was possible, but I really didn't expect it to happen from a typo.
Irony abounds, as the word I was typing happened to be "accessibility"...
#a11y #keyboard

@aardrian@toot.cafe
2026-02-10 13:58:34

Found by Nick Bromley on the A11y Slack:
“In browse mode in web browsers, NVDA no longer treats controls with 0 width or height as invisible. This may make it possible to access previously inaccessible ‘screen reader only’ content on some websites.”
nvaccess.org/post/in-process-1

@ben@a11y.info
2026-01-27 02:10:20

Moderators of tech(-adjacent) Discord servers: are y’all getting hit with spam of people advertising their services for AI or blockchain projects?
I ask because a few servers I mod have had a very noticeable uptick of such drive-by self-promo. It’s specifically webdev servers, and none of those servers have advertised themselves as spaces for AI or blockchain interests…

@michabbb@social.vivaldi.net
2026-04-11 20:08:15

/perf-check /seo-audit /a11y-audit /compliance-check
🔄 Persistent session state in YAML Markdown:
📌 Phase tracking & file manifests
📌 Token usage per agent
📌 Error logs & retry counts
📌 Reliable resume after interruptions
🏗️ Guided design dialogue with depth-selectable reasoning (Quick/Standard/Deep), built-in codebase investigation, and 2-3 architectural approaches with trade-offs before any code is written

@andres4ny@social.ridetrans.it
2026-03-02 02:08:47

RE: a11y.info/@bbsmooth/1161526087
same tbh

@padraig@mastodon.ie
2026-03-30 18:30:35

Anyone know of any free Speech-to-text translator apps for Windows 11? Asking for a friend. Apparently the older version is being retired (I am not too sure about the in's and out's of it) #a11y #accessibility

@aardrian@toot.cafe
2026-04-08 20:14:26

Thanks to a question in A11y Slack, I dug up recent testing results on dynamic accDescriptions:
darins.page/articles/dynamic-a
11 March 2026 from @…

@aardrian@toot.cafe
2026-04-09 16:21:12

I was a little hopeful here: w3c.social/@w3cdevs/1163755258
Until I read:

Currently, screen readers typically do not chose to announce animated images differently from non-animated images, though this could be implemented if found desirable. Similarly, it is not expected that they would announce paused or playing images any differently, though this could be implemented if found desirable.
If necessary, this can be added to a later version of this specification. However, it is uncertain whether authors would broadly use this, as they frequently prefer to design UI controls specifically tailored to their site. This specification therefore chose to defer working out the complexity of such a solution until author demand is confirmed.
@aardrian@toot.cafe
2026-03-30 12:50:58

Accessibility Law of Headlines:
Any headline that asserts a thing is accessible is wrong.
#a11y

Trump's DOJ trying to do an end-run on Title II accessibility requirements for the web.
Don't let this happen!
What it all means, and what you can do to help...
#a11y #webAccess #accessibility

@aardrian@toot.cafe
2026-04-03 19:09:30

Links need more than just a color change to distinguish them.
If your solution is `font-weight: 500`, don’t be surprised when you get dinged for 1.4.1 Use of Color.
`500` often renders no differently than the default (`400`). It’s adversarial conformance.
Use an underline.
#accessibility #a11y

@aardrian@toot.cafe
2026-01-23 13:22:31

“Barriers from Links with ARIA”
adrianroselli.com/2026/01/barr
Tried to capture other ways using `aria-label` and/or `aria-hidden` within links can break them for non-SR users.
Corrections, additions welcome. Ma…