GNOME Bugzilla – Bug 412260
Firefox goto active document frame
Last modified: 2007-05-11 19:55:58 UTC
Implement user input 'find active doc frame' using 'home' or 'CapsLock+Home'. This task will find the active document frame in Firefox. If the user is within the chrome it will take them to the document frame that is visible and showing. If the user is within the same page it will take them to the top of the current document frame. The focus of this bug is to implement relations. At least two methods will need to be added. One that returns all relations and another that returns a relation's target.
getAccRelations is already implemented. It may need some improvement for efficiency reasons. Right now, you give it a POR and a relation type string (e.g. "labelled by") and it hands back all the accessible targets of that relation in a list. This might be too much if N=number of relations is large. For right now, it seems useable as-is for the Firefox bug fix.
Added to repository.