-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consider using accessible-output2 for streaming chat messages. #114
Comments
Great suggestion! Would you like to implement it? |
Sure! I don't have too much time these days, but as long as we're ok with keeping it as a low priority item, I'll get to it as soon as I can. |
Great! :) No problem! - @clementb49 and I indeed have other functionalities to implement as priorities, and we are also doing this in our free time! |
Hi @rperez030, I wanted to check on the status of this issue. Let me know if you need any help or if there are updates to share! :) |
Hi @rperez030, Thank you for your initial interest in implementing this feature. Since we've not heard back after several months, we will proceed with it ourselves to maintain progress. We appreciate your understanding and look forward to any future contributions you may have. |
Thank you for taking on that task. I considered implementing something like UiaRaiseNotificationEvent to maintain screen reader agnosticism, but it turned out to be more challenging than I anticipated, and I didn't find the time to make progress. I love how much the project is growing and look forward to contributing in the future. Thank you very much for all your hard work and dedication. |
Currently, keyboard focus moves to the messages field when a new response is generated and it is necessary to use the arrow key to read the entire response. It may be interesting to try to duplicate the user experience of the NVDA add-on in this area, and the accessible-output2 library may be the way to do it so that the experience is comparable with both JAWS and NVDA.
The text was updated successfully, but these errors were encountered: