[Webkit-unassigned] [Bug 111986] [EFL] accessibility/aria-invalid is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 20 09:24:19 PDT 2013


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


Denis Nomiyama (dnomi) <d.nomiyama at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |d.nomiyama at samsung.com




--- Comment #1 from Denis Nomiyama (dnomi) <d.nomiyama at samsung.com>  2013-09-20 09:23:24 PST ---
The implementation of aria-invalid has been added to the GTK port in bug 98350 and bug 121668.
The EFL port can also use this code by implementing a small piece of code at:

Tools/DumpRenderTree/atk/AccessibilityCallbacksAtk.cpp
- axObjectEventListener()
- addAccessibilityNotificationHandler()
- removeAccessibilityNotificationHandler()

and

Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityNotificationHandlerAtk.cpp
- axObjectEventListener()
- setNotificationFunctionCallback()
- removeAccessibilityNotificationHandler()

Currently there is only implementation for the GTK platform (e.g. #if PLATFORM(GTK)), and the code needs basically to get the JS context.

-- 
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