[-] ozr@programming.dev 10 points 12 hours ago* (last edited 11 hours ago)

No-JS pages that fully comply with WAI ARIA are much better for users of assistive technology than any single page web app can ever hope to be. All the myriad states that an interactive JS page can enter are absolutely never ever properly tested for disabled users, and even after full expensive testing, just a little change in the JS can ruin it all again. While with WAI ARIA you can just quickly assert that the page is compliant with a checker before pushing it to live.

[-] ozr@programming.dev 2 points 2 years ago* (last edited 2 years ago)

Good post! It's also good to mention wait can be used with & (useful for scripts)

Example: command_1 & command_2 & command_3 & wait will make the shell wait until the last command finishes.

ozr

joined 2 years ago