i absolutely hate how the modern web just fails to load if one has javascript turned off. i, as a user, should be able to switch off javascript and have the site work exactly as it does with javascript turned on. it’s not a hard concept, people.
but you ask candidates to explain “graceful degradation” and they’ll sit and look at you with a blank stare.
Most don’t even know
@media (prefers-color-scheme: dark/light)
, rather cobble something with JS that works half of the time and needs buttons to toggle.The thing with this is that many people want to switch their setting to be non default, and it’s impossible to have both user configurable and nice css at the same time. One has to go.
Edit: Oops, just realized I replied to a 2 month old comment. My bad