I disagree. Bog-standard functionality like a login form on a web based service should at the very least have a version that uses HTML.
(I wrote a web app in 1998, pushed the team to adopt shiny new HTML 4.0 and Java, but all the front end was data validation that was replicated on the back end anyway. In retrospect it was a lousy way to develop the system - I started with fancy and worked my way down, ass backwards that blew the dev budget - but at least the damn thing had a layer of fail-safe server that worked (handled errors and notifications) no matter what you threw at it.)
I'm writing this on an ancient iPad with JavaScript disabled. This is a text site. It works.
If you are building an app that requires Javascript in order to do what the customer wants, then having the login form also use Javascript does not seem like a problem to me. Building an HTML-only fallback that successfully logs the user in but takes them to a page that does nothing without Javascript seems like a waste of resources.
Tons of websites don't have html fallbacks for the small userbase that disables javascript. You'd be hard pressed to convince them to support html fallbacks for what I assume is an even smaller userbase (PowerPC)
Please note that Javascript works well (no JIT but fine otherwise) in Firefox on PowerPC 64, things like ProtonMail, GMail, YouTube, diverse online maps etc. work fine, even WebGL (Shadertoy, Three.js etc.). It’s just WebAssembly which doesn’t.
reply