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

Lauri Ojansivu | Wed, 09 Sep 2015 15:29:30 UTC

Hi,
this code of li tag placement is because of previous issue when using
graphical web browser:
"The whole buttons in the menu should be clickable, not only their
inner text. From a users perspective it's pretty annoying that the
hover highlighting already suggests that works but it doesn't. "
https://github.com/Secretchronicles/main-website/issues/10

So if I change code to one suggested by Brian, then graphical browser
users have less click area, need to click exactly over inner link
text.

There are couple possibilities for fixing this:
1) Using noscript tag to provide menu for text browsers
2) rewrite HTML using Javascript

What do you think?

BR,
xet7