Baldur Bjarnason @baldur@toot.cafe
“Adactio: Links—The beauty of progressive enhancement - Manuel Matuzović” adactio.com/links/16838
Progressive Enhancement allows us to use the latest and greatest features HTML, CSS and JavaScript offer us, by providing a basic, but robust foundation for all.
Some great practical examples of progressive enhancement on one website:
type="module"
to enhance a form with JavaScript,picture
element to provide webp
images in HTML.All of those enhancements work great in modern browsers, but the underlying functionality is still available to a browser like Opera Mini on a feature phone.
“Adactio: Links—The beauty of progressive enhancement - Manuel Matuzović” adactio.com/links/16838