GNOME Bugzilla – Bug 436582
Firefox: refactor navigation tasks
Last modified: 2007-05-11 19:56:05 UTC
The new navigation tasks have defined several different search/match predicates for all accessibles of interest. Many of these predicates can be distilled down to a few generic types, perhaps by passing in kwargs, or using pre-existing task tools.
Created two generic predicates: rolePredicate(): matches a given role attrPredicate(): matches a given key/value attribute Other predicates: formcontrolPredicate(): matches on any type of form control unvisitedlinkPredicate(): matches on an unvisited link visitedlinkPredicate(): matches on an visited link tablePredicate(): matches on a non-layout table Fixed in repository.