[Webkit-unassigned] [Bug 64994] Add the ability to search the AccessibilityObject cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 8 09:04:13 PDT 2011


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





--- Comment #27 from Samuel White <samuel.white at rochester.edu>  2011-08-08 09:04:13 PST ---
(In reply to comment #26)
> (From update of attachment 103194 [details])
> can't you just use 
> AccessibilityObject* obj = const_cast<this>;

const casting an accessibilityTable to an accessibilityObject is not allowed.

> 
> also is there a layout test that needs to be updated to reflect this change?

The existing layout test for tables will continue to work. This change just makes the level values reported more consistent with other level values. For example, the search-predicate.html layout test currently sees that two level 0 tables are at the same level. After this change it will see that two level 1 tables are at the same level. Further, level 0 will be correctly reserved for objects which aren't tables at all. This is the behavior displayed when one calls headingLevel() on a non-heading.

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