GNOME Bugzilla – Bug 344266
Add ATK_ROLE_FORM (also to AT-SPI)
Last modified: 2006-06-09 15:01:12 UTC
+++ This bug was initially created as a clone of Bug #344142 +++ Please describe the problem: It is not currently possible to implement assistive technology support specific to finding a form within a web page. It would be useful to include ATK_ROLE_FORM as a role, so that AT's could enable quick access to the forms in a document. This allows parity with screen reader features on other platforms. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Just fixed this in CVS.
Created attachment 67053 [details] [review] patch to provide this ROLE and fixup other atk/at-spi role conversions.