[Webkit-unassigned] [Bug 109937] [EFL][WK2] Additional bits of having Accessibility in WebKit-EFL.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 15 08:45:57 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109937





--- Comment #1 from Krzysztof Czech <k.czech at samsung.com>  2013-02-15 08:48:15 PST ---
In order to expose information from WebKit (server) to clients applications (Assistive Technologies example. GNOME Orca) DBus is used. AT-SPI2 is something that mediates between server and client in terms of passing dbus messages. WebKit's events before land in AT-SPI2 should be translated into dbus messages by ATK-BRIDGE module, which should be properly loaded. In GNOME it's out of the box, in EFL it's not.
Generally this should be done transparently without WebKit support, but till EFL does not do this, it may be the only way.

I'm proposing a patch that loads ATK-BRIDGE and adds implementation of AtkUtilClass that registers listeners for specific ATK events and creates 
top level accessible object for WebKit.

I would like to discuss this approach.
I'm looking forward to hearing your opinion about this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list