[Webkit-unassigned] [Bug 35418] [Gtk] Every table, including layout tables, should be exposed as a table

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 25 23:14:29 PST 2010


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


Xan Lopez <xan.lopez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #49563|review?                     |review-
               Flag|                            |




--- Comment #4 from Xan Lopez <xan.lopez at gmail.com>  2010-02-25 23:14:29 PST ---
(From update of attachment 49563)
>+#if PLATFORM(GTK)
>+    // Gtk ATs expect all tables, data and layout, to be exposed as tables.
>+    if (node && (node->hasTagName(tdTag)))
>+        return CellRole;
>+
>+    if (node && (node->hasTagName(tableTag)))
>+        return TableRole;
>+#endif

The parenthesis around the second term in each if are not reeded.

Other that that looks good, if you can attach a new patch with that detail
fixed I'll r+ it.

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