[Webkit-unassigned] [Bug 25534] [GTK] Objects of ROLE_TABLE should implement the accessible table interface

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 27 20:12:35 PDT 2009


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





--- Comment #21 from Jan Alonzo <jmalonzo at gmail.com>  2009-10-27 20:12:35 PDT ---
(From update of attachment 41963)
>      AccessibilityTableCell* AXCell = cell(table, row, column);

One minor nit: this should be axCell.

> +static gint webkit_accessible_table_get_column_at_index(AtkTable* table, gint index)
> +{
> +    AccessibilityTableCell* AXCell = cellAtIndex(table, index);

Ditto.

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