[webkit-reviews] review requested: [Bug 25534] [GTK] Objects of ROLE_TABLE should implement the accessible table interface : [Attachment 42083] Table 2 - Address Jan's comments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 28 23:09:41 PDT 2009


Joanmarie Diggs <joanmarie.diggs at gmail.com> has asked  for review:
Bug 25534: [GTK] Objects of ROLE_TABLE should implement the accessible table
interface
https://bugs.webkit.org/show_bug.cgi?id=25534

Attachment 42083: Table 2 - Address Jan's comments
https://bugs.webkit.org/attachment.cgi?id=42083&action=review

------- Additional Comments from Joanmarie Diggs <joanmarie.diggs at gmail.com>
(In reply to comment #21)
> (From update of attachment 41963 [details])
> >	 AccessibilityTableCell* AXCell = cell(table, row, column);
> 
> One minor nit: this should be axCell.

Ok. Given that it's in existing code and not added by this patch, I left that
particular one alone. Hope that's ok!(?) But I've already promised Xan I'd go
through the Atk a11y stuff with a lint brush. My current list is:

* Trailing whitespace
* NULL
* AXFoo should be axFoo

Bug 30901 has just been created so y'all can add to the list. :-)

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

Changed.

Thanks!


More information about the webkit-reviews mailing list