Hacker News new | ask | show | jobs
by brailsafe 2450 days ago
That's progressive enhancement.

Progressive Enhancement: Starting from some baseline, ideally static content, and building in features that newer, usually visual browsers can support

Graceful degradation: What happens if things don't work perfectly, or some browser doesn't support a feature, or network connectivity is shit so your js file doesn't load.