(no title)
demetris | 1 month ago
The main navigation menu is just above the site footer in the HTML document.
Question for people who know that stuff:
What is the recommended way of hiding features that require JavaScript on browsers that do not support JavaScript, e.g., on w3m?
Sn0wCoder|1 month ago
You can try the <noscript> tag.
miki123211|1 month ago
Just letting you know, that stuff is a bit confusing to screen reader users.
Though I really wish we standardized on putting content first, like mobile apps do. At least we woulnd't haave to explain to new screen reader users why getting to the f???ing article is so damn hard if you don't know the right incantations to do it quickly.
demetris|1 month ago
Would a Jump to navigation link next to Skip to content make this arrangement better for screen reader users?