-
-
Notifications
You must be signed in to change notification settings - Fork 631
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
Support aria-sort #1500
Comments
Comment 2 by mdcurran on 2011-05-16 04:57 |
Comment 3 by jteh on 2011-05-17 03:26 |
Comment 4 by jteh on 2011-05-19 08:49 I committed a fix for announcing of "not sorted" in 9ead9cf. I also committed a fix so that the gecko_ia2 buffer will correctly pick up aria-sort in 5a6cc55. Finally, 763a1a1 makes speech.getControlFieldSpeech() announce states for table cells so that sorting is actually announced in virtual buffers. |
Comment 5 by jteh on 2011-05-20 03:02 |
Comment 6 by jteh on 2011-05-31 06:15 |
Reported by jteh on 2011-05-10 22:31
aria-sort "indicates if items in a table or grid are sorted in ascending or descending order" and is specified on table/grid headers. NVDA needs to support this concept in NVDAObjects and then report this via speech and braille.
This also needs to be supported for virtual buffers, but this will be done separately.
The text was updated successfully, but these errors were encountered: