Definitions for "Graceful degradation"
A system attribute wherein when a piece of equipment fails, the system falls back to a degraded mode of operation rather than failing catastrophically and giving no response to its users.
Graceful degradation is a web design strategy. When you put in features designed to take advantage of the latest features of newer browsers, you should do it in a way that older browsers and other user agents can disable those particular features and still access the basic content and functionality of the web site. It is the opposite of progressive enhancement. For more information visit fault-tolerance/graceful degradation.
Characterizes an application whose utility decreases smoothly, rather than sharply, when it receives insufficient CPU time. The opposite is non-graceful degradation, which characterizes applications that produce little or no value when their full requirements are not met.