WebGlossary.info
Graceful Degradation
- A design philosophy that centers around trying to build a modern website or app that will work in the newest browsers, but falls back to an experience that while not as good still delivers essential content and functionality in older browsers. Polyfills can be used to build in missing features with JavaScript, but acceptable alternatives to features like styling and layout should be provided where possible, for example by using the CSS cascade, or HTML fallback behavior. ← MDN Web Docs
- Previous term: gQUIC
- Next term: Grafana
- Random term: Template strings