GNOME Bugzilla – Bug 431354
Firefox: navigation by relation
Last modified: 2007-05-11 19:56:07 UTC
Navigation by relation is outlined in the Firefox specification at http://www.gnome.org/~parente/lsr/web/#navigation-by-relation . Implement the following features: 1) go to container peer 2) go to different 3) go to non-link 4) go to similar
The specification has been changed. Only 'go to different' and 'go to similar' will be implemented.
First version committed to repository. Bug to remain open until further testing and comments are complete.
The final implementation consists of two tasks: 'go to different' and 'go to similar'. They are both cyclical tasks where the cycles mean 1) apply a tight predicate 2) apply a loose predicate. These tasks also utilize the review item tasks from ReviewPerk to prevent stopping on undesirable accessibles. Committed to repository.