After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 431354 - Firefox: navigation by relation
Firefox: navigation by relation
Status: RESOLVED FIXED
Product: lsr
Classification: Deprecated
Component: extensions
unspecified
Other Linux
: Normal normal
: 0.5.2
Assigned To: LSR maintainers
LSR maintainers
Depends on:
Blocks: docnav
 
 
Reported: 2007-04-19 14:02 UTC by Scott Haeger
Modified: 2007-05-11 19:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Scott Haeger 2007-04-19 14:02:10 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
Comment 1 Scott Haeger 2007-04-24 17:05:07 UTC
The specification has been changed.  Only 'go to different' and 'go to similar' will be implemented.
Comment 2 Scott Haeger 2007-04-24 21:06:36 UTC
First version committed to repository.  Bug to remain open until further testing and comments are complete.
Comment 3 Scott Haeger 2007-05-11 16:44:03 UTC
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.