[Webkit-unassigned] [Bug 21546] [GTK] ATK accessibility enhancements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 11 17:09:11 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21546
------- Comment #1 from alp at nuanti.com 2008-10-11 17:09 PDT -------
Created an attachment (id=24294)
--> (https://bugs.webkit.org/attachment.cgi?id=24294&action=view)
Current ATK changes
This is the WIP accessibility code (aiming to have it ready for WebKit 1.0.2).
Things that still need work:
* Text elements need to be hidden and folded into the parent element instead
of being listed individually as they are now.
* Need support for replaced objects.
* Need to support more accessible relations.
* Support for more DOM events.
* Conversion of text formatting attributes to and from ATK styles.
* Instantiate accessible types with only the interfaces they implement.
dom/Document.cpp | 2
page/gtk/AXObjectCacheAtk.cpp | 73 ++
page/gtk/AccessibilityObjectAtk.cpp | 22
page/gtk/AccessibilityObjectWrapperAtk.cpp | 1025
+++++++++++++++++++++++++----
4 files changed, 996 insertions(+), 126 deletions(-)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list