Do you think no-JS users are OK to ignore?
Whenever I bring up no-JS clients, for whatever reason, there are often comments that no-JS users are not worth catering to, because either there are too few of them, or they disable JS by choice, or that they just don't exist (as in response to a StOv question I posted recently.
Is there anyone out there that thinks that no-JS users are still important, regardless of why they happen to have JS disabled?
Why is the view that no-JS can be ignored so prevalent?
11 comments
[ 2.7 ms ] story [ 36.8 ms ] threadPeople who have disabled JS intentionally are likely to be a tiny minority of security conscious users, yet, if your business is an almost 100% JS rendered webapp, why would you go through the cost of maintaining an html/css-only version?
This is of course beside the point that JS is indeed best used very carefully imho and I'd prefer an almost no-JS web, but the current market simply doesn't cater to the opinions of software dev types :/
Most software teams are under tight schedules, with fierce competition, and are trying their hardest to deliver some value to most people. Telling them to now rewrite their application to work without JavaScript is the equivalent to making things still compatible with IE6.
As a non-JS user, I have no expectation that I can use web applications, so I don't disagree here.
However, most of the web does not consist of web applications. What about those sites? I don't see any compelling reasons (other than spite, maybe) for those sites to fail to work without JS.
IMHO websites (as opposed to web apps) don’t need any JavaScript at all. Since the goal of most websites is to get as many as people as possible to see whatever content you have then you should absolutely make sure it looks decent and works well without JS.
Audience isn't tech-savvy? Ignore them.
Monetization depends on JS (ads served via js etc)? Ignore them.
If you have little traffic and few conversions, investing extra money in a good no-js UX might not be worth it. If you're getting lots of traffic, even a small increase in conversion might mean hundreds of sales a day which quickly makes a bit of development time worthwhile.
https://developer.mozilla.org/en-US/docs/Learn/Accessibility...