[Webkit-unassigned] [Bug 128420] AX: [GTK] Implement computedRoleString in AccessibilityUIElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 4 12:03:57 PST 2014


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


Diego Pino <dpino at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dpino at igalia.com




--- Comment #4 from Diego Pino <dpino at igalia.com>  2014-03-04 12:01:00 PST ---
When running accessibility/roles-computedRoleString.html, there are still some tests that fail, but at least now there's an implementation and there are more tests passing than before.

Here is a list of the tests that are failing:

FAIL: pre -> tabpanel. Expected: group.
FAIL: section -> . Expected: region.
FAIL: select:not([multiple]) -> combobox. Expected: .
FAIL: select[multiple] -> list. Expected: listbox.
FAIL: option -> listitem. Expected: option.
FAIL: optgroup -> listitem. Expected: option.
FAIL: option -> listitem. Expected: option.
FAIL: option -> listitem. Expected: option.
FAIL: textarea -> . Expected: textbox.
FAIL: div[role="alert"] -> alertdialog. Expected: alert.
FAIL: div[role="group"] -> tabpanel. Expected: group.
FAIL: div[role="listbox"] -> list. Expected: listbox.
FAIL: div[role="option"] -> listitem. Expected: option.
FAIL: div[role="radiogroup"] -> tabpanel. Expected: radiogroup.
FAIL: div[role="region"] -> . Expected: region.

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