Web Standards: From Idea to Implementation
Blink28610 Elo 2025

Web Standards: From Idea to Implementation

The provided text outlines the comprehensive process of web standards development for HTML and CSS, particularly for engineers on the Blink team. It details the roles of key organizations like WHATWG (for living HTML/DOM standards) and W3C (for CSS and other APIs, via working groups like CSSWG), emphasizing consensus-building and cross-vendor collaboration. The lifecycle of a web feature is explained, from identifying a problem and drafting an explainer to incubation in groups like WICG, prototyping, formal specification writing, horizontal reviews (TAG, security, accessibility), and ultimately shipping and maintaining the feature with a focus on interoperability through Web Platform Tests (WPT). The document also provides guidance for engineers on how to onboard into standards work and grow into a leadership role.

Jaksot(392)

Composited Background Color Animation

Composited Background Color Animation

The source provides a highly technical examination of the Composited Background Color feature within Chromium's rendering pipeline, which is an optimization designed to run specific background-color a...

24 Marras 202532min

Chromium Multi Page View Transitions Architecture Explained

Chromium Multi Page View Transitions Architecture Explained

Chromium Multi Page View Transitions Architecture Explained

24 Marras 202541min

network::URLLoaderFactory / URLLoader

network::URLLoaderFactory / URLLoader

The source provides a highly technical overview of the Chromium Network Stack Architecture and Request Pipeline, detailing how network requests are processed from initiation to completion. It explains...

23 Marras 202536min

content::NavigationURLLoader / NavigationURLLoaderImpl

content::NavigationURLLoader / NavigationURLLoaderImpl

The source provides a highly technical explanation of the NavigationURLLoader system within the Chromium architecture, specifically focusing on its implementation, NavigationURLLoaderImpl. This compon...

23 Marras 202530min

content::NavigationRequest

content::NavigationRequest

The source provides a highly technical, in-depth analysis of the Chromium browser's navigation process under the modern PlzNavigate architecture, focusing specifically on the NavigationRequest class. ...

23 Marras 202540min

Browser to Blink: Chromium Navigation Byte Flow

Browser to Blink: Chromium Navigation Byte Flow

The source provides a highly technical, in-depth examination of the network byte flow during a web page navigation within the Chromium browser architecture. It meticulously details the progression of ...

22 Marras 202541min

Blink's View Transitions: Nesting and Compositing Mechanics

Blink's View Transitions: Nesting and Compositing Mechanics

The sources provide a technical overview and implementation details of the View Transition API within the Blink rendering engine, focusing on achieving smooth animated state changes in web pages. The ...

22 Marras 202533min

CSS Overscroll Behavior in Chrome

CSS Overscroll Behavior in Chrome

The source provides a comprehensive technical guide to the CSS overscroll-behavior properties, which allow web developers to control scroll chaining and boundary effects like pull-to-refresh or elasti...

21 Marras 202530min