[Webkit-unassigned] [Bug 25755] Implement ARIA grid role

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 13 14:07:38 PDT 2009


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





------- Comment #2 from bdakin at apple.com  2009-05-13 14:07 PDT -------
Overall this patch looks good. My concern is with all of the static_casts in
the AccessibilityTable classes -- both the casts that are added with the patch
and the ones that already existed. Now that these AccessibilityGrid classes
inherit from AccessibilityTable classes and implement the ARIA role, it seems
to me that there is no guarantee that the renderers will be table parts as they
are often cast to be. Are you sure these casts are still safe? If so, why? 


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list