The Web Is Being Made Accessible for AI, Not People
Jonathan Zong and Frank Elavsky critique how AI-driven infrastructure changes obscure accessibility and reveal whose needs society chooses to prioritize.Jonathan Zong (Tech Policy Press)
Jonathan Zong and Frank Elavsky critique how AI-driven infrastructure changes obscure accessibility and reveal whose needs society chooses to prioritize.Jonathan Zong (Tech Policy Press)
我覺得「讓人不知道怎麼開箱」實在不能算是很理想……
請容我趁機推薦微軟過去幾年間在這方面的努力成果:《Creating Accessible Packaging》
inclusive.microsoft.design/art…
當年微軟做的影片:
youtube.com/watch?v=gTfaM3N-R8…
我過去做過一些微軟產品的開箱記錄,同樣沒有保麗龍或塑膠緩衝品,但完全容易開,就算是肢體障礙者也能輕鬆開:
jedi.org/blog/archives/006261.…
jedi.org/blog/archives/006343.…
jedi.org/blog/archives/006385.…
jedi.org/blog/archives/006453.…
Implemented basic AccessKit integration for niri based on @DataTriny's proof-of-concept. I have little experience with screen readers, and also had several questions, so I would appreciate more eyes and testing on the PR:
github.com/YaLTeR/niri/pull/22…
Supersedes #2042. Implemented screen reader support for: exit confirmation dialog screenshot UI, overview (it'll just say when these are focused) config parse error announcement workspace swit...GitHub
About finished implementing org.fd.a11y.KeyboardMonitor in niri, necessary for correct screen reader function:
github.com/YaLTeR/niri/pull/20…
I tested it with Orca more or less, seems to work, but I'm very new to screen reader workings, so it's possible I've missed something.
This makes Orca announce keys everywhere in niri, and makes grabs work (both modifier with double-press passthrough and keystrokes). Making Orca actually say niri dialogs will be a separate effort.
Required for screen readers to announce and handle keys. Currently, only keyboard watching is implemented, but no grabs and no double modifier. I'm also not sure if niri should synthesize and s...GitHub
Out of curiosity, I tried running Orca on niri, and apparently it sort-of works for some apps (I expected nothing to work at all; idk anything about screen readers). However, compared to GNOME Shell, there's quite a few missing or broken things. I documented what I found here: github.com/YaLTeR/niri/issues/…
Is there some "Integrating Orca to Wayland desktops" docs? Like, what the compositor needs to do, who handles the hotkeys and how, etc.
(not actively working on this, just curious)
Disclaimer: I have very little idea about how any of this works. I'm testing on Fedora 42 Silverblue. As of now, apparently, just running orca is enough to get in-app screen reading and, for some t...YaLTeR (GitHub)