corrected tense
This commit is contained in:
Edulop139
2018-12-21 07:35:10 -05:00
committed by Manish Giri
parent 718f2595df
commit 77f57dcdb4

View File

@ -12,7 +12,7 @@ title: Graceful Degradation
A website design that is built to gracefully degrade is designed first with modern browsers in mind. That site is created to take advantage of the features of these modern web browsers, many of which "auto-update" to ensure that people are always using a recent version.
Websites that gracefully degrade also work effectively for older browsers, however. When those older, less feature-rich browsers view the site, it should degrade in a way that is still functional, but possibly with fewer features or different display visuals. While this concept of delivering a less functional or not as nice looking site may strike you as odd, the truth is that people will not even known they are missing. They will not be comparing the site that they are seeing against the "better version", so as long as the site works for what they need and does not appear to be broken, either functionally or visually, you will be in good shape.
Websites that gracefully degrade also work effectively for older browsers, however. When those older, less feature-rich browsers view the site, it should degrade in a way that is still functional, but possibly with fewer features or different display visuals. While this concept of delivering a less functional or not as nice looking site may strike you as odd, the truth is that people will not even know they are missing. They will not be comparing the site that they are seeing against the "better version", so as long as the site works for what they need and does not appear to be broken, either functionally or visually, you will be in good shape.
### Example