← All briefs
CSS

CSS Briefs

7 briefs— one-minute reads, curated for senior frontend engineers.

CSS50s read

Edge 150 Ships text-fit, focusgroup, and flex-wrap: balance

Microsoft Edge 150 shipped `text-fit` for auto scaling fonts, the `focusgroup` HTML attribute for arrow key navigation without JavaScript, `flex-wrap: balance` for even content distribution, and `OpaqueRange` for measuring text inside input fields without mirror div hacks.

1 source

CSS50s read

CSS Scroll-Driven Animations Are Now Baseline, No JS Required

Scroll-driven animations achieved Baseline status in 2026, meaning they're available in all major browsers. Parallax, scroll-triggered reveals, and progress-linked animations now work with pure CSS, no JavaScript, no IntersectionObserver, no animation libraries.

1 source

CSS60s read

Chrome 147 Ships border-shape and Element-Scoped View Transitions

Two long-awaited CSS features landed in Chrome 147: border-shape for non-rectangular element borders, and element-scoped view transitions that animate individual components without full-page transitions. Here's how they work and what they replace.

1 source

CSS50s read

CSS Anchor Positioning Lands in All Major Browsers

Position tooltips, popovers, and dropdowns relative to any anchor element , without a single line of JavaScript. Native anchor positioning replaces a decade of third-party positioning libraries.

1 source