unearth.wiki

Don't Break The Web

/doʊnt breɪk ðə wɛb/ Ethos originating from the W3C (World Wide Web Consortium) design principles which prioritize user access over developer convenience.
Definition The fundamental design principle that new web standards must remain backward-compatible with existing content. It asserts that a website built in 1996 should still render in a browser from 2025, ensuring the web serves as its own museum rather than a series of obsolete formats.

The Prime Directive of the Browser

In most technological fields, progress necessitates obsolescence. A PlayStation 5 does not natively play PlayStation 1 discs without emulation; a new iPhone charger renders old cables useless. The web, however, operates on a radically different timescale and philosophy known as "Don't Break the Web."

This principle dictates that browser vendors (Chrome, Firefox, Safari) cannot introduce changes that would cause existing sites to fail. If a tag was valid in 1999, it must—generally speaking—be parsed today. This forces the browser to carry the weight of three decades of history in its engine, making it not just a tool for viewing the present, but a living emulator of the past.

Functional Preservation

For the archaeobytologist, this principle is the only reason our work is possible without specialized hardware. Because the web refuses to break, we can still visit the original accessible Space Jam website (1996) or early personal homepages. They are not static screenshots; they are living code, interpreting 30-year-old HTML instructions on a modern machine.

The Cost of Eternity

This preservation comes at a cost. The web platform is littered with "vestigial organs"—tags and behaviors that are deprecated but cannot be removed. document.all, an ancient Internet Explorer API, is still famously supported in modern browsers solely because too many old financial and government sites rely on it. To "fix" the browser would be to break history.

Field Notes

Excavation Note: Occasionally, this principle is violated. The removal of NPAPI support (killing Flash) was a calculated decision to "break the web" in favor of security and battery life. It resulted in the single largest mass-extinction event of digital culture in history, proving that "Don't Break the Web" is a fragile social contract, not a law of physics.
Trivia: Even obviously joke tags like <blink> and <marquee>, while officially obsolete, are often still parsed or have their text content rendered by modern engines to ensure that the information remains accessible, even if the "annoying" behavior is suppressed.

Ephemera

This phrase is often chanted by standards bodies during heated debates about new features. It is a reminder that the web is not a product versioned 1.0, 2.0, or 3.0, but a continuous, expanding scroll. To break the web is to sever the link between the now and the then.

Stratigraphy (Related Concepts)
Backward Compatibility Archive and Anvil Resilient Format Silo Effect