Comment on nobody in webdev knows what graceful degradation is anymore
Kazumara@discuss.tchncs.de 2 weeks agoOP really muddled the waters by writing:
exactly as it does with javascript turned on
That’s obviously impossible and wouldn’t be degraded.
cupcakezealot@piefed.blahaj.zone 2 weeks ago
exactly as it does aka forms submit, logging on works, you can achieve the same thing
Kazumara@discuss.tchncs.de 2 weeks ago
It’s either exactly the same, or it’s gracefully degraded. You’re asking for two opposite things at once.
For what it’s worth I support the notion that fundamental functionality should be supported without Javascript, with good old form submissions.
But I also recognise that you can’t get the exact same behaviour without javascript initiated background GETs and POSTs. Easy example: A scrollable map that streams in chunks as you move it.
axEl7fB5@lemmy.cafe 2 weeks ago
form validation is dogshit without js