top | item 45719366 (no title) kennydude | 4 months ago Looks great for those using Rust - however I do wonder how well this works, if at all, under screen readers and other accessible tech? discuss order hn newest jeroenhd|4 months ago Haven't tried running the code myself, but their API docs mention accessibility at least: https://longbridge.github.io/gpui-component/docs/components/...Assuming the docs are correct, the UI controls seem ARIA compliant as long as you bother implementing the necessary descriptions and labels. andrewl-hn|4 months ago Zed Editor (built on top of GPUI) is opaque to screen readers, so I wouldn't have high hopes. Oxodao|4 months ago my #1 question each time I see a new UI framework jacquesm|4 months ago "Let's get the volume first, then worry about accessibility"That's the typical answer to these questions. Unfortunately, unless you bake it in from day #1 that's not so simple to fix afterwards. load replies (2)
jeroenhd|4 months ago Haven't tried running the code myself, but their API docs mention accessibility at least: https://longbridge.github.io/gpui-component/docs/components/...Assuming the docs are correct, the UI controls seem ARIA compliant as long as you bother implementing the necessary descriptions and labels.
andrewl-hn|4 months ago Zed Editor (built on top of GPUI) is opaque to screen readers, so I wouldn't have high hopes.
Oxodao|4 months ago my #1 question each time I see a new UI framework jacquesm|4 months ago "Let's get the volume first, then worry about accessibility"That's the typical answer to these questions. Unfortunately, unless you bake it in from day #1 that's not so simple to fix afterwards. load replies (2)
jacquesm|4 months ago "Let's get the volume first, then worry about accessibility"That's the typical answer to these questions. Unfortunately, unless you bake it in from day #1 that's not so simple to fix afterwards. load replies (2)
jeroenhd|4 months ago
Assuming the docs are correct, the UI controls seem ARIA compliant as long as you bother implementing the necessary descriptions and labels.
andrewl-hn|4 months ago
Oxodao|4 months ago
jacquesm|4 months ago
That's the typical answer to these questions. Unfortunately, unless you bake it in from day #1 that's not so simple to fix afterwards.