On 3/16/15, Tim Chase <fos...@tim.thechases.com> wrote: > On 2015-03-16 12:04, Richard Hipp wrote: >>> Is there an official list of supported browsers? I've been unable >>> to find any references in the documentation. If not, can one be >>> added? >> >> There is no official list. The correct answer, though, should be >> "as many as possible". The idea is to keep the interface >> conservative and not depend on having the latest trending browser >> features. > > As someone who likes & uses Dillo (a light FLTK browser[1]) and > console browsers such as lynx[2]/links/elinks/w3m, and flies with > NoScript on Firefox, there have been certain features that appear to > require JavaScript. While I expect that full non-JS accessibility is > often only a nice-to-have pipedream, if such a list of > supported-browsers was created, it would be nice to catalog which > parts of Fossil break without JS.
The timeline graph is drawn using JS. Without JS you do not get the very nice timeline graph. I don't see any reasonable way around that. JS is also used for robot defenses. Depending on server settings, users who are not logged in see a honeypot as the href= of anchor tags. Then JS goes through and sets the correct target after mouse movement is detected. This can be circumvented by logging in. Usually logging in as "anonymous" is sufficient. Click-to-sort on various tables is done using JS. Opening and closing subtrees in the file tree display is done using JS. That's all that comes readily to mind. I agree that Fossil ought to be usable (though perhaps with reduced functionality, such as no timeline graph) even with very old and primitive browsers. Fossil should not *require* any of the latest HTML5 stuff. Certainly it is free to take advantage of those new features if they are available, but Fossil should still be usable without them. -- D. Richard Hipp d...@sqlite.org _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users