References — bi-00 Roadmap
Primary sources first. In-tree Chromium docs beat any external source, including these modules.
Start here — the three that matter most
- Life of a Pixel — Steve Kobes. The single best orientation to the rendering pipeline; watch before anything else. Slides.
- How Blink works — Kentaro Hara. The architectural map: process model, DOM, bindings, style, layout, paint.
- Chromium docs index — in-tree, versioned with the code, and therefore the source of truth over any blog post.
Navigating the source
- Chromium Code Search — cross-referenced;
f:filters by path,c:by content, and clicking a symbol finds all call sites. - Blink renderer directory — where nearly all of this track lives.
- Chromium issue tracker — note: not the old
bugs.chromium.org.
Standards bodies
- WHATWG HTML Standard · DOM Standard
- W3C CSS specifications index
- Web Platform Tests — the shared conformance suite (
bi-13).
Related modules
- bi-01 — Navigating Chromium — the practical skill this roadmap assumes
- bi-02 — Architecture & Process Model — the map before the details
- fe-00 — Programme design (sibling project) — the sibling frontend track and its dependency graph
- Browser & Framework Internals (source spec)
When a claim here proves stale, record it in PROGRESS.md section 7.