The May release adds a dark mode built on CSS variables and a data-bs-theme attribute, which works well until the palette is not theirs. The parallel -rgb variables…
The beta label came off in March, which changes nothing technically and changes a great deal about what can be recommended to a client. The label mattered because…
A rendering of every block with the current theme styles applied, in one scrollable view, which is a design review artefact nobody had to build. Reviewing by page…
A variable font covering every script is several hundred kilobytes, and a site rendering English and Turkish needs a fraction of it. Dropping layout features is where the…
The parent selector is in Safari from March and in nothing else during 2022, so styling a container based on its contents is still JavaScript. Keeping a class…
6.1 in November generates a clamp() from a font size, so type scales with the viewport without a stylesheet doing arithmetic. Turning it on globally applies a computed…
The layout shift when a font swaps comes from the fallback having different metrics, and the descriptors let a fallback be adjusted to match. The numbers come from…