You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iced looks extremely nice in terms of visual quality, but I'm concerned about accessibility. I don't see any mention of it elsewhere, so I'm curious if there's any support for accessibility features currently implemented, and if there are future plans for explicitly supporting it? Thanks.
The text was updated successfully, but these errors were encountered:
I'm curious if there's any support for accessibility features currently implemented
There is no explicit support for accessibility features yet. This is missing, like many other features.
The library is a few months old!
and if there are future plans for explicitly supporting it
I think this is an important feature, and I agree we should at least mention it in the roadmap soon.
I believe the modular architecture could help us greatly here. The iced public API is meant to be high-level, and iced_native is shell-agnostic and renderer-agnostic. The same way we can target the DOM with iced_web, I think we should have enough room to target accessibility APIs, build screen readers, specific shells, etc.
Iced looks extremely nice in terms of visual quality, but I'm concerned about accessibility. I don't see any mention of it elsewhere, so I'm curious if there's any support for accessibility features currently implemented, and if there are future plans for explicitly supporting it? Thanks.
The text was updated successfully, but these errors were encountered: