[tsc-devel] Web site accessibility in text broswer.

Brian Allen Vanderburg II | Wed, 09 Sep 2015 14:49:43 UTC

I realize that this isn't a typical use case now-a-days.  I have
installed links2 and accessed the website.  On the main page, many of
the navigation links are not accessible.  In fact, the only links in the
navigation that seem accessible are Home, and Language Finish.  Looking
at the source HTML:

Instead of:
<a href="/en"><li>Home</li></a>

Shouldn't it be?
<li><a href="/en">Home</a></li>

I think this may be what is causing Links to display odd.  It is showing
as a link the first link it finds under each list.

Brian Allen Vanderburg II