Closed nu111 closed 5 months ago
This sounds like a good idea and easy enough to do. NVDA also added support for form fields and buttons a while back (https://github.com/nvaccess/nvda/pull/6131; Screenshot).
But just to be sure: You are asking about <form>
elements, but the Orca documentation you linked is about form fields and buttons. Which of these is this request about specifically?
Hi Xi!
But just to be sure: You are asking about
oh my! I was sure that Orca had a way to navigate through <form>
tags, but I was wrong!
I think that the best thing is to follow NVDA, adding form fields navigation (and eventually buttons navigation?).
By the way: Forms that have an accessible name (aria-labelledby
or aria-label
) get the form
role and show up in the landmark navigation.
Done. I will probably do a release tomorrow.
Took a bit longer, bit 2.2.0 is now available.
Hi, first of all: I love your extension, is so useful for a11y development!
I don't not about other screen-readers, but I now that Orca supports navigation through
<form>
elements.It would be great to have it in your addon!