8 ms·
I don't think the issue is using declarative UI frameworks, it's that the rendering engines these frameworks are outputting to are not taking accessibility into
by NIckGeek 5mo ago
I don't think the issue is using declarative UI frameworks, it's that the rendering engines these frameworks are outputting to are not taking accessibility into account.
- slopinthebag 5mo agoDoes a terminal even have any accessibility support tho?
- paulbgd 5mo agoThe article mentions several TUI programs that rendering in an accessible way for screen readers.
- slopinthebag 5mo ago[flagged]
- NewJazz 5mo agoYes. Well, for cli yes.
- Spooky23 5mo agoTotally. I had a colleague who was a pretty awesome programmer and was completely blind. When I first met him, he was working on a braille 3270 terminal. Those IBM terminals were capable of all sorts of stuff.
- MBCook 5mo agoI think it’s clear from the article declarative UI could be done, with correct implementation and some options to disable noise. Clearly no one put thought into any of that. It was just “make terminal, but pretty”.