Breaking
June 5, 2025

The World Wide Web and the Death of Graceful Degradation Maya Posch | usagoldmines.com

In the early days of the World Wide Web – with the Year 2000 and the threat of a global collapse of society were still years away – the crafting of a website on the WWW was both special and increasingly more common. Courtesy of free hosting services popping up left and right in a landscape still mercifully devoid of today’s ‘social media’, the WWW’s democratizing influence allowed anyone to try their hands at web design. With varying results, as those of us who ventured into the Geocities wilds can attest to.

Back then we naturally had web standards, courtesy of the W3C, though Microsoft, Netscape, etc. tried to upstage each other with varying implementation levels (e.g. no iframes in Netscape 4.7) and various proprietary HTML and CSS tags. Most people were on dial-up or equivalently anemic internet connections, so designing a website could be a painful lesson in optimization and targeting the lowest common denominator.

This was also the era of graceful degradation, where us web designers had it hammered into our skulls that using and navigating a website should be possible even in a text-only browser like Lynx, w3m or antique browsers like IE 3.x. Fast-forward a few decades and today the inverse is true, where it is your responsibility as a website visitor to have the latest browser and fastest internet connection, or you may even be denied access.

What exactly happened to flip everything upside-down, and is this truly the WWW that we want?

User Vs Shinies

Back in the late 90s, early 2000s, a miserable WWW experience for the average user involved graphics-heavy websites that took literal minutes to load on a 56k dial-up connection. Add to this the occasional website owner who figured that using Flash or Java applets for part of, or an entire website was a brilliant idea, and had you sit through ten minutes (or more) of a loading sequence before being able to view anything.

Another contentious issue was that of the back- and forward buttons in the browser as the standard way to navigate. Using Flash or Java broke this, as did HTML framesets (and iframes), which not only made navigating websites a pain, but also made sharing links to a specific resource on a website impossible without serious hacks like offering special deep links and reloading that page within the frameset.

As much as web designers and developers felt the lure of New Shiny Tech to make a website pop, ultimately accessibility had to be key. Accessibility, through graceful degradation, meant that you could design a very shiny website using the latest CSS layout tricks (ditching table-based layouts for better or worse), but if a stylesheet or some Java- or VBScript stuff didn’t load, the user would still be able to read and navigate, at most in a HTML 1.x-like fashion. When you consider that HTML is literally just a document markup language, this makes a lot of sense.

Credit: Babbage, Wikimedia.
Credit: Babbage, Wikimedia.

More succinctly put, you distinguish between the core functionality (text, images, navigation) and the cosmetics. When you think of a website from the perspective of a text-only browser or assistive technology like screen readers, the difference should be quite obvious. The HTML tags mark up the content of the document, letting the document viewer know whether something is a heading, a paragraph, and where an image or other content should be referenced (or embedded).

If the viewer does not support stylesheets, or only an older version (e.g. CSS 2.1 and not 3.x), this should not affect being able to read text, view images and do things like listen to embedded audio clips on the page. Of course, this basic concept is what is effectively broken now.

It’s An App Now

Somewhere along the way, the idea of a website being an (interactive) document seems to have been dropped in favor of a the website instead being a ‘web application’, or web app for short. This is reflected in the countless JavaScript, ColdFusion, PHP, Ruby, Java and other frameworks for server and client side functionality. Rather than a document, a ‘web page’ is now the UI of the application, not unlike a graphical terminal. Even the WordPress editor in which this article was written is in effect just a web app that is in constant communication with the remote WordPress server.

This in itself is not a problem, as being able to do partial page refreshes rather than full on page reloads can save a lot of bandwidth and copious amounts of sanity with preserving page position and lack of flickering. What is however a problem is how there’s no real graceful degradation amidst all of this any more, mostly due to hard requirements for often bleeding edge features by these frameworks, especially in terms of JavaScript and CSS.

Sometimes these requirements are apparently merely a way to not do any testing on older or alternative browsers, with ‘forum’ software Discourse (not to be confused with Disqus) being a shining example here. It insists that you must have the ‘latest, stable release’ of either Microsoft Edge, Google Chrome, Mozilla Firefox or Apple Safari. Purportedly this is so that the client-side JavaScript (Ember.js) framework is happy, but as e.g. Pale Moon users have found out, the problem is with a piece of JS that merely detects the browser, not the features. Blocking the browser-detect-* script in e.g. an adblocker restores full functionality to Discourse-afflicted pages.

Wrong Focus

It’s quite the understatement to say that over the past decades, websites have changed. For us greybeards who were around to admire the nascent WWW, things seemed to move at a more gradual pace back then. Multimedia wasn’t everywhere yet, and there was no Google et al. pushing its own agenda along with Digital Restrictions Management (DRM) onto us internet users via the W3C, which resulted in the EFF resigning in protest.

Google Search open in the Pale Moon browser.
Google Search open in the Pale Moon browser.

Although Google et al. ostensibly profess to have only our best interests at heart when features were added to Chrome, the very capable plugins system from Netscape and Internet Explorer taken out back and WebExtensions Manifest V3 introduced (with the EFF absolutely venomous about the latter), privacy concerns are mounting amidst concerns that corporations now control the WWW, with even new HTML, CSS and JS features being pushed by Google solely for its use in Chrome.

For those of us who still use traditional browsers like Pale Moon (forked from Firefox in 2009), it is especially the dizzying pace of new ‘features’ that discourages us from using effectively non-Chromium-based browsers, with websites all too often having only been tested in Chrome. Functionality in Safari, Pale Moon, etc. often is more a matter of luck as the assumption is made by today’s crop of web devs that everyone uses the latest and greatest Chrome browser version. This ensures that using non-Chromium browsers is fraught with functionally defective websites, as the ‘Web Compatibility Support’ section of the Pale Moon forum illustrates.

Question is whether this is the web which we, the users, want to see.

Low-Fidelity Feature

Another unpleasant side-effect of web apps is that they force an increasing amount of JS code to be downloaded, compiled and ran. This contrasts with plain HTML and CSS pages that tend to be mere kilobytes in size in addition to any images. Back in The Olden Days™ browsers gave you the option to disable JavaScript, as the assumption was that JS wasn’t used for anything critical. These days if you try to browse with e.g. a JS blocking extension like NoScript, you’ll rapidly find that there’s zero consideration for this, and many sites will display just a white page because they rely on a JS-based stub to do the actual rendering of the page rather than the browser.

In this and earlier described scenarios the consequence is the same: you must be using the latest Chromium-based browser to use many sites, you will be using a lot of RAM and CPU for even basic pages, and forget about using retro- or alternative systems that do not support the latest encryption standards and certificates.

The latter is due to the removal of non-encrypted HTTP from many browsers, because for some reason downloading public information from HTTP and FTP sites without encrypting said public data is a massive security threat now, and the former is due to the frankly absurd amounts of JS, with the Task Manager feature in many browsers showing the resource usage per tab, e.g.:

The Task Manager in Microsoft Edge showing a few active tabs and their resource usage.
The Task Manager in Microsoft Edge showing a few active tabs and their resource usage.

Of these tabs, there is no way to reduce their resource usage, no ‘graceful degradation’ or low-fidelity mode, so that older systems as well as the average smart phone or tablet will struggle or simply keel over to keep up with the demands of the modern WWW, with even a basic page using more RAM than the average PC had installed by the late 90s.

Meanwhile the problems that we web devs were moaning about around 2000 such as an easy way to center content with CSS got ignored, while some enterprising developers have done the hard work of solving the graceful degradation problem themselves. A good example of this is the FrogFind! search engine, which strips down DuckDuckGo search results even further, before passing any URLs you click through a PHP port of Mozilla’s Readability. This strips out anything but the main content, allowing modern website content to be viewed on systems with browsers that were current in the very early 1990s.

In short, graceful degradation is mostly an issue of wanting to, rather than it being some kind of unsurmountable obstacle. It requires learning the same lessons as the folk back in the Flash and Java applet days had to: namely that your visitors don’t care how shiny your website, or how much you love the convoluted architecture and technologies behind it. At the end of the day your visitors Just Want Things to Work™, even if that means missing out on the latest variation of a Flash-based spinning widget or something similarly useless that isn’t content.

Tl;dr: content is for your visitors, the eyecandy is for you and your shareholders.

 

This articles is written by : Nermeen Nabil Khear Abdelmalak

All rights reserved to : USAGOLDMIES . www.usagoldmines.com

You can Enjoy surfing our website categories and read more content in many fields you may like .

Why USAGoldMines ?

USAGoldMines is a comprehensive website offering the latest in financial, crypto, and technical news. With specialized sections for each category, it provides readers with up-to-date market insights, investment trends, and technological advancements, making it a valuable resource for investors and enthusiasts in the fast-paced financial world.

Recent:

Screens of Death: From Diagnostic Aids to a Sad Emoji Maya Posch | usagoldmines.com

Piko, Your ESP32 Powered Fitness Buddy John Elliot V | usagoldmines.com

Running FreeDOS and 8086tiny on the Game Boy Advance Because You Can Maya Posch | usagoldmines.com

Passive Saturation Box is a Cheap Way To Distort Your Sound Lewin Day | usagoldmines.com

Slide Rule by Helix Al Williams | usagoldmines.com

24-Year-Old Arrested for Allegedly Masterminding Several High-Profile Crypto Kidnappings in France: ...

Government Imposes Cash Withdrawal Limits on Crypto ATMs in Australia in New Scam Crackdown Attempt ...

Adding Assistive Technology to a Doorbell Bryan Cockfield | usagoldmines.com

Making solder wick less painful Aaron Beckendorf | usagoldmines.com

Customer Who Stole $830,000 From Wells Fargo After Initiating Fraudulent Payments Sentenced to Priso...

FLOSS Weekly Episode 835: Board Member B Jonathan Bennett | usagoldmines.com

The Blackberry Keyboard: How An Open-Source Ecosystem Sprouts Arya Voronova | usagoldmines.com

A Vintage ‘Scope Comes Back To Life Jenny List | usagoldmines.com

High-Stakes Fox Hunting: The FCC’s Radio Intelligence Division in World War II Dan Maloney | usagold...

Tune In to “Higher Lower”, the Minimal Handheld Electronic Game Donald Papp | usagoldmines.com

3D Printing a Modular Guitar Means It Can Look Like Whatever You Want Lewin Day | usagoldmines.com

Making a LEGO Vehicle Which Can Cross Large Gaps John Elliot V | usagoldmines.com

Building An Automatic Wire Stripper And Cutter Lewin Day | usagoldmines.com

Building An Eight Channel Active Mixer Lewin Day | usagoldmines.com

Authorities Warn of Phony Text Messages Phishing for Sensitive Information, Telling Victims Their Ba...

Open Source Watch Movement Really Ticks All the Boxes Tyler August | usagoldmines.com

3D Printed Tank Has a Cannon to Boot Lewin Day | usagoldmines.com

Bankers Warn of ‘Crazy’ Amounts of Fraud Targeting Elderly Amid Push for New Regulations: Report Dai...

Supercon 2024: How To Track Down Radio Transmissions Lewin Day | usagoldmines.com

Simulation and Motion Planning for 6DOF Robotic Arm John Elliot V | usagoldmines.com

My Winter of ’99: The Year of the Linux Desktop is Always Next Year Maya Posch | usagoldmines.com

Add Wood Grain Texture to 3D Prints – With a Model of a Log Donald Papp | usagoldmines.com

Spin-Casting This Telescope Mirror In Resin Didn’t Go To Plan Lewin Day | usagoldmines.com

The Keyboard Sinclair Never Made Heidi Ulrich | usagoldmines.com

The 1972 INTERCAL Compiler Revealed Al Williams | usagoldmines.com

Planetary Poetry with a Tiny Digital Core Heidi Ulrich | usagoldmines.com

3D Printing A Capable RC Car Lewin Day | usagoldmines.com

Ender 3 Pro Gets A Second Job As A Stator Winder Lewin Day | usagoldmines.com

Keebin’ with Kristina: the One with the H.R. Giger Keyboard Kristina Panos | usagoldmines.com

What Use Is An Original Raspberry Pi? Jenny List | usagoldmines.com

The Potential Big Boom In Every Dust Cloud Maya Posch | usagoldmines.com

Depositing Metal On Glass with Fiber Laser Tyler August | usagoldmines.com

This BB Shooter Has a Spring, But Not For What You Think Donald Papp | usagoldmines.com

Testing Brick Layers in OrcaSlicer With Staggered Perimeters Maya Posch | usagoldmines.com

2025 Pet Hacks Contest: Weigh Your Dog The Easy Way Jenny List | usagoldmines.com

Insurance Companies Attempting To Take Advantage of Crypto Investors Who Fear Kidnapping: Report Rho...

Hackaday Links: June 1, 2025 Dan Maloney | usagoldmines.com

It’s MIDI for the TRS-80! Lewin Day | usagoldmines.com

Plenty Of LEDs And Useful Too: The 2025 DORS/CLUC Badge Jenny List | usagoldmines.com

Making The Codec Communicator From Metal Gear Solid Lewin Day | usagoldmines.com

Adaptive Optics Take Clearest Pictures of the Sun Yet Bryan Cockfield | usagoldmines.com

Portal 2 Becomes An Impressively Capable Web Server Lewin Day | usagoldmines.com

Disarming a Nuke… Twice Bryan Cockfield | usagoldmines.com

Can We Replace a Program Counter with a Linear-Feedback Shift Register? Yes We Can! John Elliot V | ...

ESPer-CDP Plays CDs and Streams in Style Tyler August | usagoldmines.com

Hot Rod Backyard Bath on Steel Spring Legs Heidi Ulrich | usagoldmines.com

Wells Fargo Reportedly Rejects Reimbursement After $44,000 Drained From Accounts – Until Questions S...

Building a Wireless Motorized Fader For Lighting Control Lewin Day | usagoldmines.com

$20,000,000 Payout To Data Breach Victims Incoming, With 5,000,000+ People Set To Receive Settlement...

Pulling Back the Veil, Practically Elliot Williams | usagoldmines.com

A CRT Display for Retro Weather Forecasting Aaron Beckendorf | usagoldmines.com

Making a Treadmill Into a 3D Printer Lewin Day | usagoldmines.com

17 Year Old Hellboy II Prop Still Amazes Heidi Ulrich | usagoldmines.com

White LED Turning Purple: Analyzing a Phosphor Failure Maya Posch | usagoldmines.com

184,000,000 Usernames and Passwords Exposed in Extraordinary Data Breach – Apple, Microsoft, Faceboo...

You Wouldn’t Download A Skateboard? Fenix Guthrie | usagoldmines.com

Tidy LED Matrix Displays GIFs On Demand Lewin Day | usagoldmines.com

2025 Pet Hacks Contest: Keep The Prey At Bay With The Cat Valve Jenny List | usagoldmines.com

DIY Solar Generator Inspired By James Webb Telescope Lewin Day | usagoldmines.com

Hackaday Podcast Episode 323: Impossible CRT Surgery, Fuel Cells, Stream Gages, and a Love Letter to...

This Week in Security: CIA Star Wars, Git* Prompt Injection and More Jonathan Bennett | usagoldmines...

Sustainable 3D Prints with Decomposable Filaments Heidi Ulrich | usagoldmines.com

Today in Edinburgh: The Open Source Hardware Summit Elliot Williams | usagoldmines.com

What does Linux Need? A Dial! Jenny List | usagoldmines.com

364,333 Americans At Risk As Data Giant Discovers Breach – Social Security Numbers, Names and Other ...

Another Doom Port To The Atari ST Lewin Day | usagoldmines.com

IcePI Zero: A Pi Zero for FPGA Tyler August | usagoldmines.com

IcePI Zero: A Pi Zero for FPGA Tyler August | usagoldmines.com

Sui Community Launches Vote on Recovering $162,000,000 in Stolen Crypto From Hacker Conor Devitt | u...

A Simple Tip for Gluing Those LED Filaments Donald Papp | usagoldmines.com

You Can Make Your Own Ribbon Mic With A Gum Wrapper Lewin Day | usagoldmines.com

2025 Pet Hacks Challenge : Poopopticon Is All Up In Kitty’s Business Tyler August | usagoldmines.com

Researchers Are Slowly Finding Ways To Stem The Tide Of PFAS Contamination Lewin Day | usagoldmines....

3D Print ABS Without a Screaming Hot Bed Donald Papp | usagoldmines.com

Forced E-Waste PCs and the Case of Windows 11’s Trusted Platform Maya Posch | usagoldmines.com

Bring Back The BIOS! (To UEFI Systems, That Is) Jenny List | usagoldmines.com

The Cost of a Cheap UPS is 10 Hours and a Replacement PCB Maya Posch | usagoldmines.com

Tool Turns SVGs into Multicolor 3D Prints Donald Papp | usagoldmines.com

A Love Letter to Embedded Systems by V. Hunter Adams John Elliot V | usagoldmines.com

Invisible PC Doubles As Heated Seat Tyler August | usagoldmines.com

From Burnt to Brilliant: A Toaster’s Makeover Matt Varian | usagoldmines.com

FLOSS Weekly Episode 834: It Was Cool in 2006 Jonathan Bennett | usagoldmines.com

Supercon 2024: Using an Oscilloscope to Peek Below the Noise Floor Lewin Day | usagoldmines.com

Bubble Displays Make a Neat Retro Clock Jenny List | usagoldmines.com

Remotely Interesting: Stream Gages Dan Maloney | usagoldmines.com

Washington Consumers Gain Right to Repair for Cellphones and More Maya Posch | usagoldmines.com

Stamp: Modular Breakout Boards for SMD Prototyping John Elliot V | usagoldmines.com

A 100-Year-Old Electronic Musical Instrument Brought Back to Life Bryan Cockfield | usagoldmines.com

New Supermaterial: As Strong as Steel and as Light as Styrofoam John Elliot V | usagoldmines.com

Look to the Sky With This Simple Plane Tracker Ian Bos | usagoldmines.com

67,947 Americans Warned as US City Data Breach May Have Exposed Names, Dates of Birth, Social Securi...

Hand Truck Turned Into Motorcycle Bryan Cockfield | usagoldmines.com

2025 Pet Hacks Contest: Fytó – Turn Your Plant Into a Pet Matt Varian | usagoldmines.com

Fixing a Fatal Genetic Defect in Babies With a Bit of Genetic Modification Maya Posch | usagoldmines...

Reconditioning a Vintage CRT Tube Jenny List | usagoldmines.com