GNOME Bugzilla – Bug 435004
Firefox: implement basic where am I? functionality
Last modified: 2007-05-11 19:56:04 UTC
The where am I? function should be extended for Firefox. Example additional output may include something such as "header 3 of 7", "55% through the section" The specification can be found here: http://www.gnome.org/~parente/lsr/web/#context
The committed version will have to be an intermediate solution until the Collections interface is ready. The current output is as follow: 'read item details' '%d of %d <role>s in document. %d percent of document read'. For example: 'link google 1 of 4 links in document. 15 percent of document read' The ideal output will also take into consideration container information. If the link in the above example were in a list, the output would something similar to the following: 'link 1 of 4 links in container list 1 of 2 in document 15 percent of document read' Added to repository.