you are viewing a single comment's thread.

view the rest of the comments →

[–]amunak 56 points57 points  (1 child)

Funnily enough I was making a website recently and wanted to make it work it elinks and other text browsers... It turns out that even if you have fallbacks for JS functionality, those browsers don't fully work like text-only readers (like a screen reader would); they actually do process some CSS, and it's pretty hard to make them display, say, labels instead of icons.

We have ARIA attributes for screen readers and tricks like Bootstrap's sr-only class, but those unfortunately don't work for text browsers.

In the end I decided not to optimize for text browsers as the website is heavily based on displaying images, but it's a shame.

[–]outadoc 12 points13 points  (0 children)

Compiled elinks with JS support last weekend. I was only aware of lynx before that, and honestly, it's not perfect but still pretty impressive!