All registries
Standards body (SDO)In Rundown bodies

WHATWG Living Standards

WHATWG

Web platform
WHY YOU NEED THIS

Browsers implement WHATWG — not versioned W3C snapshots. HTML, Fetch, and URL all live here.

What It Is

Maintains continuously-updated living standards for the web platform core: HTML, DOM, Fetch, URL, Streams, Storage, Encoding, WebSockets.

Taxonomy

Flat list of living standards (no version numbers)

Top-Level Categories

HTMLDOMFetchURLStreamsStorageEncodingWebSocketsWeb IDL

Master Catalog

Sub-Indexes & Guides

Rundown Standards Body
Web Hypertext Application Technology Working Group

Maintains the living standards for the web platform: HTML, DOM, Fetch, URL, Streams, and more. These are continuously updated living documents, not versioned snapshots.

View all bodies →
Visit

Curated specs from WHATWG

WHATWG URLWHATWGMust Know

URL Standard

Browsers parse URLs per this standard, not raw RFC 3986. Critical for client-side routing, form encoding, and cross-origin behavior.

ProductNaming & Addressing
Details
Fetch Standard §CORSWHATWGMust Know

CORS

Every browser-side API call to a different origin hits CORS. Misconfigured CORS is a top source of dev frustration and security holes.

ProductState & Sessions
Details
WHATWG HTML LSWHATWGMust Know

HTML

The spec behind every HTML page, form, and browser API. The canonical reference for how browsers actually parse and process HTML.

ProductBrowser Platform
Details
WHATWG DOM LSWHATWGMust Know

DOM

Every frontend framework (React, Vue, Svelte) ultimately produces DOM operations. Understanding the event model and tree structure prevents subtle bugs.

ProductBrowser Platform
Details
WHATWG Fetch LSWHATWGMust Know

Fetch

Every fetch() call and XHR request is governed by this spec. It also defines CORS behavior in detail.

ProductBrowser Platform
Details
HTML LS §Custom Elements / Shadow DOMWHATWGMust Know

Web Components

Every component framework (React, Vue, Lit, Angular) either compiles to or interacts with these primitives. Shadow DOM is how browsers isolate component internals. Understanding the native model prevents framework lock-in.

ProductBrowser Platform
Details
HTML LS §Web StorageWHATWGMust Know

Web Storage

The simplest client-side persistence. Used everywhere for auth tokens, user preferences, feature flags, and cross-tab state. Know the 5 MB limit, synchronous blocking, and origin scoping rules.

ProductBrowser Platform
Details
HTML LS §WorkersWHATWGShould Know

Web Workers

Any CPU-intensive work (parsing, compression, crypto, WASM) must run off the main thread to keep UI responsive. Workers are the browser's concurrency primitive — understand their message passing model and limitations (no DOM access).

ProductBrowser Platform
Details

+7 more in specs browser

Related Registry Sources

whatwghtmldomfetchliving-standard